Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where did Click initiated?
Message
De
09/08/2012 08:35:16
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01550194
Message ID:
01550202
Vues:
43
>>>Hi,
>>>
>>>I need to determine in the Click method of a button if this click was done by a user (mouse click) or some other part of the program called cmdThisButton.click() programmatically. Is this possible? TIA.
>>
>>:o)
>>That is why Events must call methods.
>>Move all code from Click() to some custom event.
>>Than its easy:
>>Add parameter to this methiod that will show you from where it is called.
>>I.e. from Button.Click call this method that way:
>>
>>thisForm.MyButtonClickHandler(.t.)
>>
>>* and from everywhere else:
>>
>>thisForm.MyButtonClickHandler(.f.) && or thisForm.MyButtonClickHandler()
>>
>
>Thank you. Good suggestion (echoes what Craig said too). Why didn't you all tell me about this years ago? :)

ROFL,
I thought you know it.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform