Dawn, Javier, Yes, I predefine the variable to null. And, Dawn, I meant to say it appears to have stopped working since update 10. I'm currently on 12.
When I trace, the closewindow executes and I'm returned to the main form, not the eep. I can't see why it fails to "return" to the eep. > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dawn Oakes > Sent: Friday, July 29, 2005 3:08 PM > To: RBG7-L Mailing List > Subject: [RBG7-L] - RE: Broken EEP > > 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 :)
