Hello all,
How do I set the initial text of the pop-up label, without putting a value
in my .rcp file. Basically my items in the list are determined at
run-time, and I'd like the pop-up label to be set to the first item in the
list.
These are my controls:
POPUPTRIGGER "" ID trgID_Databases AT (80 1 80 AUTO) LEFTANCHOR FONT 0
POPUPLIST ID trgID_Databases lstID_Databases
LIST "" ID lstID_Databases AT (80 1 80 33) NONUSABLE DISABLED FONT 0
Using LstSetListSelection(list, 0) and/or LstDrawList(list) don't have an
effect in updating the pop-up label.
Thank you,
Lenny Palozzi.