I have a form that has a list, when the list is clicked, it
will open a popup form with: FrmPopupFrm(form);

The PopupForm allows me to edit an element in that list.
I return from that PopupForm with a FrmReturnToForm(firstForm);

After that PopupForm is closed, I need to update and redraw
the list in the original form (firstForm).

Right now I update the list in that form by executing a
LstDrawList, in the PopupForm handler, right after doing
the FrmReturnToForm(firstForm).  But, I don't think that
is the best place to do it.

I would prefer to have the firstForm list be updated by
an event in that form handler.  I tried to use FrmUpdateEvent but
that event does not seem to be generated upon returning to the
first form, or, I am doing something wrong.

What is the best way to update a list or some other field in
a firstForm after returning from a PopupForm?  Are events generated 
by using FrmReturnToForm function?
--
-----------------------------------------------------------------
Discussion Group:        http://www.halcyon.com/ipscone/wwwboard/

Protect your constitutional rights. Your favorite one may be next!
-----------------------------------------------------------------

Reply via email to