Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Instantiating Object?
Message
From
23/11/2001 15:15:55
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Error Instantiating Object?
Miscellaneous
Thread ID:
00585211
Message ID:
00585211
Views:
53
Hey all,

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
Next
Reply
Map
View

Click here to load this message in the networking platform