Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to force browse window to close programatically
Message
De
07/03/2006 15:10:24
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
07/03/2006 15:06:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01102177
Message ID:
01102190
Vues:
30
This message has been marked as a message which has helped to the initial question of the thread.
>Sorry, I think I did not post the question correctly.
>I have a SELECT statement that opens up a browse window:
>SELECT * FROM mytable
>I do not have a BROWSE command, so I cannot use the TIMEOUT clause.

The SELECT - SQL statement automatically invokes the BROWSE command. You can change that into two separate steps, as Sergey pointed out:


select ... into cursor Tmp
browse timeout 30


>
>I don't know where to find info on KEYBOARD command.
HELP KEYBOARD
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform