Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLEPUBLIC init() does not accept parameters
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
OLEPUBLIC init() does not accept parameters
Divers
Thread ID:
00333520
Message ID:
00333520
Vues:
42
Does anyone know why the INIT() procedure in an OLEPUBLIC class does not recognize parameters? E.g.

obj=CREATEOBJECT('foo',10)

this will show that the parm1 is of type 'L'. However this same class works when not OLEPUBLIC

** class definition compiled as out of process EXE**
DEFINE CLASS foo AS custom OLEPUBLIC
PROC INIT(parm1)
WAIT WINDOW TYPE('parm1')
ENDPROC
ENDDEFINE


costas
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform