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:10:24
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
07/03/2006 15:06:31
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01102177
Message ID:
01102190
Views:
29
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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform