Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do dll com servers run in their own data session
Message
 
To
24/01/2002 15:39:28
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00610063
Message ID:
00610192
Views:
15
You can put your class in a .app and have full access to each others environments including cursors, etc. Create your object with something like:
oAVFP= NEWOBJECT('ActiveVFP',THIS.cAppStartPath+'ActiveVFP.app')
>Hi
>I have a vfp com server based on the custom class, built as a single threaded com server dll. If I create an instance of this class from within another class, it appears that that the com server is operating in an isolated data session - without access to a cursor opened by the calling class. Is this true?
>
>TIA and regards
>Bill Sabo
Previous
Reply
Map
View

Click here to load this message in the networking platform