I have created a form that have text boxes and drop down list objects
I have entered some data in the text boxes and made selection from the drop down list
I used the form.GetAsXML to save the form as xml
I loaded the form from the xml , the form loaded fine , however the data did not
Is there a way to save the form data entered in the form objects (such text box, drop down list) as xml
if not, is there way to alter the xml to display the data
I altered the xml file and changed the following for one the item (text box)
<specific TabOrder="5" >
to
<specific TabOrder="5" value ="My Data">
also
from
<specific TabOrder="5" >
to
<specific TabOrder="5" string="My Data">
also
from
<specific TabOrder="5" >
to
<specific TabOrder="5" caption="My Data">
No Luck
Any hint
Sincrely yours
Riade Asleh