Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dos like printing from in foxweb
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
FoxWeb
Title:
Dos like printing from in foxweb
Miscellaneous
Thread ID:
01044888
Message ID:
01044888
Views:
58
Use using a foxweb based website

I use @say to print my fields to a TXT.file
Then I use the lines below, as I use in my PC
But is does not work

Anybody has a clue ?
DECLARE INTEGER CopyFile IN KERNEL32.DLL ;
     STRING @SourceFileName, ;
     STRING @DestFileName, ;
     INTEGER bFailIfExists
  IF CopyFile('REEMB.TXT','LPT1:',0) # 0
     *  It was copied
  ELSE
     *  it wasn't
  ENDIF
Next
Reply
Map
View

Click here to load this message in the networking platform