RB6.03 to RB7, AV in OnCancelDialogClose
Hi!
AV in Event OnCancelDialogClose:
Procedure TForm1.ppReport1CancelDialogClose(Sender: TObject);
Begin
If ppReport1.CancelDialog.ModalResult = mrCancel
then myBooleanVar := True;
End;
Worked in RB6.03 (no Change in my Code since RB6.03)
Does not work in RB7.0 because the CancelDialog is already nil.
Regards
Wolfgang Bierl
Strike.SoftwareSolutions
AV in Event OnCancelDialogClose:
Procedure TForm1.ppReport1CancelDialogClose(Sender: TObject);
Begin
If ppReport1.CancelDialog.ModalResult = mrCancel
then myBooleanVar := True;
End;
Worked in RB6.03 (no Change in my Code since RB6.03)
Does not work in RB7.0 because the CancelDialog is already nil.
Regards
Wolfgang Bierl
Strike.SoftwareSolutions
This discussion has been closed.
Comments
future, please send all bug reports to support@digital-metaphors.com as per
the requested newsgroup guidelines.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Please send an email to support@digital-metaphors.com and we'll email you
the patched unit so that the problem is elminated at runtime.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Thank Your for Your very quick response!!
Regards
Strike.SoftwareSolutions
Wolfgang Bierl