| View previous topic :: View next topic |
| Author |
Message |
jhayward@convertabase.com Guest
|
Posted: Tue Nov 08, 2005 7:50 am Post subject: OpenDialog Generates 216 error on exit |
|
|
I have an application Built in Delphi 7 (Build 4.453).
The App. runs, and exits without error, Unless I call
OpenDialog.Execute.
I can start the App and close it, No problem.
If I start the App. and Click a button I dropped on just for this test
(Code Follows) Then exit (Selecting a file not required) I get a 216
after the End is called by my Project file.
Button code:
procedure TfrmParser.ToolButton5Click(Sender: TObject);
begin
OpenDialog1.Execute;
end;
madExcept says the error is happening on Halt0 after Application.Run
has terminated (Got the idea of getting mad from another thread
here.
Is there a bug in Dialogs?
|
|
| Back to top |
|
 |
Riki Wiki Guest
|
Posted: Thu Nov 10, 2005 11:27 pm Post subject: Re: OpenDialog Generates 216 error on exit |
|
|
Hoi
You need to repost your question on the Borland news server to make
everybody see it and possibly answer your question. Further, this newsgroup
officially closed years ago.
Take a look here:
<http://tinyurl.com/8m5nw>
which links to
<http://delphi.wikicities.com/wiki/Delphi_Newsgroups>
|
|
| Back to top |
|
 |
|