Keepontrying
Programmer
I create a class based on a container. Inside the container I added a new method. I have a combobox within the container, In the combobox click method I want to call my new method which I added. In the combobox in the click method I have the following
srchdata = alltrim(this.value)
Locate for assembly.assyid = srchdata
if found
this.mymethod
endif
when I drop my class onto a form. I click on my combobox I get a error message "Property mymethod is not found"
What is the proper way to make this call? Or is this even possible.
Thank for all your help
John
srchdata = alltrim(this.value)
Locate for assembly.assyid = srchdata
if found
this.mymethod
endif
when I drop my class onto a form. I click on my combobox I get a error message "Property mymethod is not found"
What is the proper way to make this call? Or is this even possible.
Thank for all your help
John