J
Jack
I have a drop down on a form with a number of options manually added. These
options have a number for the value and a text description for the display
text. Via form code I can retrieve the value, but not the display text. I
am using this code to get my value:
ndSample.selectSingleNode("my:SampleField").text
I've discovered that the display text is in the view1.xsl file, and not the
main data set, so essentially I'm asking how to retrieve information from
view1.xsl via code. Thanks.
options have a number for the value and a text description for the display
text. Via form code I can retrieve the value, but not the display text. I
am using this code to get my value:
ndSample.selectSingleNode("my:SampleField").text
I've discovered that the display text is in the view1.xsl file, and not the
main data set, so essentially I'm asking how to retrieve information from
view1.xsl via code. Thanks.