P
Paul Devenney
Hi All,
I would like to populate a text box based on the value in a dropdown (which
has been pulled from a SQL data source) - easy I hear you say? easy to put
the *value* in....but what about the description of that control
The actual scenario is
* select a paragraph from a dropdown list
* populate the text box with the text
* edit the text in the box from the starting point
I cannot make the value of the dropdown the text to push into the textbox,
as I need to record the ID that was oringally selected before the user goes
on to edit text.
I've tried various mad xpath queries, I can get the value from the dropdown,
I can get the data from the sql table (unfiltered), but trying to use the
where clause it all breaks down. I have the suspicion that it is to do with
using two different datasources in the one query (SQL source and Main)
please help!
Paul
I would like to populate a text box based on the value in a dropdown (which
has been pulled from a SQL data source) - easy I hear you say? easy to put
the *value* in....but what about the description of that control
The actual scenario is
* select a paragraph from a dropdown list
* populate the text box with the text
* edit the text in the box from the starting point
I cannot make the value of the dropdown the text to push into the textbox,
as I need to record the ID that was oringally selected before the user goes
on to edit text.
I've tried various mad xpath queries, I can get the value from the dropdown,
I can get the data from the sql table (unfiltered), but trying to use the
where clause it all breaks down. I have the suspicion that it is to do with
using two different datasources in the one query (SQL source and Main)
please help!
Paul