473,503 Members | 1,669 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MS Graph (or equivalent)

Hi Everyone,

Just a quick one, does anyone have a good reference or suggestion for
info on integrating MS Graph with Access via VBA code? I have read
some conflicting information and just wondering if someone has a good
reference site that may save me many hours...

Cheers

The Frog
Feb 21 '08 #1
4 1788
DFS
The Frog wrote:
Hi Everyone,

Just a quick one, does anyone have a good reference or suggestion for
info on integrating MS Graph with Access via VBA code? I have read
some conflicting information and just wondering if someone has a good
reference site that may save me many hours...
Last I knew, you can't do a whole lot of MS Graph customization with VBA.
You can't set the chart type or scaling or headers or major/minor gridlines
or font sizes or font opacity or pie labels or pie explosion (hope it's a
blueberry!), etc, programmatically.

That said, MS Graph is decent - for the kind of business charting I do at
least. You can show graphs on forms and reports, and you can update them in
real-time in response to changes in user choices and data.
Cheers

The Frog

Feb 22 '08 #2
Thats a bugger about the programming of it. Do you know of any other
ways to achieve a suitable interactive graphic output? I was hoping to
build an app for some of our field sales people to look at some data.

I know of some ways to do this with other programming environments,
but I was hoping to keep this inside VBA / Access. Any ideas on how I
may achieve this?

Cheers

The Frog
Feb 22 '08 #3
The Frog wrote:
Thats a bugger about the programming of it. Do you know of any other
ways to achieve a suitable interactive graphic output? I was hoping to
build an app for some of our field sales people to look at some data.

I know of some ways to do this with other programming environments,
but I was hoping to keep this inside VBA / Access. Any ideas on how I
may achieve this?
I have programmatically worked on graphs is Access. Added trendlines, changed
colors, etc.. Look at the object model in the object browser and try some stuff
out. I don't know why it would be any less programmable than any other COM
objects.

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
Feb 22 '08 #4
The Frog <Mr************@googlemail.comwrote:
>Thats a bugger about the programming of it. Do you know of any other
ways to achieve a suitable interactive graphic output? I was hoping to
build an app for some of our field sales people to look at some data.

I know of some ways to do this with other programming environments,
but I was hoping to keep this inside VBA / Access. Any ideas on how I
may achieve this?
Consider exporting the data to Excel and programmatically updating the graphs there.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Feb 23 '08 #5

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

Similar topics

9
2885
by: Lilith | last post by:
Is there a python module somewhere (been searching today, no luck) which has efficiently coded various graph-handling routines, such as finding the shortest path through a graph, or the set of all...
25
3756
by: Magnus Lie Hetland | last post by:
Is there any interest in a (hypothetical) standard graph API (with 'graph' meaning a network, consisting of nodes and edges)? Yes, we have the standard ways of implementing graphs through (e.g.)...
1
3767
by: Vannela | last post by:
Is there any equivalent control in .NET for the Power builder DataWindow control? I am explaining the Datawindow architecture to some extent. Power Builder DataWindow Control has got different...
1
1123
by: Gary Esser | last post by:
I'm in the process of moving a large VC++ 6.0 project to .NET 2003, and I can't find equivalent functionality to the old IDE's "Callers Graph". Also, I can't figure out how to display in a tree...
2
3495
by: Sunkam Santhoshi | last post by:
Is there any equivalent control in .NET for the Power builder DataWindow control? I am explaining the Datawindow architecture to some extent. Power Builder DataWindow Control has got different...
8
2417
by: Jef Driesen | last post by:
I'm working on an image segmentation algorithm. An essential part of the algorithm is a graph to keep track of the connectivity between regions. At the moment I have a working implementation, but...
3
4840
by: Alexey Lavnikov | last post by:
I'm playing with CodeDOM and CSharpCodeProvider. I've found the following possibilities: CodeDOM -> Assembly C# Source code -> Assembly I miss the C# Source code -> CodeDOM only. Is it there?...
4
2528
by: Man4ish | last post by:
namespace ve/////////////////ve.h { struct VertexProperties { std::size_t index; boost::default_color_type color; }; }...
2
2292
by: Man4ish | last post by:
I have created Graph object without vertex and edge property.It is working fine. #include <boost/config.hpp> #include <iostream> #include <vector> #include <string> #include...
0
7199
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
7074
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
7273
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,...
0
7451
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
5572
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,...
1
5000
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...
0
3161
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3150
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
374
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.