Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Missing LParameters statement
Message
 
À
27/10/2003 12:32:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00842877
Message ID:
00844848
Vues:
17
OOPs!

Thank you very much Jim

>Mathias,
>
>I presume you are adding parameters to a method of a class derived from a VFP base class. In the base class the method does not receive parameters.
>
>In this case, it is true that the added parameters would not be propogated back to the base class method. This would violate all sorts of basic OOP principals.
>
>To solve the problem, add the parameters statement to your foundation class instead of your derived class. This will ensure that the statement is inherited by each custom class derived from your foundation class.
>
>Alternatively, don't use parameters at all.
>
>Use temporary global variables to hold information to be extracted by the called method.
>
>Regards,
Mathias Banda

Time is longer than a rope.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform