Claudine, I'm on update 12 and mine work. Do you have SET VAR VDONE = NULL either in your "other steps here..." section or in the after start eep of the form? If not, try that. Or try the update first.
Dawn -----Original Message----- From: claudinerobbins [mailto:[EMAIL PROTECTED] Sent: Friday, July 29, 2005 3: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 :)
