Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Newobject
Message
 
À
17/03/2017 12:42:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01649136
Message ID:
01649139
Vues:
64
J'aime (1)
>Hi,
>
>When using the NEWOBJECT() function, the third argument references the source of the class; either current application (0), or external. BUT, in develpment negter apply and error occurs IF parameters are involved.
>
>
>= NewObject( "test", "test.vcx", 0, para1, para2 )
>
>
>what am I forgetting?

Try with empty string instead of 0
= NewObject( "test", "test.vcx", "", para1, para2 )
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform