Bill: I've done the same thing, putting a dummy variable edit at the end of a row. But it won't help in this situation. If they are editing a field and, without leaving that field, click on the same field in the row below it, they don't execute a "field exit" eep. They wouldn't even get to the dummy field.
Karen > Karen, > > If I need on exit field eep and it's the last editable field in the row > in a region, I place a dummy variable edit field with a width of 0 to get > the eep to fire. > > EX: set var vspoof text=.vspoof defined in the form variables. Place the > variable so it gets the last tab in the row. > > In an on field entry eep in the dummy variable edit field I put a command > to skip to the next row. > > Works for me. > > Bill Eyring >

