Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clean printer information
Message
From
14/10/2006 10:27:36
 
 
To
14/10/2006 10:18:39
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01161985
Message ID:
01161986
Views:
15
>Hi all!
>
>Is there any utility that cleans printer information from reports?
>
>Thank's in adavance,
>NPedro
Use yourform.frx
replace expr with '', tag with '', tag2 with ''
If you want to this to all your reports, you can use adir() and a for-next loop, something like
y=adir(temp,'*.frx')
for x=1 to y
  use (temp(x,1))
  replace expr with '', tag with '', tag2 with ''
endfor
Previous
Reply
Map
View

Click here to load this message in the networking platform