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:
00222211
Views:
38
>>>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

Hi Mark,

Thanks for the response....What you suggested works great. Now the only problem I have is it only works once. In other words, I have this form where they key in some Keywords to search for. The first time it works fine...but if they key in some new keywords and I run the sql statement again...I don't get the progress bar.
Previous
Reply
Map
View

Click here to load this message in the networking platform