Javier, Dawn, Predictably, it was my mistake (as usual <g>). I recently added two variables in the form which I failed to predefine before calling the form. They weren't connected in any way to this eep, thus the head scratching exercise...
> -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Javier > Valencia > Sent: Friday, July 29, 2005 11:06 PM > To: RBG7-L Mailing List > Subject: [RBG7-L] - RE: Broken EEP > > Claudine: > I assume that you are using a speed button or something similar and that > you > have a custom EEP defined as follows: > > SET VAR VDONE = 'NO' > CLOSEWINDOW > RETURN > > First make sure that you do not have a pre-defined EEP such as EXIT also > checked. Now, when you trace the program, what is the value of VDONE when > you get to the CLOSEWINDOW statement? After it executes, it should return > you to the statement right after ENTER... statement in the calling program > code below; now, what is the value of VDONE? (it should not have changed) > If > it is 'NO' then it should go to the LABEL doitagain statement, if it is > 'YES" then it should execute the RETURN and go back to wherever it was > called...Where in this process is the code not working? Is the value of > VDONE changing from 'NO' to 'YES' somewhere? > > LABEL doitagain > Other steps here... > ENTER USING car_inv_enter CAPTION .vgreeting > IF vdone = 'NO' THEN > GOTO doitagain > ENDIF > RETURN > > 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 Claudine > Robbins > Sent: Friday, July 29, 2005 9:40 PM > To: RBG7-L Mailing List > Subject: [RBG7-L] - RE: Broken EEP > > 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 :) > > --- RBG7-L > ================================================ > TO POST A MESSAGE TO ALL MEMBERS: > Send a plain text email to [email protected] > > (Don't use any of these words as your Subject: > INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH, > REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP) > ================================================ > TO SEE MESSAGE POSTING GUIDELINES: > Send a plain text email to [email protected] > In the message SUBJECT, put just one word: INTRO > ================================================ > TO UNSUBSCRIBE: > Send a plain text email to [email protected] > In the message SUBJECT, put just one word: UNSUBSCRIBE > ================================================ > TO SEARCH ARCHIVES: > Send a plain text email to [email protected] > In the message SUBJECT, put just one word: SEARCH-n > (where n is the number of days). In the message body, > place any > text to search for. > ================================================
