Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Instantiating Object?
Message
 
 
To
23/11/2001 15:15:55
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00585211
Message ID:
00585275
Views:
39
Shouldn't it be?
frmDialog=CreateObject('<b>DynFormOk</b>','Some Text',1,'Some Title')
>
>Here is the situation:
>
>I have a VCX called Dynamic and it contains a class DynFormOk.
>I set the appropriate classlib.
>DynFormOk has 3 parameters: cMessageText,nIcon,cTitleBarText (looks familiar?)
>
>DynformOk has the following code in Init:
> lparameters cMessageText,nIcon,cTitleText
> return
>
>if I issue the following statement:
> frmDialog=CreateObject('DyndialogOk','Some Text',1,'Some Title')
>I get the following error message:
> Error Instantiating Object
>
>Anybody can tell me what I am doing wrong?
>
>Thanks in advance
>
>Pascal
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform