Search found 39 matches

by DJ200
Fri Jan 08, 2010 11:59 am
Forum: ActiveX
Topic: Graph Sizing
Replies: 18
Views: 27042

Re: Graph Sizing

Thanks Yeray Yes, I use other methods for the odd property that is not available, so it is not really a big deal. There are other properties that sometimes go missing, but I can't think of one just off-hand Thank you I hope that you and the Steema team have a very prosperous New Year! Best regards D...
by DJ200
Tue Dec 29, 2009 4:27 pm
Forum: ActiveX
Topic: Graph Sizing
Replies: 18
Views: 27042

Re: Graph Sizing

Hello Yeray

Thank you for that explanation. Yes indeed, lower down the page it does show the usage as you describe.

Still not sure why when used with Active Reports the .Align does not show in the properties.

Best wishes


David
by DJ200
Tue Dec 29, 2009 8:29 am
Forum: ActiveX
Topic: Graph Sizing
Replies: 18
Views: 27042

Re: Graph Sizing

Hello Yeray I think that I have found the answer! If I type TChart1.ChartRect 20,30,40,50 instead of TChart1.ChartRect(20,30,40,50) then all works OK. From the help file, it is is implied that the syntax should be TChart1.ChartRect (30, 40, 50, 60) Also, another discovery: the TChart1.Align shows on...
by DJ200
Tue Dec 29, 2009 7:54 am
Forum: ActiveX
Topic: Graph Sizing
Replies: 18
Views: 27042

Re: Graph Sizing

Good morning Yeray

Here is a very small application for you to see the TChart.ChartREct problem. As you will see, all of the references that you said should be present are present in this small project.

Best wishes

David

Later: Please see next post
by DJ200
Thu Dec 24, 2009 12:37 pm
Forum: ActiveX
Topic: Graph Sizing
Replies: 18
Views: 27042

Re: Graph Sizing

Hello Yeray I can't see anything that has been disabled, and I certainly haven't disabled any default settings in VB. Perhaps you could supply a list of the references/dependencies that should be "default" in VB6 for these properties to show? Other than that, I can't see what is missing. Thank you B...
by DJ200
Wed Dec 23, 2009 12:33 pm
Forum: ActiveX
Topic: Graph Sizing
Replies: 18
Views: 27042

Re: Graph Sizing

Hello Yeray

Yes, I have the same problem on another computer that also runs Windows XP Professional SP3 and VB6 SP5

Regards

David
by DJ200
Tue Dec 22, 2009 4:37 pm
Forum: ActiveX
Topic: Graph Sizing
Replies: 18
Views: 27042

Re: Graph Sizing

Thank you Yeray Yes, using the "Correct Graph Code" does correct the shrinking problem. Adding the LabelSource in the "Your Result" section produced the error (highlighted in red and bold in my code. Still of concern is the fact that I can't get the Align property. I have checked on another computer...
by DJ200
Mon Dec 21, 2009 4:38 pm
Forum: ActiveX
Topic: Graph Sizing
Replies: 18
Views: 27042

Re: Graph Sizing

Hello Yeray No, I can't get the .Align property to show. I have checked and my TChart reference is registered..obviously otherwise I wouldn't be able to render my graphs! I have not installed the latest service pack as I would then have to re-check ALL of my reports to ensure that they are rendering...
by DJ200
Fri Dec 18, 2009 3:11 pm
Forum: ActiveX
Topic: Graph Sizing
Replies: 18
Views: 27042

Re: Graph Sizing

Sorry..I omitted to show you the graph with the panels coloured to demonstrate that it is the ChartRect that is shrinking

Regards

David
by DJ200
Fri Dec 18, 2009 2:52 pm
Forum: ActiveX
Topic: Graph Sizing
Replies: 18
Views: 27042

Re: Graph Sizing

Hello Yeray Thanks for the reply It is the ChartRect area that is shrinking, not the whole chart. Also: With TChart1 .Align = vbAlignNone Errr..I don't have access to the .Align property, at least., it doesn't show up as an option when I type: With TChart1 .Align I will construct a small project to ...
by DJ200
Wed Dec 16, 2009 11:06 am
Forum: ActiveX
Topic: Graph Sizing
Replies: 18
Views: 27042

Graph Sizing

Hello all I have a small problem that I can't find an answer to. Using VB6, Active Reports STD and TeeChart Pro 8 I have an Active Report that shows a series of TeeChart Pro 8 graphs that represent laboratory test. Each test graph show on the bottom axis the results obtained for analysis, and the le...
by DJ200
Wed Dec 09, 2009 10:33 am
Forum: ActiveX
Topic: Paasing the name of a TChart into a variable
Replies: 1
Views: 3956

Re: Paasing the name of a TChart into a variable

DOH!! got it sorted!
by DJ200
Tue Dec 08, 2009 4:43 pm
Forum: ActiveX
Topic: Paasing the name of a TChart into a variable
Replies: 1
Views: 3956

Paasing the name of a TChart into a variable

I have a small problem that I hope that you can help me with. Using VB6 I have a graphical report that shows blood test median results/reagent used used by a participant in a QA scheme on 1 to 12 graphs. Not all participant report all 12 tests, some only report 3 or 7 etc. So it can look messy if I ...
by DJ200
Fri Sep 26, 2008 9:48 am
Forum: ActiveX
Topic: Active report and TeeChart 8 Pro problem
Replies: 5
Views: 8609

Hello Narcis Sorry for the delay, I have been on vacation. Yes, I was using the new build 8.0.0.4. However, I have also taken this issue up with Data Dynamics (Active Reports), and it appears that this may be a problem with the Active Report itself. I will await further information from them in this...
by DJ200
Wed Sep 03, 2008 3:39 pm
Forum: ActiveX
Topic: Active report and TeeChart 8 Pro problem
Replies: 5
Views: 8609

Hello Narcis

Narcis, I have "solved" the problem by inserting a page break at the end of the Active Report, all is now as it should be. Any suggestions as to why?

Regards

David