Hi All
I am using webElements in my Crystal Report and I have a drop down box for which I am using WESelect. Now the question is how to get this drop down box populated from a database column.
Syntax of WESelect is
WESelect (ElementName, ElementValues, ElementDisplays,ElementDefault, ElementFont)
Ex. WESelect("Value", "1|2|3|4|5|6", "One|Two|Three|Four|Five|Six","One", "")
I tried using {?city} in place of ElementValues and ElementDisplays but no luck.
Please help me out...
Thanks in Advance
Chaitanya
I am using webElements in my Crystal Report and I have a drop down box for which I am using WESelect. Now the question is how to get this drop down box populated from a database column.
Syntax of WESelect is
WESelect (ElementName, ElementValues, ElementDisplays,ElementDefault, ElementFont)
Ex. WESelect("Value", "1|2|3|4|5|6", "One|Two|Three|Four|Five|Six","One", "")
I tried using {?city} in place of ElementValues and ElementDisplays but no luck.
Please help me out...
Thanks in Advance
Chaitanya