"Gabriel Covert" <[EMAIL PROTECTED]> wrote in message
news:34138@palm-dev-forum...
>
> Is it possible to get the selected value number of a Popup trigger outside
> of the PopSelectEvent?
>
> Basically, what I'm trying to do is to save the value of a popup trigger
> when changing forms in a multi-form application.  Any help would be
> appreciated.  Thanks!

You can't easily get the value of the popup trigger, but calling
LstGetSelection on the attached list works fine, as long as its done after
the user has selected something.  I had some code where I made sure the
attached lists were set to noListSelection on opening the form, then just
used that call to get the values when the user submitted the form.  I do
agree with Richard -- its better to handle the popSelectEvent if you can.

--
Ben Combee
Veriprise Wireless <http://www.veriprise.com>



-- 
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