Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thermometer for SQL-SELECT statement ???
Message
From
22/12/1998 18:13:27
 
 
To
22/12/1998 17:06:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00169850
Message ID:
00169867
Views:
21
>Hello,
>
>I'm using VFP 6.0 and I would like to show the progress of a SQL Select-statement, just like when you run a SQL SELECT-statement, it diplays a running query using a progressbar.
>
>I've found the thermometer in the VFP 6.0 Component Gallery and I use it to show progress in my application by passing the number for the percentages as a parameter.
>But what I also want is to show progress in the SQL-SELECT statement('cause it can take quite some time).
>
>Does anybody know how you can show progress in a running SQL SELECT statement, using a thermometer ?
>
>Thank you in advance for your time...

SET TALK ON
SELECT ...... INTO ....
SET TALK OFF
Previous
Reply
Map
View

Click here to load this message in the networking platform