Yes, if you have that eep code in the SECOND form, then it will close the
second form and return you back to the first form.   That's not what I
suggested.  Below is the code I suggested.  You don't do anything special
in the second form.  The eep that opens up the second form will have code
that sets the variable and then does a closewindow.

Karen

The eep code that calls up the second form

EDIT USING SecondForm
-- this code happens after you have exited the second form and want to go 
back to the first form
SET VAR vFromSecond = 'yes'
CLOSEWINDOW -- this closes the first form
RETURN 

 
> KAREN
> 
> Tried this and it is not working, just pops me back into the original
> form.
> 
> 
> SAVEROW
> set var vBtnFlag = 'form2'
> CLOSEWINDOW
> RETURN
> 

Reply via email to