Is there a way to access form(ThisForm) or pass as an argument in a function in another file? When I try I get an error:this form can only be used within a method.
Im find:
"One of the following references was used outside of a method: THIS, THISFORM, or THISFORMSET.
You have used special references in a procedure, but these references can only be used within a method.
Move commands that use THIS, THISFORM, or THISFORMSET references to the appropriate methods."
Does this mean that there is no way to call from a function that is not located in the form?
Im find:
"One of the following references was used outside of a method: THIS, THISFORM, or THISFORMSET.
You have used special references in a procedure, but these references can only be used within a method.
Move commands that use THIS, THISFORM, or THISFORMSET references to the appropriate methods."
Does this mean that there is no way to call from a function that is not located in the form?