Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to force browse window to close programatically
Message
From
07/03/2006 15:11:31
 
 
To
07/03/2006 15:10:24
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01102177
Message ID:
01102192
Views:
30
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
>
Previous
Reply
Map
View

Click here to load this message in the networking platform