CrimsonJio
Programmer
Hi guys,
I have a problem with the an event I binded to the When method I created using AddObject( ).
Below is what I did:
1. call AddObject( ) - to create a combo box in my grid
2. call BindEvent( ) - to bind Event1 to the When method of the created object
However, when I run my form, the binded event does not fire immediately when I focus on the added object.
Am I missing something?
TIA
I have a problem with the an event I binded to the When method I created using AddObject( ).
Below is what I did:
1. call AddObject( ) - to create a combo box in my grid
2. call BindEvent( ) - to bind Event1 to the When method of the created object
However, when I run my form, the binded event does not fire immediately when I focus on the added object.
Am I missing something?
TIA