Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to trap if control is registered before open dialogu
Message
From
28/09/2000 06:51:53
 
 
To
27/09/2000 16:06:43
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00421747
Message ID:
00421942
Views:
12
This is how I check to see if an active x control is loaded for a form.

* Check to see if OCX installed and loaded.
IF TYPE(".oleTreeview") # "O" OR ISNULL(.oleTreeview)
Do your thing here
ENDIF



>Hi!
>We are trying to check if an active x control is registered on a form so that we can run regsvr32 if it is not and avoid any error messages for the user. We are able to see trap the error - but not until after the form has started to load and the open dialogue box has appeared. Does anyone know a good way to tell if a control is not registered without alerting the user? (This situation should be rare so we don't want to use any api functions to check for this everytime - it would be wastefule).
>
>Thanks!
Previous
Reply
Map
View

Click here to load this message in the networking platform