Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
While a process is runing
Message
 
 
To
12/09/2001 15:07:41
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00555646
Message ID:
00555649
Views:
19
Add SET TALK ON before query to turn on SQL Select progress bar. If it's VFP 7 make sure that SET NOTIFY ON also.

>Hello friends.
>I have this code in a Form Load Event:
<b>SET TALK ON</b>
>do consultas\conexionesact.qpr
>select conexiones_act.tipo, count(conexiones_act.cliente);
>	from conexiones_act conexiones_act;
>	group by conexiones_act.tipo;
>	into cursor totconcurent
<b>SET TALK OFF</b>

>When I call the form this process take some second or minutes in some case.
>I want to know How can i do to show a progres bar while the process is runing.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform