hi
I have got the problem.
I have three table.One of table has 4 field and second 4 and then third 2.
third of table has field are one and two of PKey .I create one form in tabpanel of third form(use 2 field).not save data form third form.
first form of PK field is null.third form of PK is see(right).first table is save.third table is not save.
function btn_OK()
{
application.output(id);//first table pk
application.output(id);//secont table pk
databaseManager.saveData();
//databaseManager.setAutoSave(true);
}
Regards,
zaw