Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CopyFile() revisited - guru's here please...!
Message
From
23/10/2000 13:46:48
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
CopyFile() revisited - guru's here please...!
Miscellaneous
Thread ID:
00433016
Message ID:
00433016
Views:
50
trying to get CopyFile() to work....
i get the file to print filled up with the info ok. then i have....

if file('jobtkt')
DECLARE INTEGER CopyFile IN KERNEL32.DLL ;
STRING @SourceFileName, ;
STRING @DestFileName, ;
INTEGER bFailIfExists
if CopyFile('c:\techprov2.2\jobtkt','PRN:',0) # 0
*IF CopyFile(cMySourceFileName,cMyPortOrUNC,0) # 0
*It was copied
messagebox('File Printed Successfully...',0+64+0,'Printing Information...')
ELSE
* it wasn't
DECLARE INTEGER GetLastError IN KERNEL32.DLL
errono=GetLastError()
messagebox('File Printing Error Code - '+alltrim(str(errono)),0+48+0,'Printing Information...')
ENDIF
else
messagebox('Printer file was not created...',0+48+0,'Printer Error....')
endi

the above come straight out of the FAQ section, but doesn't work. GetLastError() returns error code 2.

if anyone has advice
i am glued to UT!!
else
there is beer in the fridge
endi

thanx - john
Next
Reply
Map
View

Click here to load this message in the networking platform