> I have a RBase routine that sets up a table and some variables, then enters 
> a form. When I'm done filling out the form, it does not return back to the 
> routine, it simply exits to an R> prompt. 

This is generally caused by a non-fatal error occuring in EEP code.  The code
continues to run, but the form crashes to the R> prompt on exit.  The error can
be as simple as NO ROWS FOUND or NULL VARIABLE FETCHED WITHOUT INDICATOR.

To find the problem, run your code with ERROR and ERROR MESSAGES set on.  Look
for any error output in the form of dialogs or errors written to the R>
console.  Fix them all, and see if the problem goes away.
--
Larry

Reply via email to