M
Mike B
I have a drop-down list box that I have manually populated. I am
trying to update what is displayed using custom code. I do not want to
change what is already present just change what is being displayed.
Basically, In the Drop down I have
Select... (Default)
A
B
C
With 1 Button I can change the Drop down to display A, with button 2 B,
Button 3 C, etc.
I have tried this in code, but all it seems to do is overwrite what I
already have there with what I have in my code.
this is what I have currently.
XDocument.DOM.selectSingleNode("//my:formStatus").text = "Working"
Originally the field was a text box but I decided to switch to a drop
down to enable using the status field in a conditional statement.
Thanks,
Mike
trying to update what is displayed using custom code. I do not want to
change what is already present just change what is being displayed.
Basically, In the Drop down I have
Select... (Default)
A
B
C
With 1 Button I can change the Drop down to display A, with button 2 B,
Button 3 C, etc.
I have tried this in code, but all it seems to do is overwrite what I
already have there with what I have in my code.
this is what I have currently.
XDocument.DOM.selectSingleNode("//my:formStatus").text = "Working"
Originally the field was a text box but I decided to switch to a drop
down to enable using the status field in a conditional statement.
Thanks,
Mike