Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to stop Browse
Message
De
14/09/2004 17:57:14
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
14/09/2004 17:49:21
Joel Hokanson
Services Integration Group
Bellaire, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00942134
Message ID:
00942141
Vues:
25
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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform