Claudine:
Try defining the variable before the ENTER... command
SET VAR vdone TEXT = 'YES'
-- or 'NO' depending on what you want the default to be
And then TRACE the code to see where it is being changed.
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 claudinerobbins
Sent: Friday, July 29, 2005 2:59 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - Broken EEP

Hi everyone,

I've been successfully using this main menu eep since Dawn so kindly shared
it with me a little while back:

LABEL doitagain
Other steps here...
ENTER USING car_inv_enter CAPTION .vgreeting
IF vdone = 'NO' THEN
  GOTO doitagain
ENDIF
RETURN

In my form, I have a button eep:

SET VAR VDONE = 'NO'
CLOSEWINDOW
RETURN

It seems to have quit working with 7.5 Update 10.  Now, the form closes and
I am returned to my main menu form same as if VDONE was set to 'YES'.

Anything change that I'm not aware of?

TIA,

Claudine :)

Reply via email to