How to handle with forms joined with a self-join

JCompagner, can you explain to us, how to handle, if you have 2 forms combined with a selfjoin.
for example place on form1 a tabpanel with form2 (first create a self-join between these two forms)
If you create a new record, and want to edit the form on the tab-panel you’ll get an error: No record, create first one.

We manage to correct this issue, selfjoins on primary key columns work without any special treatment, available in release 1.2rc4

This problem is back in 1.2RC11

don’t know when (which version) it slipped in.
I just noticed it!

Well it is a slightly different problem, first we did not support it at all , this was a race condition in the implementation.
Fixed in Servoy 1.2 final, thanks for reporting.