A few thoughts: Are there OTHER EEP's in the form that could be causing the problem. THis one is pretty inoccuous
Where does this EEP run? I believe you normally want this PROPERTY command in an ON AFTER START EEP You are clearing all variables except two - does the code calling the form need other variables? David Blocker [EMAIL PROTECTED] 781-784-1919 Fax: 781-784-1860 Cell: 339-206-0261 ----- Original Message ----- From: "Bernard Lis" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Saturday, March 26, 2005 3:09 PM Subject: [RBG7-L] - exiting form does not return control to calling program > tracing the command file, at the end shows the following: > > clear all var except runvar,cno > PROPERTY RBASE_FORM DONTSHOWSAVEDIALOG 'TRUE' > closewindow > return > > It returns to the R> instead of the calling program. > No errors were seen during the trace! > > The calling program does Edit using StartEnd > the form comes up and retrieves data, then when I exit the form, it goes to > an R> > > The statement after the edit using is a pause to see if it returns. > > Any ideas would be appreciated. > > Bernie Lis > >
