I'm trying the embedded eeps in an object instead of calling an external eep, for pretty much the first time. I have a variable edit field. It's the 3rd field on the form, but since the other two are radio groups, it skips over those and goes right to the variable edit field. I "get" why it does that. But I get an error message when I try to leave the variable edit field, and again eveytime the cursor lands on it. (happens a lot when I'm testing other things.) Here's my eep, that is executed upon leaving the field: if vine01ed < 12 then property BiiAdd_INE01GED visible 'true' property BiiAdd_e1a visible 'true' skip to INE01GEDelse property BiiAdd_INE01GED visible 'false' property BiiAdd_e1a visible 'false' skip to vine04edendifreturn The error messages I keep getting are:-ERROR- No WHILE, SWITCH or IF blocks are open on current input source. ( 466) Switching input back to keyboard It actually makes the other fields appear or disappear ok. But why the error? Thanks, Patti

