Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dos like printing from in foxweb
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxWeb
Titre:
Dos like printing from in foxweb
Divers
Thread ID:
01044888
Message ID:
01044888
Vues:
56
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform