Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Duplexing Foxpro reports
Message
 
 
To
29/04/2002 16:37:24
Stephen Hunt
Admit Computer Services Inc.
Farmingdale, New York, United States
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00650587
Message ID:
00650614
Views:
18
>That sounds like it should work, do you have any sample code or know the syntax I would have to use to get this to work ?
>
>Thanks again

Of the top of my head:
use myReport.frx
copy to myTempReport.frx 
use myTempReport.frx
if 'DUPLEX' $ myTempReport.Expr
   replace expr with strtran(expr,'DUPLEX=1','DUPLEX=0')
else
   replace expr with expr+chr(13)+'DUPLEX=0'
endif
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform