quote:
Could that specific record and that specific field be being accessed at the same time by two different computers?
re: Not likely. A script, activated by a button in Users db, copies data from a field and calls another script (in LineItems db) which creates a record, sets a couple of fields and pastes data into the field that is showing problems. Plus, this happens even if only one client machine is logged to the system.
************************
quote:
Are you SURE that this is not simply a screen refresh issue? Filemaker has some strange screen refresh behavior sometimes, switching layouts, entering layout mode, etc often solves the problem.
re: maybe... but then, why only and always this one specific field, in a list layout that has a dozen other fields? Yes, going to layout mode and back kind of solves the problem - I have even incorporated it as the step right before "paste", in the mentioned script. But then, I'm one of those persons that is always asking "why, why, why?" Why can't reproduce, why that particular field (a plain text field), and so on...