Hi
Is there any possibility to create dropdown populated with value name pair elements without using BO or ExpressionBuildera?
Is there any chance to do it via Select query?
Greg
Just use a SelectSQL() statement and select two fields and it will work. Name first, then value, just as before.
So simple
Thanks Jerome, I was trying to cast results of SelectSQL method, and any other combinations
Not %CHR(9) anymore