Have you changed the project source code in any way. The statements between
the Begin and End are used by Delphi in the project options.
E.g.
begin
Application.Initialize;
Application.Title := 'Adserve Reports';
Application.CreateForm(TDataMod, DataMod);
Application.CreateForm(TMainForm, MainForm);
Application.CreateForm(TServiceNameIndex, ServiceNameIndex);
Application.CreateForm(TTownCityIndex, TownCityIndex);
Application.CreateForm(TServiceCategoryIndex, ServiceCategoryIndex);
Application.CreateForm(TServiceCategoriesReportForm,
ServiceCategoriesReportForm);
Application.CreateForm(TStopPrintingForm, StopPrintingForm);
Application.CreateForm(TDirReportForm, DirReportForm);
Application.CreateForm(TDLEnvelopeForm, DLEnvelopeForm);
Application.CreateForm(TJCL159LabelsForm, JCL159LabelsForm);
Application.CreateForm(TJCL24LabelsForm, JCL24LabelsForm);
Application.CreateForm(TPreviewForm, PreviewForm);
Application.Run;
end;
Setting the helpfile in the wizard causes a statement "Application.Helpfile
:= ... " to be inserted for example.
If the above is modified (let's say you put in a splash screen and update it
after every CreateForm) then the lists in the wizard will be incorrect.
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of Andrew Masters
> Sent: Tuesday, 21 March 2000 11:50
> To: Multiple recipients of list delphi
> Subject: [DUG]: Missing Forms ?
>
>
> Hi,
>
> All my auto create forms except the main form have disappeared
> from the list in the project options !!?? There is/was about 30
> of them all of which are still created in the project source and
> everything still works fine. But why don't they appear in the
> project options auto create list ? I'm using D3. All the forms
> that I create at runtime are still in the available list but no
> sign of the others. Any ideas ?
>
> TIA
> Andrew Masters
> Clinical Solutions Ltd
> Auckland, NZ
> Ph: +64-9-476-0106
> Fax: +64-9-476-0108
> e: [EMAIL PROTECTED]
>
> ------------------------------------------------------------------
> ---------
> New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
> Website: http://www.delphi.org.nz
>
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz