TZReadOnlyQuery + TDataSetProvider = Blank fields on details
Posted: 29.05.2007, 22:12
Hello!
I'm using a master/detail relationship with zeos and midas.
Everything is set ok so the detail query become a datasetfield in the master clientdataset.
When I open the master clientdataset, the detail clientdataset is filled with the correct number of rows and fields, but the values of this fields are all blank (not null, only blank).
If I do the same operation with the DataSetProvider.Options.poFetchDetailsOnDemand = true, everything works fine.
But, I have one case that I can't use this option (poFetchDetailsOnDemand), it must be false.
Debugging the zeos source I can see that the values are coming without problem from the database. But I don't know the zeos source enough to keep debugging. The SetInt (and the others Setxxx) are getting the correct values.
Where should I look?
I'm using a master/detail relationship with zeos and midas.
Everything is set ok so the detail query become a datasetfield in the master clientdataset.
When I open the master clientdataset, the detail clientdataset is filled with the correct number of rows and fields, but the values of this fields are all blank (not null, only blank).
If I do the same operation with the DataSetProvider.Options.poFetchDetailsOnDemand = true, everything works fine.
But, I have one case that I can't use this option (poFetchDetailsOnDemand), it must be false.
Debugging the zeos source I can see that the values are coming without problem from the database. But I don't know the zeos source enough to keep debugging. The SetInt (and the others Setxxx) are getting the correct values.
Where should I look?