Hi all,
we are having some serious problems with Servoy 5.5.2.
We have a person screen with a tab panel containing telephone numbers, emails and the like.
This panel is loaded using a custom SQL query run on on_record_select.
Intermittently the panel fails to load and we get messages like these in the log:
INFO - Debug - couldn't load dataset because foundset had editted records but couldn't save it
couldn't load dataset because foundset had editted records but couldn't save it
Couldn't do a sort because there where edited records on this foundset
INFO - Debug - couldn't load dataset because foundset had editted records but couldn't save it
couldn't load dataset because foundset had editted records but couldn't save it
Couldn't do a sort because there where edited records on this foundset
INFO - Debug - couldn't load dataset because foundset had editted records but couldn't save it
couldn't load dataset because foundset had editted records but couldn't save it
Couldn't do a sort because there where edited records on this foundset
How can we get to the bottom of this problem?
What do I need to look for?
How can I find out what is not saving?
I have an on_error handler, but it is not triggered by this problem.
C.