Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Again, with the escape code - HELP?
Message
 
À
27/08/1998 11:57:19
Tim Hockin
Illinois State U - Residential Computing
Normal, Illinois, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00130188
Message ID:
00130705
Vues:
23
Tim, have you tried putting the line
DUPLEX=2
into the Expr memo field in the report form's table?

In case you are not aware, the report's FRX file is just a VFP table with the report's information. So use that table (USE reportname.frx) and browse it and add the line DUPLEX=2 in the Expr memo.

This might help you. It doesn't allow the flexibility that I would like, but it works for some situations...

Joe

>>Don't use ??? under W95/NT, it creates a separate printjob. You should call a function from within a report field (somewhere in the header) which will look like this:
>>
>>Func GoDuplex
>>?? CHR(27) + "&l1S" && duplex code
>>return ""
>>
>>It will return an empty string, which will get "printed" within your report, >but it will first embed the escape sequence among the other report output. As >for the Esc+"E", I think VFP will send it automatically, no need for that.
>
>I read that you suggested this to someone else, before. I tried it, and it still doesn't work. The only success I have had at ALL is using @say with ??? for the escape code. this is nuts. There HAS to be a way to do this.
>
>Is there a commercial product that maybe can do this?
>
>Tim
Joseph C. Kempel
Systems Analyst/Programmer
JNC
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform