shresthaal
Programmer
I created a class based on a container from the project manager window. Then I added a text box and a button to the container. The class name is test and the container name is testone. In the button's click button I put this code
"thisform.testone.text1.value = "it works"
Then I dropped this class on a form, and I ran the form to see if it would work. However, I am getting this error "Unknown member testone" as soon as i click on the button.
What am i doing wrong? and what should i be doing?
"thisform.testone.text1.value = "it works"
Then I dropped this class on a form, and I ran the form to see if it would work. However, I am getting this error "Unknown member testone" as soon as i click on the button.
What am i doing wrong? and what should i be doing?