Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error loading File (ole error unknown name)
Message
From
02/02/2005 03:14:48
 
 
To
02/02/2005 03:05:40
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00982962
Message ID:
00982966
Views:
30
>>How can i solve this? i have a new control wich should be backwards >>compatible, but i can't get into the form due to this error.

You will need to "HACK" the .scx file, your error message should give you a record number, then:

USE formname.scx
GOTO ErrorRecord
BROWSE

Either you can delete the offending item or depending on the error you might be able to change a property in the properties memo field.

The path to the OCX is in the OLE2 field.

I would take a copy of the file before you do anything and then when you have changed Close (USE) and compile.


Gary.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform