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

Access violation when execute ppCrossTab1.Edit

edited July 2003 in End User
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

  • edited July 2003
    Is ppCTDsgn in your uses clause? Try that as that registers the UI classes
    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


  • edited July 2003
    Thank you very much, Jim.

    Sorry for crossposting.

    Best regards, Vladimir.
This discussion has been closed.