I have a project with myForm. This form is based on a form and uses the icon of the parent form.
I also have a project soReport. In this Project I want to create a form based om myForm.
In my application I do the following:
When I run the application I get a warning that there is no user code and such, and the code in myForm does NOT work.
Can anyone explain to me what I'm doing wrong and how it should be done?
I also have a project soReport. In this Project I want to create a form based om myForm.
In my application I do the following:
Code:
myForm dlgMyForm = new myForm();
dlgMyForm.showDialog();
When I run the application I get a warning that there is no user code and such, and the code in myForm does NOT work.
Can anyone explain to me what I'm doing wrong and how it should be done?