Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Loop
Message
 
 
To
14/06/2001 11:39:43
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, United States
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Re: Loop
Miscellaneous
Thread ID:
00519079
Message ID:
00519421
Views:
11
>Not only that, the REPORT FORM won't work now (since it isn't in the memory anymore?)... There is NOWAIT, but that's not what I want. As of now, problem is not solved.

Hi Chuck,

As always, I replied to the specific question you asked, not to the problem itself :)

In your case you should select to temp cursor and close it after you produce a report, e.g.
select * ... into cursor curTemp
report form myForm to printer <b>noconsole</b> :)
use in curTemp
select myTable
>Chuck
>
>>>According to MS book, SELECT - SQL: NOCONSOLE "Prevents display of query results sent to a file, the printer, or the main Visual FoxPro window."
>
>>Yeah, I saw what Nadya posted. I guess I've just never tried to send query results to the screen before. Seems like an odd thing to do. :)
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform