472,811 Members | 1,663 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Gant chart

I am looking for a dll or ocx that I can use with Access to create
time charts. Could anyone point me in the right direction please.
Alex
Nov 12 '05 #1
6 9580
Art
Microsoft Project works with Access Automation.
Art

"Alex" <al********@hotmail.com> wrote in message
news:49**************************@posting.google.c om...
I am looking for a dll or ocx that I can use with Access to create
time charts. Could anyone point me in the right direction please.
Alex

Nov 12 '05 #2
"Art" <t@msn.com> wrote in message news:<3f***********************@newscene.com>...
Microsoft Project works with Access Automation.
Art

"Alex" <al********@hotmail.com> wrote in message
news:49**************************@posting.google.c om...
I am looking for a dll or ocx that I can use with Access to create
time charts. Could anyone point me in the right direction please.
Alex


Thanks for that. I was hoping to have something built in to my
application and I do not need all the complex functionality of MS
Project. I just need simple Gant charts.
Alec
Nov 12 '05 #3
TC

"Alex" <al********@hotmail.com> wrote in message
news:49**************************@posting.google.c om...
"Art" <t@msn.com> wrote in message

news:<3f***********************@newscene.com>...
Microsoft Project works with Access Automation.
Art

"Alex" <al********@hotmail.com> wrote in message
news:49**************************@posting.google.c om...
I am looking for a dll or ocx that I can use with Access to create
time charts. Could anyone point me in the right direction please.
Alex


Thanks for that. I was hoping to have something built in to my
application and I do not need all the complex functionality of MS
Project. I just need simple Gant charts.
Alec


Gantt charts aren't simple! They may *look* simple, but they are based on a
significant number of obscurely-interrelated task attributes: duration,
resource(s), optional lead/lag times, optional fixed start/end dates, %
commitment, etc. etc.

I think automating Project would be the way to go.

HTH,
TC

Nov 12 '05 #4
Hi,
All I want is a simple horizontal bar chart that I can program from
Access.


you may look at this sample

http://www.access-cd.de/tipps/3.zip

sorry, but all comments are german

--
mfg

Klaus Oberdalhoff [MVP]

Nov 12 '05 #5
TC

"Klaus Oberdalhoff [MVP]" <ko**@gmx.de> wrote in message
news:bi*************@news.t-online.com...
sorry, but all comments are german

As opposed to germane :-)

TC

Nov 12 '05 #6
TC

"Alex" <al********@hotmail.com> wrote in message
news:49**************************@posting.google.c om...
"TC" <a@b.c.d> wrote in message news:<1062324812.57709@teuthos>...
"Alex" <al********@hotmail.com> wrote in message
news:49**************************@posting.google.c om...
"Art" <t@msn.com> wrote in message

news:<3f***********************@newscene.com>...
> Microsoft Project works with Access Automation.
> Art
>
> "Alex" <al********@hotmail.com> wrote in message
> news:49**************************@posting.google.c om...
> > I am looking for a dll or ocx that I can use with Access to create
> > time charts. Could anyone point me in the right direction please.
> > Alex

Thanks for that. I was hoping to have something built in to my
application and I do not need all the complex functionality of MS
Project. I just need simple Gant charts.
Alec


Gantt charts aren't simple! They may *look* simple, but they are based on a significant number of obscurely-interrelated task attributes: duration,
resource(s), optional lead/lag times, optional fixed start/end dates, %
commitment, etc. etc.

I think automating Project would be the way to go.

HTH,
TC


All I want is a simple horizontal bar chart that I can program from
Access. If the user had Project they wouldn't need my application
(assuming they could work out how to use it). My use is for a specific
application that allows start and end dates to be entered. Everything
works fine but I would like to add a graphical display. I know there
are OCXs that do this I was just wondering if anyone had experience of
any of them.

Could you do something using textboxes & adjusting their width at runtime?

For example, say you had two textboxes txt1 and txt2, one above the other,
running across the width of the form. Code like the following would make the
second one red, and 1/3 the length of the first one:

me![txt2].backcolor = rgb(255,0,0)
me![txt2].width = me![txt1].width / 3

With suitable calculations to determine the # and length of each box,
perhaps that would work?

HTH,
TC

Nov 12 '05 #7

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

Similar topics

1
by: Brian Shade | last post by:
Hi all. I am having a bit of a problem with my Perl script and the creation of a chart. I can create the chart and create a new SeriesCollection. I then specify the XValues and the Values parameter...
8
by: Prabhakar | last post by:
Friends, I have been migrating ASP applications from IIS4.0/NT4.0 to IIS5.0/W2K. All the applications working perfectly except one. This particular application will make use of asp chart object....
1
by: Jim | last post by:
I have this chart on a form. I'm trying to get this chart to render only if the user chooses to do so. This because of that the chart is quite complex and takes some time to render. I know that I...
22
by: PeteCresswell | last post by:
I've been to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mschrt/html/vbobjtitleobject.asp, but still don't have a clue. For example, I've got a chart object namde...
3
by: StBond | last post by:
Hi everyone, I am new to Access and Visual Basic so things my be getting across a bit cloudy. I only started using VB for one week. I am having a little problem with the database that I am...
9
by: Patrick.O.Ige | last post by:
I have a code below and its a PIE & BAR CHART. The values now are all static but I want to be able to pull the values from a database. Can you guys give me some ideas to do this? Thanks ...
1
by: Scott H. | last post by:
Hello: I am trying to use Crystal Reports from VS.NET 2003 to produce a simple line chart, where the x axis represents the number of measurements taken and the y axis represents the range of...
1
by: Saintor | last post by:
This is for A97 in runtime or MDE mode. My intent was to define a temporary query using the recordsetclone property / filter / orderby. The controlsource of my chart would be based on a grouped...
1
by: cubekid | last post by:
I am using OWC 11 in my new web application for displaying charts. Is it possible in OWC 11 to combine and display a column and a line graph (Looking like they overlap each other)? I tried it using...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.