Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How debug a Ole Automation Server with VFP?
Message
From
03/02/2000 14:59:14
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00326868
Message ID:
00326883
Views:
25
>I try to debug a custome Ole Automation Server build with VFP, but is not possible (?). How do it?
>

What do you mean? Do you need to run the server inside the VFP debugger, or can't access the features of the server? You're not going to be able to run an in-process server directly under the debugger, since the VFP in-process server can't have an UI elements in it, and it'll be instanced in the same process address space as the process that starts it. You may be able to run an out-of-process server either as a separate VFP session instanced before the client is started, or a remote out-of-process server instanced on another system before you try to access it.

>And, how build a graphical interface for the server? (a Exe..), i.e. show a form in the server and display the number of user, etc...

The .EXE can have any UI you'd like it to, but you can't directly expose that UI in the context of the client application, because the server is not running as a part of that application.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform