Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to turn off Printer Environment?
Message
 
 
À
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:
01359247
Vues:
36
Blanking out TAG2 will turn off "Printer Environment" on the Report Designer menu but it'll not remove printer info from the report.

>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
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform