Client-side event handling in OWC 2003 Spreadsheet

S

SHR

I am using the OWC 2003 spreadsheet component on my web form. But it doesn't
seem to be triggering the double-click event. The event handler has been
written in VB script.

Earlier, we were using the OWC 2000 spreadsheet component and it was working
fine. But since Office 2000 is out of support, our client is asking for the
spreadsheet component to be upgraded to 2003.

How can I trap the double-click event of a OWC 2003 spreadsheet component?

Thanks.
 
S

SHR

Is anybody aware of how to trap client-side events (double-click) in VB
script for the OWC 2003 spreadsheet component?

Any tips/pointers? I really appreciate your help.

Thanks.
 
S

SHR

Got it to work finally!

For those of you who are facing a similar problem:
The problem is that the signature of the handler has changed; in OWC10, the
abc_DblClick method expects an instance of eventInfo.

In OWC11, it does not expect any parameters.
 
S

SHR

It seems that the spreadsheeteventinfo object has been done away with. Now, I
have a page where the double-click event of a spreadsheet component is
handled. However, there is a lot of logic in it that uses the
spreadsheeteventinfo.

There seems to be no replacement for this object at all in OWC11.

Has anybody worked with it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top