Bernie, do you need an eep? Can you not just define the variable, in which case it will update as you navigate? If you tried this and it did not work, my usual way of causing this is to have the variable definitions out of sequence <G>.
--- Bernard Lis <[EMAIL PROTECTED]> wrote: > Javier, > No problem creating the variable = col > But I can't use it in an eep if the eep doesn't fire when I back up into a > previous row. > So there has to be a better way! right now I am stumped! > > Should an on-row-entry eep fire when you go to a previous row? Is that just > not implemented? > > Bernie Lis > ----- Original Message ----- > From: "Javier Valencia" <[EMAIL PROTECTED]> > To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> > Sent: Wednesday, June 16, 2004 4:47 PM > Subject: [RBG7-L] - Re: When going back up in a region > > > > Bernie: > > You do not need and EEP. For example: > > You have in your form 3 columns: Col_a , Col_b and Col_c > > Create a variable v_Col_a = Col_a > > Now. The value of v_Col_a will be equal to the value of Col_a for the row > > that you are in. > > For example you enter values in your form as: > > Row Col_a Col_b Col_c > > 1 one value_1b value_1c > > 2 two value_2b value_2c > > 3 three value_3b value_3c > > 4 four value_4b value_4c > > Let's say your cursor is on the fourth row, then the value of v_Col_a will > > be 'four' > > Now move to row 2 (with the mouse or function key) when you land on row 2, > > them the value of v_Col_a will update automatically to "two" > > Now you can use this variable from within and EEP to access other records. > > I believe that this is what you are looking for... > > 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 Bernard Lis > > Sent: Wednesday, June 16, 2004 3:24 PM > > To: RBG7-L Mailing List > > Subject: [RBG7-L] - Re: When going back up in a region > > > > Larry, Razzak, > > Thanks for your suggestions but -- > > > > Using the "on entry into" during enter using, > > the rbti_form_colvalue gives me a null as expected. > > After entering a row and going into the next row, when I back up a row, > the > > "on entry eep" does not fire, so I cannot get the colvalue, however, if I > > touch [Enter], then [Shift][Tab], it does fire, but I cannot expect the > user > > to do this. > > Can we ask for an "on RowBack" eep ? > > Or can someone suggest another method to retrieve the data from the row > > backed into? > > > > Bernie Lis > > > > ----- Original Message ----- > > From: "A. Razzak Memon" <[EMAIL PROTECTED]> > > To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> > > Sent: Wednesday, June 16, 2004 3:08 PM > > Subject: [RBG7-L] - Re: When going back up in a region > > > > > > > > > > Bernie, > > > > > > Use RBTI System Variables used in forms. > > > > > > For complete details: > > > > > > 01. HELP > Reference Topics > RBTI System Variables Used in Forms > > > > > > 02. From The Edge: http://www.razzak.com/fte (06/09/2004) > > > Topic: > > > Understanding Form System Variables in R:BASE 7.1 for Windows > > > > > > Very Best R:egards, > > > > > > Razzak. > > > > > > > > > At 02:59 PM 6/16/2004 -0400, you wrote: > > > > > > >if I use an on entry to row eep, is there a way to use a select clause > to > > > >retrieve the info? Like "where current of cursor" or something? > > > >----- Original Message ----- > > > >From: "Lawrence Lustig" <[EMAIL PROTECTED]> > > > >To: "RBG7-L Mailing List" <[EMAIL PROTECTED]> > > > >Sent: Wednesday, June 16, 2004 2:39 PM > > > >Subject: [RBG7-L] - Re: When going back up in a region > > > > > > > > > > > > > > How can I tell what row the user is now, and how > > > > > > can I retrieve the info in > > > > > > the row, before the user makes a change? > > > > > > > > > > Try putting an EEP on Entry To Row and use it to > > > > > capture the values you need into variables. > > > > > -- > > > > > Larry > > > > > > > > > > > > > > > > > > >
