Hi there,
On the dataport properties i have set the filename to C:\Documents and Settings\%username%\Desktop\test.csv but it cannot find the directory. I want the file to be created on the desktop of the user that is running the dataport.
I've tried with several ways but couldnt find anything. Anybody has an idea?
Thanks a lot.
0
Comments
If you manually enter the path then put the username otherwise make the path using
ENVIRON('USERNAME') or some other function.
In the OnInitDataport, you can put
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Thanks anyway
Don't do that. =;
Some administrators, will not give write access to c:\.
Put some code on the trigger to set the filename.