Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

form not displaying

Status
Not open for further replies.

rkamarowski

Programmer
Apr 23, 2007
16
US
i have an application that was last developed using delphi v6. i now have delphi 2007, and the application compiles with no errors. however, some of the forms do not display when selected. what do i need to do?

thanks,
bob k.
 
just a thought but maybe the forms are off the screen, check the left and top properties..

Aaron
 
Also, what method are you using?
Form.Show
Form.ShowModal
Form.Visible := True
Are you hiding the first form first and again how?
Form.Hide
Form.Visible := False
How are you hiding the first form, if you are, and how are you showing the other, and in what order is the code please.

~
Give a man some fire, he will be warm for a day, Set a man on fire, he will be warm for the rest of his life.
 
i've discovered a problem with some locally developed components. i need to trace this down first...

thanks for your help,
bob k.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top