Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Coding to either DLL or VCX
Message
From
08/10/1998 10:22:40
 
 
To
07/10/1998 17:21:42
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00144794
Message ID:
00145012
Views:
36
Sounds like a terrific idea (maybe because that's exactly the solution I had in mind <g>)! I just didn't know if there was some use of the NewObject() function that I could take advantage of.

Thanks for the input, John.

>Create a table (clstrack) with two fields: Class and ClassSource. Add a record for "foo" with Class=foo and ClassSource= either fooclass (vcx is irrelevent) or fooclass.dll. Index on class
>USE clstrack IN 0 ORDER TAG class
>SEEK "foo" IN clstrack
>cFooSource=clstrack.classsource
>oFoo=NEWOBJECT("foo",cFooSource)
>USE IN clstrack
>
>
>Something like that?
Previous
Reply
Map
View

Click here to load this message in the networking platform