Q: ShowMessage, MessageDlg, and Exception problems with MDI

Q: ShowMessage, MessageDlg, and Exception problems with MDI

Post by Mohamed Hammad » Tue, 29 Apr 1997 04:00:00



Hi,

  Can any one help me regarding the ShowMessage, MessageDlg, and
Exception problems with MDI program.

  I have a MDI application, and when i try to use any of the above
functions, the compiler give 'UNKNOWN IDENTIFIER' error, only when i use
these function with the childs, but not with the parent. Any help is
appreciated.

Regards,
MAH

 
 
 

Q: ShowMessage, MessageDlg, and Exception problems with MDI

Post by Kenneth Moff » Tue, 29 Apr 1997 04:00:00



>Hi,

>  Can any one help me regarding the ShowMessage, MessageDlg,

try Application.ShowMessage

Ken Moffat


 
 
 

Q: ShowMessage, MessageDlg, and Exception problems with MDI

Post by Tom Hammarbe » Wed, 30 Apr 1997 04:00:00



>Hi,

>  Can any one help me regarding the ShowMessage, MessageDlg, and
>Exception problems with MDI program.

>  I have a MDI application, and when i try to use any of the above
>functions, the compiler give 'UNKNOWN IDENTIFIER' error, only when i use
>these function with the childs, but not with the parent. Any help is
>appreciated.

>Regards,
>MAH

Try to include "Dialogs" in the USES section. When I get this
errormessage I mark the component (ex ShowMessage) and press F1. On
the top of the online help You can see witch unit You have to include.

- Aj? -

 
 
 

1. MDI problem, com MDI to MDI-child

I had  the similar problem. I added a hidden text box in the child form.
When the button was clicked, I changed the contents of this hidden text box,
ie. frmChild.TextHidden.text="SAVE" , if save button was clicked.
and the Text1_change event gets activated in the child form.
In this event, I run whatever subroutines I need, depending on the button
that was clicked.

2. ODBC Driver for Oracle

3. Q:non-MDI form to update MDI form

4. This code won't work HELP Please

5. MDI child from MDI child

6. java 98 retraction

7. MDI Child to an MDI Parent

8. Removing trailing blanks

9. MDI Gateway Drivers / MDI ODBC Driver Set

10. Accessing Objects on a Mdi Parent form from a Mdi Child form

11. ShowMessage in dll and loss of form focus!!

12. Responses from ShowMessage??

13. Delphi 3 & MessageDlg