Unknown member "name" (Error 1925)

Visual FoxPro attempted to evaluate the following syntax:

objvar.memberobj.property

No member named memberobj was found.

  • You were attempting to access the members of a control class from outside the class.

    Make sure references to controls, such as with .ActiveControl, are within scope.