I am trying to call a functio in another frame using the following code:
parent.mainframe.Count()
This is being called from the bottom frame
I get the following errror:
"object cannot support this property or method"
Does anyone have any idea why this error occurs?
parent.mainframe.Count()
This is being called from the bottom frame
I get the following errror:
"object cannot support this property or method"
Does anyone have any idea why this error occurs?