D.Mair
David
- Local time
- Today, 16:00
- Joined
- Jun 1, 2001
- Messages
- 33
Hi
Well my problem is I have created a button to export data to word then save the information in a specific file for each separate job. This works fine if I use a short path name but the files that these documents are in have long paths ie:
\\sac039\global$\Building Design\Projects\2002 Projects\2002400 test\Correspondence\2002400-AA
The code I used is
ObjWord.ActiveDocument.SaveAs (Trim(txtFolder) & Trim(txtReportResult))
ObjWord.Quit
Is there anyway to get round the limit in the path length??
Thanks in anticipation.
David.
Well my problem is I have created a button to export data to word then save the information in a specific file for each separate job. This works fine if I use a short path name but the files that these documents are in have long paths ie:
\\sac039\global$\Building Design\Projects\2002 Projects\2002400 test\Correspondence\2002400-AA
The code I used is
ObjWord.ActiveDocument.SaveAs (Trim(txtFolder) & Trim(txtReportResult))
ObjWord.Quit
Is there anyway to get round the limit in the path length??
Thanks in anticipation.
David.