473,413 Members | 1,778 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,413 software developers and data experts.

OWC COM components

i need to manage mouse events in OWC pivot table in a web form not in a
windows form and i can not find any information about this topic, the article
i found manage events in a pivot table in a windows form but this does not
work for what i need, i allready looked in the OWC black book but i can not
find anythin about this particular issue.

any help would be great, thank's in advance
Nov 19 '05 #1
4 3439
in a web form you use the client scripting language for this.

-- bruce (sqlwork.com)

"kstriyhon" <ks*******@discussions.microsoft.com> wrote in message
news:B0**********************************@microsof t.com...
i need to manage mouse events in OWC pivot table in a web form not in a
windows form and i can not find any information about this topic, the
article
i found manage events in a pivot table in a windows form but this does not
work for what i need, i allready looked in the OWC black book but i can
not
find anythin about this particular issue.

any help would be great, thank's in advance

Nov 19 '05 #2
thank you for your answer.

the thing is, i need to manage pivot table events, in order to do that i
recompile the visual studio .NET and this procedure created a new set of OWC
components the instructions to do that are in this web page
http://support.microsoft.com/default...b;en-us;823982
but this procedure created .NET framework components to be used in windows
forms but i needed this to be used in web forms i can not add this .NET
components in a web form, where i need them, what can i do about this problem?

how can i add this components in a web form?
any help would be great, thanks in advance
"Bruce Barker" wrote:
in a web form you use the client scripting language for this.

-- bruce (sqlwork.com)

"kstriyhon" <ks*******@discussions.microsoft.com> wrote in message
news:B0**********************************@microsof t.com...
i need to manage mouse events in OWC pivot table in a web form not in a
windows form and i can not find any information about this topic, the
article
i found manage events in a pivot table in a windows form but this does not
work for what i need, i allready looked in the OWC black book but i can
not
find anythin about this particular issue.

any help would be great, thank's in advance


Nov 19 '05 #3
you have to decide on how you plan on hosting them.

1) client side in the browser, then use client script and object tags, VS
will know nothing about them, nor do you add them to the project. this will
require your clients install the components locally before using them.

2) server side. the backend code hosts the control. in this case you create
a bunch of button to postback commands to the control. you will also have to
write code to render the control to html, becuase the control is running on
the server, the users can not see it. if the owc control require a window to
run, then they can not be used this way.

note: http is stateless, so on every postback, the control will need to be
recreated, and loaded with data.

"kstriyhon" <ks*******@discussions.microsoft.com> wrote in message
news:C8**********************************@microsof t.com...
thank you for your answer.

the thing is, i need to manage pivot table events, in order to do that i
recompile the visual studio .NET and this procedure created a new set of
OWC
components the instructions to do that are in this web page
http://support.microsoft.com/default...b;en-us;823982
but this procedure created .NET framework components to be used in windows
forms but i needed this to be used in web forms i can not add this .NET
components in a web form, where i need them, what can i do about this
problem?

how can i add this components in a web form?
any help would be great, thanks in advance
"Bruce Barker" wrote:
in a web form you use the client scripting language for this.

-- bruce (sqlwork.com)

"kstriyhon" <ks*******@discussions.microsoft.com> wrote in message
news:B0**********************************@microsof t.com...
>i need to manage mouse events in OWC pivot table in a web form not in a
> windows form and i can not find any information about this topic, the
> article
> i found manage events in a pivot table in a windows form but this does
> not
> work for what i need, i allready looked in the OWC black book but i can
> not
> find anythin about this particular issue.
>
> any help would be great, thank's in advance


Nov 19 '05 #4
> i allready looked in the OWC black book but i can not
find anythin about this particular issue. It's covered in chapter 11. In fact, listing 11.32 provides an example. In
addition, chapter 5 covers the eventing model for the chart in full detail.
The exact same principles apply to the pivot table.

If you don't own the black book, you can find more information at this
link - http://support.microsoft.com/?id=328275

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
"kstriyhon" <ks*******@discussions.microsoft.com> wrote in message
news:B0**********************************@microsof t.com...i need to manage mouse events in OWC pivot table in a web form not in a
windows form and i can not find any information about this topic, the
article
i found manage events in a pivot table in a windows form but this does not
work for what i need, i allready looked in the OWC black book but i can
not
find anythin about this particular issue.

any help would be great, thank's in advance

Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Yasutaka Ito | last post by:
Hi, As you know, all the non-ui components (like Timer control, etc.) that sit on the form are contained in its private variable 'components'. How can I enumerate such components from any form...
6
by: Mario T. Lanza | last post by:
Greetings, I don't know about you guys but on many occasions I've asked myself whether or not someone else has solved a particular programming issue -- whether or not they developed a clever...
4
by: james | last post by:
I have a custom UserControl, which can have many sub class levels derived from it. I want to be able to discover all the components at Load time, but the only components I can see from the base...
12
by: Arda Han | last post by:
Hi friends, I need your valuable suggestions for usefull .Net components? Which components are you suggest me? I was try xtragrid it is wonderfull. Tell me please your favourite component...
2
by: Julia | last post by:
Hi, What is excatly the difference between framework components and application components?
0
by: petro | last post by:
I am trying to deploy an asp.net application to my web server. My application uses system.data.oledb to connect to an oracle database. On my development machine I have the oracle client 10g...
5
by: Patrick Vanden Driessche | last post by:
Hi All, I'm currently writing an in-house Form validation framework (WinForms) which is based on 'Component'-inheriting object. So basically, I have a small hierarchy. FormValidator +--...
8
by: JackRazz | last post by:
Is it possible to add an extended property to components like I can with controls via IExtenderProvider? JackRazz
1
by: Ellis Yu | last post by:
Dear all, I write my own components for my project and add them in "My User Control" under the toolbar. Some time later, I make some other new components into it and want to use them in my...
2
by: David Veeneman | last post by:
Is there a way to iterate the components on a form? I need to determine whether an instance of my custom component (a System.ComponentModel component) is present in a form. I have tried...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.