Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disable controlsource default behaviour
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00247745
Message ID:
00247806
Vues:
29
dang it all, I saw the error a second after hitting the send button.
if type('This.cFieldSource') <b>= 'C'</b> and !empty(This.cFieldSource)
   This.Value = eval(This.cFieldSource)
endif

In the LostFocus, you have to have:

if type('This.cFieldSource') <b>= 'C'</b> and !empty(This.cFieldSource)
   replace (This.cFieldSource) with This.value
endif
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform