Hello.
I have a TDAMemDataTable, which i use to pass with class procedure to a new form.
On the new form I have a TDaDatasource wich datatable is the TDamemdatatable.
On a devexpress grid, the datacontroller is the TDadatasource, and i try to edit the dataset.
The TDaMemdatatale, passes to the form by var.
Control has no parent window error rise, when i try to edit the dataset.
When i use TDbgrid, with same memdatatable, same class procedure , same DaDatasource, works fine.
Please advise.
Cheers
What exception is raised?
This is the error raised, when i try to edit the Dataset
Cheers
hmm, I didn’t catch this error before.
Can you look at callstack in debug mode and detect what reason for this exception?
Evgeny, i found the solution, my mistake.
Thank you for yout time.
Cheers