Search found 13 matches

by BigMike
Fri Oct 15, 2004 10:31 pm
Forum: ActiveX
Topic: Bubble Chart
Replies: 1
Views: 3922

Bubble Chart

Thanks Pep for the help with the centering of the Labels! Here's another question, how do I fix the size of the Bubbles? I can fix the size of the Diamond in a line chart, but I can't seem to see how to fix the bubbles on the chart, 'QuadrantChart.Legend.Symbol.WidthUnits = lcsPixels 'QuadrantChart....
by BigMike
Wed Oct 13, 2004 4:16 pm
Forum: ActiveX
Topic: Center the label in a Symbol
Replies: 1
Views: 3870

Center the label in a Symbol

Hey Guys, I'm building a Bubble chart, my labels are simple numbers 1, 2, 3, etc. they are showing up in the top of the symbol / bubble, is there a way to center the numbers? No is an acceptable answer :D Here is the code I'm using, i is the number / label. adoRs.MoveFirst Do Until adoRs.EOF With Qu...
by BigMike
Mon Oct 11, 2004 7:52 pm
Forum: ActiveX
Topic: Center the label in a symbol
Replies: 1
Views: 4094

Center the label in a symbol

Hey Guys, I'm building a Bubble chart, my labels are simple numbers 1, 2, 3, etc. they are showing up in the top of the symbol / bubble, is there a way to center the numbers? Here is the code I'm using, i is the number / label. [ adoRs.MoveFirst Do Until adoRs.EOF With QuadrantChart.Series(1).asBubb...
by BigMike
Wed Sep 29, 2004 9:48 pm
Forum: ActiveX
Topic: Bubble in Legend
Replies: 3
Views: 5923

Looks Like an American Football!

Pep,

I got the code in and saw some results, however the last one still is oblong not round?

Any other ideas?

Mike
by BigMike
Tue Sep 28, 2004 10:51 pm
Forum: ActiveX
Topic: Bubble in Legend
Replies: 3
Views: 5923

Bubble in Legend

Christopher, You asked for a snippet, the last bubble in the legend is flattened? Here is the snippet of code: [i = 1 adoRs.MoveFirst Do Until adoRs.EOF With QuadrantChart.Series(1).asBubble .AddBubble adoRs.Fields(3).Value, adoRs.Fields(2).Value, 0.8, i, RGB(ChartColorRed(i), ChartColorGreen(i), Ch...
by BigMike
Tue Sep 28, 2004 10:25 pm
Forum: ActiveX
Topic: USing V7
Replies: 2
Views: 5215

Thank You

Christopher, thank you worked fine!!

BigMike
by BigMike
Mon Sep 27, 2004 6:57 pm
Forum: ActiveX
Topic: USing V7
Replies: 2
Views: 5215

USing V7

Any ideas on why the complier would say "Axis = Bottom" below is not defined, it works under V6. Where I'm using it was created using V7 so there should be no conversion, Right? [With QuadrantChart.Tools .Items(0).Active = True With .Tools.Items(0).asColorband .Axis = Bottom .Brush.Style = bsSolid ....
by BigMike
Mon Sep 27, 2004 6:52 pm
Forum: ActiveX
Topic: Bubble in Legend
Replies: 1
Views: 3878

Bubble in Legend

When building a Bubble Chart and using bubbles in the legend, the last bubble shows up flattened, as if there wasn't enough room in the line for it. All the other bubbles on the same line are fine it is only the last one to enter the legend that has the problem.

Any Ideas?
by BigMike
Tue Aug 31, 2004 10:09 pm
Forum: ActiveX
Topic: Error Trying to Keepm the Chart In an Access report
Replies: 3
Views: 6310

It's Magic -- The chart disappears!

I went to the sample V7 Access Chart and clicked on the teChart -- it darken, then I closed the application and the save the change. When you run the report again the chart is gone!!!

WHY???

BigMike
mcurry@eliant.com
by BigMike
Thu Aug 26, 2004 11:01 pm
Forum: ActiveX
Topic: Error Trying to Keepm the Chart In an Access report
Replies: 3
Views: 6310

Error Trying to Keepm the Chart In an Access report

We are working with MS Access building a report using Report Design, We add a Chart V7 and we save the report close Access and when we come back to the report modify it and resave and when we reopen it we get: MS Office Access There is no Object in this Control And your Chart is gone all that is let...
by BigMike
Tue Aug 03, 2004 8:20 pm
Forum: ActiveX
Topic: Coping a Report
Replies: 1
Views: 3987

Coping a Report

When I copy a report from one Access database where it works to another Access database the data does not display. It appears the loading of the appropriate .ocx is not enough. What else must be done??
by BigMike
Fri Jul 30, 2004 4:53 pm
Forum: ActiveX
Topic: Access 2003
Replies: 3
Views: 6017

Access 2003

Christopher, I did not make my request clear. What we are doing is running the report within Access 2003, created within Access 2003 Could you please show us an example of a report running / created within Access 2003. Also, I copied your example into an Access 2003 database, compiled it with all th...
by BigMike
Thu Jul 29, 2004 5:01 pm
Forum: ActiveX
Topic: Access 2003
Replies: 3
Views: 6017

Access 2003

We have moved our application into Access 2003. What we are experiencing is that none of the data coming form tables / queries is being displayed.

Are there any configuration considerations for Access 2003?