Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hacking .FRX for print driver
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00163334
Message ID:
00164333
Views:
22
The only way I found of doing this some time ago was to with a PRG to do this> For eg.

lnFrxs = ADIR(laFrxs, "*.FRX")
FOR n = 1 TO lnFrxs
lcFrx = laFRxs(n,1)
USE (lcFrx)
REPLACE .....
NEXT
USE
Previous
Reply
Map
View

Click here to load this message in the networking platform