Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scan Through Table for Printing
Message
De
24/07/2002 14:20:45
Steven Dyke
Safran Seats USA
Texas, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Scan Through Table for Printing
Divers
Thread ID:
00682187
Message ID:
00682187
Vues:
53
Why does the following code only pick the first record for printing?

Select inittbl
Scan

edrno = AllT(inittbl.nedrno1)
edr_subno = inittbl.nmsub

SET PROCEDURE TO WWAPI ADDITIVE
SET PROCEDURE TO WWPDF ADDITIVE
SET PROCEDURE TO nadatest ADDITIVE
oPDF=CREATE("wwPDF40edrs")
llResult = oPDF.PrintReport("newbedrform.frx",;
"\\gvmain\applications\foxapps\edrmanagement\edrhold\" + AllT(edrno) + AllT(Str(edr_subno)) + "1.pdf")

Delete
EndScan
Set Printer To Default
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform