Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Curser
Message
De
06/06/1999 22:15:58
 
 
À
06/06/1999 17:34:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Curser
Divers
Thread ID:
00226940
Message ID:
00226955
Vues:
22
Hi Chris

You could add a custom method to your form class or formset class, I'll call it waitcursor. In the new method of your form class, put something like this:

LPARAMETERS llwait

IF llwait
THIS.mousepointer = 11
THIS.SETALL('mousepointer',11)
ELSE
THIS.mousepointer = 0
THIS.SETALL('mousepointer',0)
ENDIF

Then pass this method a .t. or a .f. from your code to set the mousepointer to the hourglass, or to turn it off

HTH

>I have an app that copies a dbf across a dial up connection. The curser returns to a pointer long before the app has finshed, confusing the user. How to I control the curser (ie keep it as an hourglass?)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform