Try queueing up an update event to redraw the parent screen. Thus,after FrmReturnToForm(), you would call FrmUpdateForm() with the parent screen and an update code which you define. Inside the parent form's event handler, watch for frmUpdateEvent and redraw as necessary.
Note also that FrmReturnToForm() does not queue up a frmCloseEvent so if you allocated an resources in a frmOpenEvent, free them up before returning. --Mike Y. http://www.ytechnology.com "James Zatorski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I have a form witha list of items for the user to select. When one is selected FrmPopupForm is called allowing the user to edit the data. When finished editing ReturnToForm is called. If the user selects an item to edit that is covered by the pop-up, the list is correctly updated upon returning to the main form. If the edited item is not behind the pop-up, the list is NOT updated. How can I remedy this? Can/should I queue an event for the "parent" form before calling FrmReturnToForm? TIA, JiMZ -- __________________________________________________________ Sign-up for your own personalized E-mail at Mail.com http://www.mail.com/?sr=signup CareerBuilder.com has over 400,000 jobs. Be smarter about your job search http://corp.mail.com/careers -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
