Access violation when execute ppCrossTab1.Edit
I work on:
- Windows XP
- Dephi 5.0
- ReportBuilder 7.02 EE
I place ppReport1 on Form1: TForm.
ppReport1 consist only of ppCrossTab1.
ppCrossTab1.DataPipeLine := ppDBPipeline1.
ppReport1.DataPipeLine := nil.
Then in runtime I execute ppCrossTab1.Edit.
The resault is Access violation.
I think this problem in function ppGetFormClass of
unit ppForms. In my case it return nil value.
Please help me.
Best regards, Vladimir.
- Windows XP
- Dephi 5.0
- ReportBuilder 7.02 EE
I place ppReport1 on Form1: TForm.
ppReport1 consist only of ppCrossTab1.
ppCrossTab1.DataPipeLine := ppDBPipeline1.
ppReport1.DataPipeLine := nil.
Then in runtime I execute ppCrossTab1.Edit.
The resault is Access violation.
I think this problem in function ppGetFormClass of
unit ppForms. In my case it return nil value.
Please help me.
Best regards, Vladimir.
This discussion has been closed.
Comments
for the crosstab editor and causes them to be linked into the exe. If it
still doesn't work, then please send a small minimal example project to
support@digital-metaphors.com and we'll take a look at it to see what the
problem could be.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Sorry for crossposting.
Best regards, Vladimir.