Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Access violation when execute ppCrossTab1.Edit

edited July 2003 in General
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.

Comments

This discussion has been closed.