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