Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Contents of a report/cursor displayed on a form
Message
 
 
À
06/04/2002 11:42:16
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00641818
Message ID:
00641827
Vues:
9
This message has been marked as the solution to the initial question of the thread.
>Hi all:
>
>I have a form with a command button that prints the selected data to a printer. I use the following command:
>
>
report form PrintDetails to printer
>
>It works fine, but what I see displayed randomly on the calling form is the contents of the report or the cusor that contains the information. What should I do to avoid that being displayed. For example, in my case, the display (looks garbled too) hides some other command buttons on the form!
>
>Suggestions? TIA.

Add INTO CURSOR and NOCONSOLE clauses
SELECT ... INTO CURSOR crsReport
report form PrintDetails to printer NOCONSOLE
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform