Servoy 3.0 looping OnRecordEditStart

Hi all,

We are using servoy to edit a mySQL database at a web host. The particular version of mySQL ( < 4.1) does not support all accented characters so they have to be encoded as HTML entities.

On recordSave we convert any accented characters to entities.

To translate the entites back to accented characters, we have attached conversion scripts to the OnRecordEditStart event.

In Servoy 2.2.x this worked fine.

In 3.0 however, the script triggers another OnRecordEditStart when it modifes the record, and Servoy goes into a fatal loop…

NO problem if debugger is on.

Is this expected behaviour or a bug?