webElements-How to built WESelect LOV from Database Column?

chaitanya

New member
Local time
Yesterday, 22:54
Joined
May 2, 2007
Messages
7
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
 

Users who are viewing this thread

Back
Top Bottom