I have a simple Master-Detail report that I use RegDataSet to send data to. However, it appears that after I Synchronize() in Flex, the Relation is no longer defined and all the the Detail records are shown with every Master record. When I use Design() instead of Show(), I can see that the Relation is no longer defined with the Data Sources.
Any idea what I'm doing wrong here? The keys are definitely both Ints so its not a type mismatch.
Thanks,
-pc
Relation lost on Synchronize()
Re: Relation lost on Synchronize()
http://dialecticals.com/TestReportsFXFlex.fxp contains a flex project illustrating the problem. Details: Flashbuilder 4.5; Flex SDK 4.5.1; copy Stimulsoft swc's to /lib directory to compile.
Thanks,
-pc
Thanks,
-pc
Re: Relation lost on Synchronize()
Hello.
The synchronize() method recreates all Data Sources. So if you had changed it, all changes will gone.
Thank you.
The synchronize() method recreates all Data Sources. So if you had changed it, all changes will gone.
Thank you.