To give a return code, simply set the Message.LongParm property on the close event of the Application object with the desirable value.
If ib_endingOK then
Message.LongParm = 1
Else
Message.LongParm = 0
End If
If ib_endingOK then
Message.LongParm = 1
Else
Message.LongParm = 0
End If
0 comments:
Post a Comment