Here's a weird one. I am writing Flex code to modify the UPC field in the IM maintenace screen. When I go to write the new UPC code to the screen, I get a "cannot update the field if it doesn't have the focus error" even though I am explicity setting the focus to macform.upc before attempting to write the new data. Here's the weird part - if I step thru the code one line at a time in the debugger, it works fine. Anyone got anything on this?