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:11:31
 
 
À
07/03/2006 15:10:24
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
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:
01102192
Vues:
28
Thank you too Hilmar!


>>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
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform