Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Binding to COM
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
00994523
Message ID:
00994854
Vues:
21
>You can create a UDF that can be used in the query to animate Your control. Something like:
>
>n_animate = 0
>
>SELECT ...., MyFunc(reference_to_control_to_be_animated) AS Dummy .....
>
>FUNCTION MyFunc(oControl)
>  n_animate = n_animate + 1
>  IF n_animate % 100 = 0 && Run at every 100 records
>     oControl.Animate()
>  ENDIF
>
>RETURN ""
>
>
Not in this case as I'm using SPT to do remote processing in SQL Server. At any rate, I've figured out a work-around that should work. I'll be testing it out at some undetermined point in the near future. It will involve not using a timer at all.

Thanks,
Chad
_________________________________
There are 2 types of people in the world:
    Those who need closure
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform