Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object reference?
Message
De
17/02/2016 03:37:03
 
 
À
16/02/2016 19:09:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01631578
Message ID:
01631585
Vues:
155
Hi John,

If you have a limited number of such cases, you can try this strategy :
procedure button.click
...
thisForm.refresh(.T.)
...

procedure form.Refresh
lparameters buttonClicked
this.AddProperty('buttonClicked', m.buttonClicked)
...

procedure someControl.Refresh
this.Enabled = thisForm.buttonClicked
>When an object, a button for instance, is clicked - does VFP have any 'variable' identifying the object clicked, that can be used in decisions as to what other objects on the form are then enabled, or disabled?
>
>Thanks
Thierry Nivelet
FoxinCloud
Give your VFP application a second life, web-based, in YOUR cloud
http://foxincloud.com/
Never explain, never complain (Queen Elizabeth II)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform