Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Working With GetFldState
Message
De
11/09/2000 16:10:06
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Working With GetFldState
Divers
Thread ID:
00415094
Message ID:
00415094
Vues:
57
Tried the two syntax lines below to achieve my desired results. It works when I step thru with the Debugger, but not when I run it live.

The control is a drop-down combo box, that gets its values from an array. The control is bound to the "MerchType" field in the "Merchant" table, and the code is in the InteractiveChange event.

Anyone know why this code isn't firing?

=============
IF GETFLDSTATE("MerchType","Merchant") = 2

IF OLDVAL(MerchType,"Merchant") <> ComboBox.Value
=============

DP
Live life today - tomorrow will take care of itself.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform