Hi Experts,
How can I use the DataWindow object (DWO) outside of a DataWindow? Specifically, if I need to retrieve the name of a selected column in a DataWindow from outside of it, how can I achieve this?
Thanks
Deva.S
Hi Experts,
How can I use the DataWindow object (DWO) outside of a DataWindow? Specifically, if I need to retrieve the name of a selected column in a DataWindow from outside of it, how can I achieve this?
Thanks
Deva.S
When you click on a DataWindow button, the buttonclicked event is triggered. The argument 'dwo' is a reference to the object you clicked on. The name of the object can be accessed via dwo.Name.
Hi Deva;
I am guessing that your asking about using a DWO outside of it's container the DW Control. If that's your question, then have a look at the DataStore object class. HTH
Regards .... Chris