Re: ActiveX "Object doesn't support this property or method" error
- From: Pavel Minaev <int19h@xxxxxxxxx>
- Date: Thu, 12 Mar 2009 16:46:38 -0700 (PDT)
On Mar 12, 4:26 pm, gerotica <pgerot...@xxxxxxxxx> wrote:
Thanks for your reply.
I tried "document.all" but it didn't work...
Do you mean that you get the exact same error?
Try getting rid of the chained property calls, and rewrite it so that
each intermediate step is saved to a variable:
var obj = document.all.MyActiveX;
obj.MyMessage = "Ok!":
then see at which line you get the problem.
.
- Follow-Ups:
- References:
- ActiveX "Object doesn't support this property or method" error
- From: gerotica
- Re: ActiveX "Object doesn't support this property or method" error
- From: Pavel Minaev
- Re: ActiveX "Object doesn't support this property or method" error
- From: gerotica
- ActiveX "Object doesn't support this property or method" error
- Prev by Date: Re: Explicitly create data object bound to control
- Next by Date: Re: Beginner's Question
- Previous by thread: Re: ActiveX "Object doesn't support this property or method" error
- Next by thread: Re: ActiveX "Object doesn't support this property or method" error
- Index(es):
Relevant Pages
|