Can't load forms 
Author Message
 Can't load forms

Hi,

I've got a set of Word macros that has been successfully installed in
various environments, networks and standalone computers.

However, I've recently encountered a problem on one recent installation:

The macros that use VBA forms encounter the following error when they
attempt to load the forms (e.g., UserForm2.Show):

"Unable to create embedded object (Error 31032)"

The macros use no OLE objects or unusual references. Macros that use
WordBasic forms (translated old WordBasic macros) work fine. The forms have
standard controls (textboxes, frame, buttons, and one has an imagebox).

Any idea for this error? Was some essential Word component not installed?
Could there be some sort of Network antivirus protection that disables
embedded objects? (grasping at straws here)

The one different factor about this case is that Word was supposedly
deployed over a Novel network rather than installed on individual machines,
although I don't know the configuration. This particular IT department is
very cautious and has things locked down tight!

mike rafala



Tue, 06 May 2003 03:00:00 GMT  
 Can't load forms
Hi Mike,

An idea...

Check the references (from the machine that is failing) for your template
where the form resides. An ocx or dll or something that is resident on all
other machines may be missing from this one. If it is missing, you will be
able to tell from the reference list - there will be "MISSING" in front of
the referenced object name.

HTH and have a great day!

--
~~~~~~~~~~~~~~~~~~~~~~
Stephen Lang
401 S. Carson Street
Carson City, NV 89703
775.684.6830
GMT-8
slangatlcb state nv us
~~~~~~~~~~~~~~~~~~~~~~
To respond via e-mail:


Quote:
> Hi,

> I've got a set of Word macros that has been successfully installed in
> various environments, networks and standalone computers.

> However, I've recently encountered a problem on one recent installation:

> The macros that use VBA forms encounter the following error when they
> attempt to load the forms (e.g., UserForm2.Show):

> "Unable to create embedded object (Error 31032)"

> The macros use no OLE objects or unusual references. Macros that use
> WordBasic forms (translated old WordBasic macros) work fine. The forms
have
> standard controls (textboxes, frame, buttons, and one has an imagebox).

> Any idea for this error? Was some essential Word component not installed?
> Could there be some sort of Network antivirus protection that disables
> embedded objects? (grasping at straws here)

> The one different factor about this case is that Word was supposedly
> deployed over a Novel network rather than installed on individual
machines,
> although I don't know the configuration. This particular IT department is
> very cautious and has things locked down tight!

> mike rafala



Tue, 06 May 2003 03:00:00 GMT  
 Can't load forms

Quote:
> Hi,
> I have a problem that looks similar to this one.

> I have installed Office 2000 x Windows on different machines and this
> problem happens only on some machines.

> When I open a form in VBA under Word2000, that contains a "status-bar" I
got
> an error "Microsoft Forms" :
> "Unable to load some components not installed on this computer" and in
facts
> I'm just able to open the form without the "status-bar".

> I compared the reference between two machines (one that works fine and
> another where I got the error) and they looked exactly the same to me.

> Could somebody give me an hand ?!

> Thanks in advance.

> Alberto Simone.



> > Hi,

> > I've got a set of Word macros that has been successfully installed in
> > various environments, networks and standalone computers.

> > However, I've recently encountered a problem on one recent installation:

> > The macros that use VBA forms encounter the following error when they
> > attempt to load the forms (e.g., UserForm2.Show):

> > "Unable to create embedded object (Error 31032)"

> > The macros use no OLE objects or unusual references. Macros that use
> > WordBasic forms (translated old WordBasic macros) work fine. The forms
> have
> > standard controls (textboxes, frame, buttons, and one has an imagebox).

> > Any idea for this error? Was some essential Word component not
installed?
> > Could there be some sort of Network antivirus protection that disables
> > embedded objects? (grasping at straws here)

> > The one different factor about this case is that Word was supposedly
> > deployed over a Novel network rather than installed on individual
> machines,
> > although I don't know the configuration. This particular IT department
is
> > very cautious and has things locked down tight!

> > mike rafala



Wed, 20 Aug 2003 22:51:23 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. 'Canned' data in VB program

2. How do I create a canned form?

3. Unloading or hiding a form in the form's load event

4. Changing Form's BorderStyle property at run time but before form is loaded

5. Form_Load() doesn't execute, form doesn't load

6. Run-time error '31037': Error load form file

7. Mac Word 98 VBA won't load form

8. Mac Word 98 VBA won't load form

9. Can't see selection when form is loaded

10. How to tell when all a form and all it's elements are done loading

11. Forms don't load correctly

12. Accelerator keys won't display on form load

 

 
Powered by phpBB® Forum Software