Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printer controls
Message
De
30/11/2004 11:17:58
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00965670
Message ID:
00965735
Vues:
8
In my case I could clear the field completely, but I know that's not always the case. That's why I wrote that he may have to adjust my program to suit his needs. :-)

>>In later versions of VFP this problem is fixed. For earlier versions I have this program called MODIREPORT, you may have to adjust it a little bit to suit your need. In stead of MODIFY REPORT XXX you enter DO MODIREPORT WITH 'mydir\myreport.frx'. You must always include the extension, and also the path if it's not in the default directory.
>>lparameters lcfile
>>IF PCOUNT()>0 and file(lcFile)
>>  modi repo (lcFile)
>>  USE (lcFile)
>>  REPLACE EXPR WITH "", TAG WITH "", TAG2 WITH ""
>>  USE
>>ENDIF
>>
>>
>>>when creating reports the name of the printer is automatically stored , it then becomes difficult to print the report on another printer , especially if the user changes his printer.
>>>
>>>i do know that we can open the report file as a table and remove the printer info but is there any program which can do this automatically or is there a way to not store this info in the first place.
>
>You should not completely clear the Expr field. Yuri Rubinov published a program to fix Expr field removing only printer specific info. Let me see, if I have modification of this program in my function library...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform