Jan: Help me figure out what you're doing. You're saying that you kept the eep on the field level, right? So what happens if they F8 to the next row? It wouldn't evaluate your "on entry eep" would it?
Karen > Karen, > > I ran into that problem a couple of years ago. > The scrolling region was simply the best tool to use but > when the user is using F7 and F8 to go between rows > I needed it still to calculate properly and the row exit > was not the place to do it in this case. > > So I basically created a SKIP -1 and then a SKIP 1 > (it's a little more complicated than that) in the field > ON ENTRY eep to get the desired results. > > Jan > >

