Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass parms to custoom classes?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00591313
Message ID:
00591355
Views:
16
Hi Rodd.

>> oTest = newobject("TstClass","c:\temp\test.prg",,"Value") <<

Try this instead:

oTest = newobject( "TstClass", "c:\temp\test.prg", .NULL., "Value" )
Previous
Reply
Map
View

Click here to load this message in the networking platform