I found the solution. Turns out that I was calling a subroutine from an entry procedure. I fixed this so it didn't call a subroutine, and fixed the crashing bug. Strange.

At 19:00 1/4/2005 -0600, you wrote:
You may want to verify your setting for "File Depth" I normally have it set
to 60. Also, if you do not already have one, create a button to exit the
form and use an EEP as follows:

PAUSE 1 USING 'this is the exit'
CLOSEWINDOW
RETURN

Trace should stop before after the Pause command and you should be able to
verify variables.
Javier,

Javier Valencia, PE
President
Valencia Technology Group, L.L.C.
14315 S. Twilight Ln, Suite #14
Olathe, Kansas 66062-4578
Office (913)829-0888
Fax (913)649-2904
Cell (913)915-3137
================================================
Attention:
The information contained in this message and or attachments is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material.  Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon,
this information by persons or entities other than the intended recipient
is prohibited. If you received this in error, please contact the sender and
delete the material from all system and destroy all copies.
======================================================

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of David Torre
Sent: Tuesday, January 04, 2005 6:40 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - RE: form crashing and not returning to controlroutine
on exit

As soon as I hit exit on the form, it puts me at an R> prompt, even while
running a trace. Odd, huh?

At 18:34 1/4/2005 -0600, you wrote:
>David:
>Use Trace to see what is causing the problem.
>Javier,
>
>Javier Valencia, PE
>President
>Valencia Technology Group, L.L.C.
>14315 S. Twilight Ln, Suite #14
>Olathe, Kansas 66062-4578
>Office (913)829-0888
>Fax (913)649-2904
>Cell (913)915-3137
>================================================
>Attention:
>The information contained in this message and or attachments is intended
>only for the person or entity to which it is addressed and may contain
>confidential and/or privileged material.  Any review, retransmission,
>dissemination or other use of, or taking of any action in reliance upon,
>this information by persons or entities other than the intended recipient
>is prohibited. If you received this in error, please contact the sender and
>delete the material from all system and destroy all copies.
>======================================================
>
>-----Original Message-----
>From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of David Torre
>Sent: Tuesday, January 04, 2005 6:29 PM
>To: RBASE-L Mailing List
>Subject: [RBASE-L] - form crashing and not returning to control routine on
>exit
>
>Hello,
>
>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. Now, I have an earlier version of
>this form that does not crash, and I have no idea how to find out what is
>making the new form crash. Any ideas?



Reply via email to