I am using 1 ClientDataset ( master ) and 3 nested datasets ( with Dataset Field ).
The providers were set to resolvetodataset = false.
The third child must be "applied" after the two others because it has dependencies with them.
Although I have change the field defs order in the master dataset, always the third Dataset is applied before, and I get an error.
I tried to change the creation order in datamodule too. But no difference.
I think that it
The providers were set to resolvetodataset = false.
The third child must be "applied" after the two others because it has dependencies with them.
Although I have change the field defs order in the master dataset, always the third Dataset is applied before, and I get an error.
I tried to change the creation order in datamodule too. But no difference.
I think that it