Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to stop Browse
Message
From
14/09/2004 17:57:14
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
14/09/2004 17:49:21
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00942134
Message ID:
00942141
Views:
24
This message has been marked as the solution to the initial question of the thread.
>When I run query:
>
>Select * From rpt_customer_invoice_lines_ro Where Id Not In (Select Id From allinvchist) noconsole
>
>It works GREAT, but I can not stop the browse screen from coming up.
>
>This is part of an unattended update program at night, so naturally I do not want the program to wait at a Browse screen.
>
>I thought NoConsole would do that. I tried to add a Timeout to the select, but that is not valid.

Add:
select ...;
  into cursor Temp
This will stop the BROWSE.

Or choose any other name for your cursor (temporary table), instead of "temp".
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform