Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to turn off Printer Environment?
Message
De
06/11/2008 00:06:31
 
 
À
03/11/2008 14:00:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01359237
Message ID:
01360082
Vues:
11
Edward, this is what I use . . . Hope it helps

local cRpt,cRpt1

lnReports = ADIR( laReports, "*.frx" )
messagebox(str(lnReports))
for lnI = 1 to lnReports
use ( laReports[lnI, 1] )
cRpt= ( laReports[lnI, 1] )
cRpt1 = (laReports[lnI,1])
replace Expr with "ORIENTATION=0",;
TAG with "",;
TAG2 with "";
for OBJCODE = 53

use
endfor
use
return
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform