chedderslam
Programmer
I have added a datawindow control to my form. I am trying to set its value to that of a string.
I have tried this:
dw_1.dataobject = w_test
and this:
dw_1.text = w_test.tabpage_result.mle_3.text
w_test is the parent window.
Basically I want to set a string value to the datawindow control to save it out as xml. Any help is appreciated.
I have tried this:
dw_1.dataobject = w_test
and this:
dw_1.text = w_test.tabpage_result.mle_3.text
w_test is the parent window.
Basically I want to set a string value to the datawindow control to save it out as xml. Any help is appreciated.