Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
My form take its time....
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00130041
Message ID:
00130285
Vues:
26
>I have a form called "form1" it has two grids the source of every grid are two parametrized views (view1 and view2) .
>every parametrized view has in the fields like SUM(fieldX ) ant the field its called "sum_fieldx"
>
>whe i run form1 it takes any time ( around 30 or 35 seconds) to be showed because its necesary that requery("view1") and requery("view2") run.
>
>im looking for any way to show some form or some icon animated (someonelse) that run WHILE the requery("view1") and requery("view2") run.
>
>i try with the progressbar of vfp but to do this i have to get the set talk in "OFF", when i do that all the results of the requerys are showed in the main window and the same happend in other forms of my application.
>
>I try too, with tyhe class progress bar of the library stored in this VFP forum but i cant find the way to make it run WHILE the rqeuerys run i only get the way to run this class AFTER or BEFORE the requerys run
>
>i try with wait window "requery running"nowait ..
>it works!
>But really dont look so good to the user (dont you think?)
>
>what other tip can i use ???
>
>thanks in advance
>Best Regards

VFP 6 has the animation activex control. You could display a .avi file (standard ones are included in the Visual Studio, I don't know if it comes with just the VFP 6 upgrade.) I tried using animated icons, but it only worked for me in development. When I made a .exe file, it failed to display the animation.
I like the activeX control - its very easy to use.

Robert
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform