Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where did Click initiated?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01550194
Message ID:
01550198
Vues:
60
This message has been marked as a message which has helped to the initial question of the thread.
>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()
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform