my desinger have no dataset
In my appication,a DM was create (self) when mainform create,in DM,there is a AT(ADOTable),a frDBDataSet1, and frDBDataSet1 's dataset = 'AT'. The MainForm has a frReport and a frdisigner ,frReport 's dataset = 'DM.frDBDataSet1',but when I open then desinger (Appication is running),there are no dataset in it.
why?
Help me!
Thanks!!
why?
Help me!
Thanks!!
Comments
i would modify project source code to autocreate dm first rather than on the fly from the mainform and add the ref to the dm in the uses clause of the implementation section of the mainform.
regards
But I try in your way, the thing has no change.
If I Put the AT in the MainForm,it look ok.
(Sorry for my english).