Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing parameters to the init of a com object
Message
De
15/12/2013 16:02:28
 
 
À
15/12/2013 15:37:29
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01590272
Message ID:
01590294
Vues:
72
the code you typed here also has a problem with missing "this."

>Craig
>That solves that then!
>Thanks
>Barry
>
>>Parameters to the init are not supported.
>>
>>>Apologies for a very basic query: I have built a DLL and am trying to pass in a parameter to set a property in a class via the INIT - see code below ; however it
>>always returns an empty string i.e. the value given it when the class is defined, instead of say "P" as in the example below. The parameter being passed via the INIT is being ignored. I can get round this by using a procedure in the class to set the variable but I would have thought I should not have to do this?
>>>
>>>
>>>
>>>DEFINE CLASS myOLE as Session OLEPUBLIC 
>>>
>>>	myVar=""
>>>	
>>>	FUNCTION INIT
>>>	LPARAMETERS tVar
>>>		myVar = tVar
>>>	ENDFUNC
>>>
>>>ENDDEFINE
>>>
>>>o=CREATEOBJECT("myOLEDLL.myOLE","P")
>>>
>>>
>>>Thanks for any advice.
>>>
>>>Barry Sutton
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform