eric_s
9th July 2003, 13:03
Hi,
I'm having trouble with a multi-occurence screen.
At the end of each row there is a yes/no box which creates or deletes a record in another table.
With a lot of select for update 's I've minimalized the 206 fatal errors, but because I can't get the record to REALLY save when I switch to a new occurence the last input value of the yes/no field is remembered.
So when you hit the Save-button all the values for all occurences are correct, except the yes/no field doesn't 'refresh' with each occurence. If I ended with a 'Yes' al the No's I selected will be turned into a Yes when I hit the save button...
So I am trying to find some kind of function which saves my record after each occurence and not just at the end of the screen or when I hit save and save all occurences on screen.
Any ideas?
I'm having trouble with a multi-occurence screen.
At the end of each row there is a yes/no box which creates or deletes a record in another table.
With a lot of select for update 's I've minimalized the 206 fatal errors, but because I can't get the record to REALLY save when I switch to a new occurence the last input value of the yes/no field is remembered.
So when you hit the Save-button all the values for all occurences are correct, except the yes/no field doesn't 'refresh' with each occurence. If I ended with a 'Yes' al the No's I selected will be turned into a Yes when I hit the save button...
So I am trying to find some kind of function which saves my record after each occurence and not just at the end of the screen or when I hit save and save all occurences on screen.
Any ideas?