Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loosing cursor...
Message
From
06/01/2000 22:07:11
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00313684
Message ID:
00314274
Views:
50
>>By golly, yes I do and I can see where you're coming from!!!
>>What if I may the grid not visible while the report prints??
>>Ta
>
>David,
>
>How about something less drastic like;
>
>
>SELECT Alias
>REPORT FORM ...
>
>
>when you run the form. Even more complete would be;
>
>
>LOCAL lcAlias
>lcAlias = ALIAS()
>SELECT TheOneYourReportNeeds
>REPORT FORM ...
>IF NOT EMPTY( lcAlias )
>   SELECT ( lcAlias )
>ELSE
>   SELECT 0
>ENDIF
>
That's what I'm doing already Jim. But not good enough it seems; especially if I run "PROMPT" which possibly activates the underlying form before spooling out.
I tried simply hiding the pageframe with the grid on it, but that apparently failed too.
It's a really hard thing to test too, because it only fails occasionally on the customers site, some 160 miles away, and almost never fails here.
What I'm now trying is going via a modal form which manages the print options... should know in a few hours if it works

Thanks for the advice.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform