Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to turn off Printer Environment?
Message
De
03/11/2008 14:00:17
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
How to turn off Printer Environment?
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01359237
Message ID:
01359237
Vues:
79
I need to modify about 300 reports in the way that they don't save current printer information.
It can be done manually by unchecking the "Printer Environment" option in Report menu.
I also can erase printer info by running code

SELECT 0
USE (myreport.frx)
LOCATE FOR (objtype = 1) AND (objcode = 53)
IF FOUND()
REPLACE expr WITH SUBSTR(expr, AT( "ORIENTATION", expr)), ;
tag WITH "", ;
tag2 WITH ""
ENDIF

Is there a way to turn off "Printer Environment" for report MYREPORT.FRX by modifying a field directly in the table MYREPORT.FRX.?

Thanks

Ed
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform