Board index » cppbuilder » Forms not accessible in borland 6
Shaun
![]() CBuilder Developer |
Shaun
![]() CBuilder Developer |
Forms not accessible in borland 62003-11-22 05:10:22 AM cppbuilder28 Hi, I have a project that I wrote in Borland 5 I am now using Borland 6. When I opened the project it automatically upgraded it to 6 format. However... I cannot open the forms to view! Although I can view the source and edit the properties of objects on the form using F11 I can not actually toggle to show the form itself. The button is still there but when I click on it it doesn't do anything!!?!! How can I re-show my old forms please Any suggestions? Thanks |
Yu-Chen Hsueh
![]() CBuilder Developer |
2003-11-22 05:20:27 AM
Re:Forms not accessible in borland 6
Shaun,
Is the unit's .DFM file still part of the project? -- YH -- |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2003-11-22 05:38:44 AM
Re:Forms not accessible in borland 6
"Shaun" < XXXX@XXXXX.COM >wrote in message
QuoteI have a project that I wrote in Borland 5 the IDE auto-upgrade them for you. You can start with a blank project and import your previous source files and DFMs into the new project. Gambit {smallsort} |
JD
![]() CBuilder Developer |
2003-11-22 07:10:14 AM
Re:Forms not accessible in borland 6
"Shaun" < XXXX@XXXXX.COM >wrote:
Quote[...] I can view the source and edit the properties of |
Shaun
![]() CBuilder Developer |
2003-11-22 08:50:50 PM
Re:Forms not accessible in borland 6
Hi,
Thanks for the replies. I cant believe that Borland can release a new version of its software that cant import work created in older versions of its own program!! That asside.. How do i 'import' the soure files? I have created a new project and done a project-Add To Project and selected the Cpp files however this gives me exactly the same problem - On some forms i simply cant get it to display the form itself Can this be resolved? "Remy Lebeau (TeamB)" < XXXX@XXXXX.COM >wrote in message Quote
|
Frank Birbacher
![]() CBuilder Developer |
2003-11-22 11:14:05 PM
Re:Forms not accessible in borland 6
Hi!
Shaun wrote: QuoteI have created a new project and done a project-Add To Project and selected A dfm file contains the layout of the form, all information about properties. Without it the IDE does not know what you form looks like. When you import the dfm file, then the according cpp/h files will be added to the project as well. If this doesn't help, then maybe the dfm file has a wrong format. IIRC, dfm files can be save as text or as binary. It is better to have them saved as plain text. Frank |
Remy Lebeau (TeamB)
![]() CBuilder Developer |
2003-11-23 05:20:49 AM
Re:Forms not accessible in borland 6
"Shaun" < XXXX@XXXXX.COM >wrote in message
QuoteI cant believe that Borland can release a new version of its introduced into the new project that were unexpected. QuoteHow do i 'import' the soure files? Quote- On some forms i simply cant get it to display the form itself |