Page 1 of 1

Property firstFormID refers to a form that...

PostPosted: Tue Jun 05, 2012 10:35 am
by DEK4
Hello,
i have this warning on my Module

Property "firstFormID" refers to a form that cannot be instantiated. solution_settings.obj /XX_Project XX_Project/solution_settings.obj Problem inside the solution


i check the UUID and it is OK...how can i resolve this?

Re: Property firstFormID refers to a form that...

PostPosted: Wed Jun 06, 2012 10:03 am
by rgansevles
Hi,

Forms without parts cannot be instantiated.

You can create a form without parts (for example to b used as super form), but it cannot be shown (only its subforms with parts) in the client.

Rob

Re: Property firstFormID refers to a form that...

PostPosted: Wed Jun 06, 2012 10:08 am
by DEK4
Thanks, i solved removing the load form.