Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bound control updating
Message
 
À
24/07/2000 00:42:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00396053
Message ID:
00396085
Vues:
12
David,

A control will update its controlsource just before the Valid event fires. The Interactivechange is too early in the event sequence.

I would take the following approach ...
* Interactive change
...
IF < Condition to call other form >
   REPLACE (This.Controlsource) WITH THIS.Value IN JUSTSTEM(This.ControlSource)
   DO FORM < OtherForm >
ENDIF

...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform