Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Contents of a report/cursor displayed on a form
Message
 
 
To
06/04/2002 11:42:16
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00641818
Message ID:
00641827
Views:
8
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform