Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSOUTL32.OCX

Status
Not open for further replies.

thornmastr

Programmer
Feb 2, 2002
1,337
0
0
US
I have been asked to modify an Access 97 program. There is a background
process which takes a number of *.dat files and updates a number of tables
on the Access database. Supposedly, this process, called invctrl.exe is done
in Visual Basic. I was provided a copy of the database, a copy of about 100
dat files, and, of course, a copy of invctrl.exe but not the source to it.
Supposedly, when invctrl start, a dialog occurs and provides choices
pertaining to data dates and stores to process. Unfortunately, when I
attempt to execute invctrl, I promptly get the following message:

Run time error 339: Component 'MSOUTL32.OCX' not correctly registered. File
is missing or invalid.

It did not take long to realize that on my system, (Win XP) the OCX was
nowhere to be found. I cranked up Google and learned the following. This
particular OCX is an "outlining" control favored by both VB 3 and VB 4, used
from time to time in VB 5 and totally out of the loop after VB 5. Also,
under MSDN, it seems to be often used in FOXPRO. It seemed the period of
most activity, at least in terms of hits on GOOGLE was from 1995 through
1999.

I am preparing to package everything back up and return it to the inquiring
person; however, my curiosity is really triggered with this. I don't have a copy of
previous issues of VB. I have not really looked for the OCX at some possibly
available site.

Does it make sense to pursue this or should I just shuck it back to the
originating party.

Sorry for the long post. For me it's an interesting situation. Perhaps
someone on this group could give me some information about this OCX.

Robert Berman
Data Base consultant
Vulcan Software Services
thornmastr@earthlink.net
 
It's available in VB6. Just not installed by default. You can install it from the Tools dir on the VB CD. There should be a readme file which explains it all.

 
Thank you very much.

Worked very nicely.

Robert Berman
Data Base consultant
Vulcan Software Services
thornmastr@earthlink.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top