Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using TAG property to store previous value???
Message
De
17/08/1999 23:50:56
 
 
À
17/08/1999 23:35:05
Peter Brama
West Pointe Enterprises
Detroit, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00254793
Message ID:
00254803
Vues:
19
>I need to know what the previous value was in a field for processing and comparison routines. I assume I can use the TAG property to store the value before entry (using the GOTFOCUS method) and check it in before exiting (LOSTFOCUS). Is that the recommended way?
>

Gotfocus is fine. But if ou need to be able to prevent hte user from leaving depending on hte value of the control before changing, you'll need to do this checking in the valid, so you can return .F. if needed.

>I also noticed that the TAG property is usually text... if I am storing a value, such as a dollar amount, do I need to use the STR & VAL routines to convert it or is there a way to get the TAG to be something other than text?

Tag can only hold character data. This is one of the reasons to create a custom control property to hold the previous value. I have a slew of other personal reasons too. I never use tag for anything. I figure if something is important enough to get stored in a property, it is important enough to get its own property. What do you do when you need to store 2 pieces of information. IMHO, better to never depend on tag than to only be able to depend on it sometimes.
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform