Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem - VMP Framework component
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00518670
Message ID:
00518674
Vues:
8
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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform