Hello all. I need some advice.
We have a simple Dexterity screen that lists some records.
When we click on a record and then an "Update" button, the record is opened in the Update window using a "change table xxx" command.
Whether I change any values or not on the update screen, when I click on the save button, it copies the record from the screen to the table and then issues a save table xxx command.
so...
copy from window update to table xxx;
save table xxx;
Even though I am the only person using the system (it is on a test platform at the moment), I keep getting a RECORDCHANGED error when I check the errors after the save command.
Oddly, if I run this screen on a different server, I do not get any error.
Does anyone have an idea what is going on? I have also seen it throw up a DUPLICATE error as well.
Regards,
Mark