I've you've got a tab control on that form and it is set to an invisible page 
at designtime, that is one reason that could be causing it. Look for window 
that has it's visibility property set to false that you are trying to show.
 
DJS

tarniadi <[EMAIL PROTECTED]> wrote:

Hi all,

Can someone tell me hhat's the problem with the below error messege:

"Cannot make a visible window modal"

wich appears when I want to ShowModal a form that I created in the 
previous line as follows:

frmFirstEditForm := TfrmFirstEditForm.CreateWithParameters
(SomeWord,SomeEnumeratedType,Self);
frmFirstEditForm.ShowModal;
frmFirstEditForm.Close;

Adrian







-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 



---------------------------------
Yahoo! Groups Links

   To visit your group on the web, go to:
http://groups.yahoo.com/group/delphi-en/
  
   To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


                
---------------------------------
Do you Yahoo!?
 Better first dates. More second dates. Yahoo! Personals 

[Non-text portions of this message have been removed]



-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to