473,796 Members | 2,538 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 3457
in a web form you use the client scripting language for this.

-- bruce (sqlwork.com)

"kstriyhon" <ks*******@disc ussions.microso ft.com> wrote in message
news:B0******** *************** ***********@mic rosoft.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*******@disc ussions.microso ft.com> wrote in message
news:B0******** *************** ***********@mic rosoft.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*******@disc ussions.microso ft.com> wrote in message
news:C8******** *************** ***********@mic rosoft.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*******@disc ussions.microso ft.com> wrote in message
news:B0******** *************** ***********@mic rosoft.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*******@disc ussions.microso ft.com> wrote in message
news:B0******** *************** ***********@mic rosoft.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
1813
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 instance given to me? I have no access to the source of the given form instance, but I can impose that the form be inherited from certain base class I provide. Would appreciate any inputs. If there is other way to access the non-ui
6
2179
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 pattern for doing some task quite well. This usually leads me to a search on today's greatest technical tool, The Internet. I indefinitely uncover many potential code snippets, components, etc. and have to weed through them to find the best one...
4
9785
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 class are the private components internal to the base class itself. What I want are ALL components for the entire class no matter how many levels of sub-classing this particular control contains. I do not want to have to force the child classes to...
12
2036
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 names... Best wishes Arda
2
1758
by: Julia | last post by:
Hi, What is excatly the difference between framework components and application components?
0
11026
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 installed and my application works. But on the Web server I get the error below. I believe it is because the Oracle client was not installed on the web server. The web server has two drives, our techs installed the oracle client on one drive and my...
5
2358
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 +-- ControlValidator +--ValidationRule
8
2471
by: JackRazz | last post by:
Is it possible to add an extended property to components like I can with controls via IExtenderProvider? JackRazz
1
2706
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 application. Thus I rebuild the "component" project again, but I can't find them in my "application" project. Therefore, I choose my "component" project dll file again in "Add/Remove Item" from "My User Control". This time, I not only see my new...
2
5051
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 iterating the Controls collection, but components do not appear to be in that collection-- I think it's because components inherit from MarshalByRefObject, rather than Control. So, how do I find a form's components collection? Thanks in advance.
0
9684
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10459
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10236
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10182
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9055
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7552
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6793
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5577
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3734
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.