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 ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to