Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem - VMP Framework component
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00518670
Message ID:
00518674
Views:
7
Hi Robert,

The ioCallingForm *form property* holds a reference to the form that called the current form. The command button doesn't have this property. If you're inside the Click() of the button, you probably need to specify to look for the property at the form level.

Try using the statement

DIMENSION THISFORM.ioCallingForm.aReportVars[ 3, 2 ]

and see if that makes a difference.


>I am getting an Error 1925/unknown member iocallingform
>Program section mtlckfrm.cmdok.click
>
>Problem code is
>dimension .iocallingform.aReportVars(3,2)
>
>I think there is something missing in my class component.
Evan Pauley, MCP
Positronic Technology Systems LLC
Knoxville, TN

If a vegetarian eats vegetables, what does a humanitarian eat?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform