V
vbdev
Hi,
I am catching Events at the form level for all my nodes (such as
OnContextChange or OnBeforeChange)
How can I know the nature of the node that triggered the event through "e":
For example, how can I know if the node that triggered the event is a
repeation section or a node? Or, how can I know if the node that triggered
the event is a textbox, a checkbox, etc.? "e.Source.dataType" doesn't
help....
Any idea?
Thanks
vbdev
I am catching Events at the form level for all my nodes (such as
OnContextChange or OnBeforeChange)
How can I know the nature of the node that triggered the event through "e":
For example, how can I know if the node that triggered the event is a
repeation section or a node? Or, how can I know if the node that triggered
the event is a textbox, a checkbox, etc.? "e.Source.dataType" doesn't
help....
Any idea?
Thanks
vbdev