I’ve used the extendsForm poroperty to normalize functions within my application. When removing or changing the extendsForm property, label fields and text entry fields go missing.
I’ve only inherited functions, so cannot determine what exactly has been munged and how to recover the form fully.
Is there a safe way to remove an extendsForm property? An SVN checkout shows normal on another installation.
so you are saying
you have Form A that only has some function
then you have Form B that has fields and labels
That form B then extends form A.
And when you remove the extends (so form B doesn’t extent A anymore) fields of B are also gone?
You don’t see them anymore in the developer?
The frm file of Form B (that you commit then) the only property that is changed is the extends property? And you still see there just all the fields?