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:06:31
 
 
To
07/03/2006 14:57:15
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:
01102188
Views:
32
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.

I don't know where to find info on KEYBOARD command.




>>When the browse window is up (I use SELECT statement with no INTO clause), then pressing the ESC key will close the window & program execution continues.
>>How do I programatically close the browse window?
>>I just want the browse window to stay up for about 30 seconds, then I want to programatically close it off.
>>Thanks all.
>
>The BROWSE command has a TIMEOUT clause.
>
>Otherwise, a combination of a Timer and a KEYBOARD command might be appropriate.
>
>On the other hand, in general it is convenient to replace the BROWSE command with a Grid on a form.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform