P
Partha
Hi,
Is there a way that in the data value for text box control, I can use a
reference to a different attribute value from my secondary data connection
(XML).
Here is an example:
Secondary data source XML - <customer name='Microsoft'></customer>
Data value of a text box -
xdXDocument:GetDOM("Second_XML")/address/@name='Microsoft'
Instead of hardcoded value for the name, I want to use a reference from
different part of the seconday data XML. Like /address/@name=../customer/@name
Is this possible? If so, can somebody help me with some examples ..
Thanks,
Partha.
Is there a way that in the data value for text box control, I can use a
reference to a different attribute value from my secondary data connection
(XML).
Here is an example:
Secondary data source XML - <customer name='Microsoft'></customer>
Data value of a text box -
xdXDocument:GetDOM("Second_XML")/address/@name='Microsoft'
Instead of hardcoded value for the name, I want to use a reference from
different part of the seconday data XML. Like /address/@name=../customer/@name
Is this possible? If so, can somebody help me with some examples ..
Thanks,
Partha.