Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Loosing cursor...
Message
De
06/01/2000 22:07:11
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00313684
Message ID:
00314274
Vues:
46
>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform