OK, I probably am missing something but.....
9.5 Extreme latest build Form Table Settings On row entry eep: GETPROPERTY item_operation TEXTVALUE 'vCompIDValue' IF vcompidvalue = 'Moulder' THEN PROPERTY knife VISIBLE 'true' ELSE IF vcompidvalue = 'Emboss' THEN PROPERTY embossdie VISIBLE 'true' ELSE PROPERTY knife VISIBLE 'false' PROPERTY embossdie VISIBLE 'false' ENDIF ENDIF RETURN The above data fields turn visible only when I leave the row, not when I enter it. I cut the above code out of the on entry eep and pasted into the on exit eep. It behaved exactly the same. I placed the variable vcompidvalue on the form to view and sure enough, it's value does not change until leaving the row. Either the on entry eep is not firing on entry or the values are not being refreshed until leaving. I tried RECALC VAR in the EEP but no avail. Suggestions????? Thanks, Bob

