Yes, queue your own frmUpdateEvent, and frmCloseEvent too if needed.

Example:
    MainForm with Table

    PopUp find form to search for info that might be displayed by said
    table on main form.
    
    If not found, do nothing FrmReturnToForm and leave well enough alone.

    If Data is found.  FrmReturnToForm, enQueue an update Event to trigger
    said table to update and 'scroll' to where found data will be displayed.
    - or - enqueue a frmCloseEvent if that's what you rather do.

    - or - track WinEnter/WinExit Event and figure out when you are being
    entered or exited :o)

-MD

> From: John Leung <[EMAIL PROTECTED]>
> Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> Date: Tue, 05 Mar 2002 22:10:08 -0800
> To: "Palm Developer Forum" <[EMAIL PROTECTED]>
> Subject: Re: FrmPopupForm problem
> 
> On 5 Mar 2002 at 21:52, Todd Walk wrote:
> 
>> Thanks guys. 
>> 
>> I've done some experimenting, and tracking the events
>> that come in.  I found that if I have modal set on the form,
>> then FrmPopupForm and FrmReturnToForm work as I expect.
>> 
>> (3.5 at least.  I do get a frmUpdateEvent.  I got mixed
>> up a bit because I accidentally left a FrmErase in a piece
>> of code while trying to get this to work.)
>> 
>> -- 
>> Todd Walk
>> [EMAIL PROTECTED]
>> 
> 
> Todd,
> 
> I believe you get frmUpdateEvent only on a debug ROM.  Try your test again
> on a release ROM.
> 
> One more thing that I'm not sure if you're aware of.  For a from created
> by a FrmPopupForm, you won't get a frmCloseEvent when you close your popup
> form


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