Nello,
What I am trying to achieve is to run more than one report at a time in a
small app. But at the momment only one report can be shown and run. Thats
where the modal problem comes in. So how would i go about showing the modal
form on a seperate thread?
Damien
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Nello Sestini
Sent: Monday, 30 April 2001 8:48 PM
To: Multiple recipients of list delphi
Subject: Re: [DUG]: Accessing a form within a RLL
Damien
> I am trying to access a form that is within a RLL. I can't change the RLL
> but I need to be able to Show the form within that RLL as modeless. Its
> currently being shown as modal by an exported procedure within the RLL.
i'm not sure this will solve your problem - but if it's the "modal"-ness
that's bothering you - you might be able to show the form modal (the way
you do now) but on a separate thread.
since each thread has it's own message loop - the "modal" form will
appear modeless to the rest of your app - by this i mean that it will
keep getting messages and responding to them while your modal form
is displayed.
this isn't exactly what you said you wanted to do - but it might
solve the problem.
-ns
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"