Hi,I am using a select box.The values in it are populated throgh a callout.But the problem is that when it is saved as dcr and when that Dcr is opened again,the select box values are not shown as a callout was used.Is there any way to shown the values.Someone told me that if two select boxes are used, then some sort of indexing can be done.In this one selct box will store the text and other will store the value.Any idea how this kind of indexing can be done.
kaalraa,I donot know how to become a member.could u guide me regarding this
I am using a select box.The values in it are populated throgh a callout.
But the problem is that when it is saved as dcr and when that Dcr is opened again,the select box values are not shown as a callout was used.
if (IWDCRInfo.getDCRName() == "") { new DCR code} else { Edited DCR code}
Someone told me that if two select boxes are used, then some sort of indexing can be done.In this one selct box will store the text and other will store the value.