I want to initialize a popuptrigger based on a variable.  I tried doing
the following and it doesn't seem to work:

FrmSetControlValue(form,FrmGetObjectIndex(form,popuplistID),variable);

I've also tried:

LstSetSelection(FrmGetObjectPtr(form,FrmGetObjectIndex(form,popuplistID)),variable);

and:

LstSetSelection(FrmGetObjectPtr(form,FrmGetObjectIndex(form,listID)),variable);



-Nathan

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to