Hi there,
I have the following situation:
When I link my TwwDatagrid to a Clientdataset (on my Form) via BindSourceDB --> I can compile my project normally.
When I link my TwwDatagrid to a Clientdataset from another Datamodule --> I receive the following error : Argument out of range
I receive this error in OSX and Win64.
In my project I use a MasterDatamodule which is linked to all my forms. So I hope I can find a fix for this.
I use XE5 Delphi with devart data components (TMyConnection -> TMyQuery -> TDatasetprovider -> TClientdataset)
Does have any one a suggestion?
Best regards!
PS. When I use TStringGrid. There's also no problem