Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why would reports take a long time to display?
Message
From
08/11/2005 16:27:58
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01064884
Message ID:
01066571
Views:
28
>Hello Tore,
>Here is a quick and simple way to remove the default printer setting from the report. Open your report '.frx' file using [Use command].
>
>Locate the record for ObjCode = 53.
>Delete the printer reference from the field 'Expr'
>Delete the whole contents from 'Tag' ang 'Tag2'
>
>That should work. Let me know how it goes.
>
>Bijith

Or even simpler
USE yourreport.frx
REPLACE EXPR WITH "", TAG WITH "", TAG2 WITH ""
Sometimes you need some of the information in ine of these fields, though.
Previous
Reply
Map
View

Click here to load this message in the networking platform