AV when rep.explorer is not modal
Hi,
I need the reportexplorer form not to be modal.
But closing the "mainform" before the reportexplorer form will cause an AV.
I tried to close the rep.expl. form in the destructor of the "mainform"
through the
reportexplorer.close method, but this also gives a AV.
destructor TfrmRbExplorer.Destroy;
begin
ReportExplorer.Close;
inherited;
end;
Is there a solution for this problem ?
TIA,
Best regards,
Nico.
I need the reportexplorer form not to be modal.
But closing the "mainform" before the reportexplorer form will cause an AV.
I tried to close the rep.expl. form in the destructor of the "mainform"
through the
reportexplorer.close method, but this also gives a AV.
destructor TfrmRbExplorer.Destroy;
begin
ReportExplorer.Close;
inherited;
end;
Is there a solution for this problem ?
TIA,
Best regards,
Nico.
This discussion has been closed.
Comments
The patch of thread "Report explorer bug in 6.03" causes this AV.
Best regards,
Nico.
explorer should close. You don't have to call close on the report explorer
in the destructor of the main form. You can use the form's OnClose event if
you want to perform actions on controls before they are freed when the main
form closes.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
This gives an AV when the patch is used.
Best regards,
Nico.
workaround the problem. I ran the same test in RB 7 and it doesn't show any
problems. You can upgrade to RB 7 for Delphi 6 as the other option. Contact
info@digital-metaphors.com with your registration info if you would like to
upgrade or visit our website to place the upgrade order
www.digital-metaphors.com
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Contact
to
I have been trying to contact them for days.
See my thread in general "Where to get a free 7.0 upgrade"
The only anwser i got (after sending 2 mails) is that i can purchase it
online for $429.00. :-( ????
I purchased rb Enterprise on august-19-2002.(6.03)
As far as i know it is stated that purchase after free upgrades
are available !!
So yes i want to upgrade !!!! (for free)
Best regards,
Nico.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com