Home General

RB 5.5 with Delphi 5.

edited July 2001 in General
I have an application using Dephi 5 and ReportBuilder 5.5.

I bug has developed when opening up reports at run time generates a "Failed
to retrive tab at index 0". If you dont quickly OK this dlg, the following
message is generated.
"Access Violation at address BFF7A391 in Module 'Kernel32.dll'. Read of
address FFFFFFFF'.

Could anybody suggest what could generate this error?

Thanks in advance,
Travis Warren.

Comments

  • edited July 2001
    Travis,

    the problem comes from Delphi, when switching the tab of a page control
    during the 'FormCreate' method.
    You can switch to another tab sheet in 'FormShow'.

    regards,
    Chris Ueberall;

    "Failed
    following
This discussion has been closed.