Insert record on M/D with datasetfield

EntityTest.zip (1.8 MB)

Hi wagner

Attached an updated my sample test (file is .rar) with your suggested modifications. Now I have a problem to delete or modify detail records : if I do this I have a error attached. There is a entity structure problem ?

Another simple thing : how can I known if there are updates to apply in TXDataWebDataSet ? if I use

If wdD1.Modified Then
wdD1.ApplyUpdates();

Go fine ?

I hope in your help ! BYE