Hi All
I think this should be easy - but i am having a blank !
I want to know what dataobject is assigned to my datawindow - maybe in my code or is set during runtime
I can set it like this dw_1.dataobject='dw_bag_label_packing_with_van' or it is set in the window before the programme is run
How do i see what dataobject is assigned - during the runtime - so i can display it in a text field.
regards and thanks in advance
andrew
ls_text=dw_1.dataobject
I was sure i tried this and got an ! - but it is working
Many thanks
For example: DC/DS.dataobject = "dw_chris_junk" // does not exist
So the only way to know that the DC/DS's DWO is valid is to check it using a Describe() command. HTH