Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can do BINDEVENT(thisform,'ActiveControl')
Message
From
08/05/2003 10:26:07
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Can do BINDEVENT(thisform,'ActiveControl')
Miscellaneous
Thread ID:
00786233
Message ID:
00786233
Views:
55
Hi

I need fire one methods before/after ActiveControl change value.

I write on form.Init()
BINDEVENT(thisform,"ActiveControl",thisform,"FocusChange")

and add this methods:

PROCEDURE FocusChange
lparameters ofocus
messagebox(ofocus.Name+" change focus")
RETURN

but it does not happen null.

I mistaken?
Is another bug ?

If someone me helps thanks to it.

Fabio
Next
Reply
Map
View

Click here to load this message in the networking platform