FrmReturnToForm() does not queue up an event.  I've wrestled with a similar
problem and came up with 2 solutions:

1) use global variables to reflect the changed data.
2) just before leaving the popup form, queue up a frmUpdateEvent yourself,
sending it to the form you are returning to.  See event.h for more details.


I've used the second solution successfully.

Michael Yam
Y Technology, Inc.
[EMAIL PROTECTED]
http://www.ytechnology.com



-----Original Message-----
From: Tammy Cravit <[EMAIL PROTECTED]>
To: Palm Dev. Forum <[EMAIL PROTECTED]>
Date: Friday, June 18, 1999 12:46 PM
Subject: Does FrmReturnToForm() send an event?


In my application, I use FrmPopupForm() to pop up a form which will allow the
user to change a setting for the app. When the user dismisses the form, and
goes back to the main form, I would like to call my code to update the
information on the form. Does FrmReturnToForm() send any event to the form
being returned to that I could trap to update the information?

Tammy

--
Tammy Cravit, MIS Manager
Davies Communications, Inc.
E-mail: [EMAIL PROTECTED]





Reply via email to