Hi Karen, I tried the EEP 'on row exit'. It didn't work either.
Maybe I could make a workaround by inserting some kind of "dummy" field into the scrolling region. thanks for your help and explanation.... Luc From: [email protected] Sent: Tuesday, June 01, 2010 4:50 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: scrolling region problem enter/edit form mode AHA! That's actually a very good clue. Field eeps will not work if there is only ONE field in a scrolling region, doesn't matter whether it's a combo box, a db edit, etc. Unless this has changed in version 9, which apparently you're using since you have a combo box in a region? The reason: Even if you have a bunch of fields in a scrolling region, if you were inside of a field and then either [F8] or click into the the same field on the next row, RBase does not think you have left the field. Because you are still in the same field, just in another row. I personally wish it didn't work that way. So in regions I stay away from field eeps and instead try to incorporate row level eeps. Have you tried the eep "on row exit"? Karen in fact it doesn't matter. the EEP does not run on exiting the combobox in the scrolling region, it doesn't run either when I set it to run on exiting the scrolling region.....this happens only when the form is in the 'enter' mode. The combobox is the only field in the scrolling region. No problem when the form is in the "edit" mode. So, if I create a new consultation and I want to input the consultdetail right away, the EEP does not run. If I close the form first, and the re-open it in the Edit mode, all works well. Thank you for your help, Luc Delcoigne

