Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Free Graphing Tool for VFP?
Message
From
28/09/1999 02:41:03
 
 
To
25/09/1999 13:13:25
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00268804
Message ID:
00269797
Views:
34
>
>
Getobject() is interecting in that it depends if it errors on how you use it. I mean there are instances where getobject() doesn't error but doesn't "get" an existing instance too. If you use it properly to get an existing instance then it errors if it doesn't exist (but typically what I really want to). So I do my check of existence and use "getobject" if exists otherwise "createobject". Here is simple logic I use :
>-Instantiate a variable to hold window handle
>-Declare dlls to getforegroundwindow and iswindow checks
>-If type(handle)="N" and iswindow(handle) getobject
>-Otherwise createobject
>-When object first activated getforegroundwindow and save windowhandle to variable
>
>Cetin
Thank you, Cetin. You mention items which I did not consider and should. I was only thinking of preventing another instance from starting, let the user know that there is an existing instance and let the user decide to use it or not. I don't know if Getobject() will recognize a COM session started outside the VFP app.

Thanks again.
Tom Molloy
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform