jeeves
11-01-2005, 12:34 PM
Hi there everyone...
Any help on this would be appreciated.
A while back, I had to customize an OTB third party application to work with our existing mail merge code (also customized, from yet another vendor).
Basically:
customization 1 allows user to select contacts and exports them to a csv file that is a hardcoded filename and location in c:\program files...
customization 2 then looks to the hardcoded csv file location and uses the exported data to place contact names in our existing letter, memo, etc templates.
But now, in order to allow for yet another customization, I need to direct both sets of code to write to the the My Documents folder of the current user.
Can anyone give me any hints on how to do this? I'm not even sure where to start...
Any help on this would be appreciated.
A while back, I had to customize an OTB third party application to work with our existing mail merge code (also customized, from yet another vendor).
Basically:
customization 1 allows user to select contacts and exports them to a csv file that is a hardcoded filename and location in c:\program files...
customization 2 then looks to the hardcoded csv file location and uses the exported data to place contact names in our existing letter, memo, etc templates.
But now, in order to allow for yet another customization, I need to direct both sets of code to write to the the My Documents folder of the current user.
Can anyone give me any hints on how to do this? I'm not even sure where to start...