Hrms...

Off the top of my head I don't think you can do this that way.  FrmDoDialog
treats the form as a modal dialog. All you're ever gonna get back is the
button that was tapped (and only one can be tapped).

You need to do FrmPopUpForm (to acheive the same effect) but establish an
event handler for the form.

In this event handler you set the popup an retrieve it's settings then go
back to the previous form with FrmReturnToForm.

-MD

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Thursday, March 07, 2002 3:22 PM
Subject: Looking for example popup list dialog code


>
> Can someone point me to some sample code that sets up a FrmDoDialog()
> call and picks through the results for a form that has a pop-up list on
> it?  I keep botching this up in my application.
>
> alan
>
>
>
> --
> For information on using the Palm Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/tech/support/forums/
>


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