Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
While a process is runing
Message
 
 
À
12/09/2001 15:07:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00555646
Message ID:
00555649
Vues:
17
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform