Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
1 more dumb select SQL question
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00222189
Message ID:
00222197
Views:
32
>>When I run the select sql statement from the command window it shows a progress bar. This bar doesn't show when I run the sql statement in a method of a form. How can I get this progress bar to show?
>>
>>Thanks again,
>>Paul
>
>This has to do with SET TALK ON. However you also get the selected ### records in #.## seconds. I remember a trick I used to do with:
>
>DEFINE WINDOW Dummy from 0,0 to 0,0
>set talk window to dummy
>set talk on
>** then run the query, set talk off, remove the dummy window.
>
>I think this is what I did.

should be SET TALK WINDOW Dummy
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform