Jason Fischer wrote:
> I get this when trying to set the Main form in Delphi 2005.
> What is going on here.

Look in your DPR file and check that the call the Application.CreateForm 
is there and that it is correct.

If your main form is named "JasonForm," then there should be a line in 
the DPR like this:

Application.CreateForm(TJasonForm, JasonForm);

-- 
Rob


-----------------------------------------------------
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