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

RB6.03 to RB7, AV in OnCancelDialogClose

edited October 2002 in General
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

Comments

This discussion has been closed.