Search found 20 matches

by KTB
Wed Feb 22, 2012 3:58 pm
Forum: ActiveX
Topic: European ValueFormats Comma Separator
Replies: 1
Views: 4892

European ValueFormats Comma Separator

U.S. currency is in the format of $1,234.56, so the ValueFormat is "$#,##0.00". European format is €1.234,56. When I enter a Series ValueFormat of "€#.##0,00" the number & label is displayed as €1,234.56000. What is the proper ValueFormat when the thousands separator is a period and the point for di...
by KTB
Wed Oct 07, 2009 1:58 pm
Forum: ActiveX
Topic: Cannot Register TeeChart8.ocx in Win7
Replies: 3
Views: 6943

Cannot Register TeeChart8.ocx in Win7

When I attempt to RegSvr32 teechart8.ocx (v8.0.0.5) on a Win7 (32 & 64) OS I get the following error: "The module c:\teechart8.ocx was loaded but the call to DLLRegisterServer failed with an error code 0x80004005." I have tried this on 2 different machines, one 32 bit and one 64 bit with the same re...
by KTB
Tue May 19, 2009 5:50 pm
Forum: ActiveX
Topic: Convert VFP objects v7 to v8
Replies: 1
Views: 4065

Convert VFP objects v7 to v8

Just upgraded to version 8 from version 7. I have a lot of VFP classes and Ole Controls that are based on teechart7.ocx. Anybody know how to change these to Teechart8.ocx? I tried hacking the OLE2 field in the forms/classs libraries but it did not make a difference.
by KTB
Tue Aug 09, 2005 12:40 pm
Forum: ActiveX
Topic: Gantt Left Axis Label display
Replies: 11
Views: 13894

Yeah, I do not see the exception errors if I disable the MarkTips tool. we've added another technique to show MarkTips for the Series Cool code for the alternative to MarkTips Tool. I modified it to keep track of the series the mouse is over via the OnMouseEnterSeries and OnMouseLeaveSeries events. ...
by KTB
Mon Aug 08, 2005 9:06 pm
Forum: ActiveX
Topic: Gantt Left Axis Label display
Replies: 11
Views: 13894

OK, I think I have resolved this issue by adding a Gantt series0 that all it does is add a label for each vertical point, at the minimum date for the entire chart, and the style property for the series is set to nothing. Thanks for your help Pep. BTW I have been noticing a lot of Windows Protection ...
by KTB
Mon Aug 08, 2005 2:51 pm
Forum: ActiveX
Topic: Gantt Left Axis Label display
Replies: 11
Views: 13894

OK I think I understand but that's a problem, since the other 4 series may or may not contain series1 (Program Time) data. Plus the Tunnel Washer series data never contains data in any other series. What I don't understand is that the "Tunnel Washer" Series never has data in any other series, but so...
by KTB
Thu Aug 04, 2005 1:35 pm
Forum: ActiveX
Topic: Gantt Left Axis Label display
Replies: 11
Views: 13894

OK Josep, I uploaded the images. I previously uploaded native TEE files. Whay can't you use those with the activex control in any software you choose?
by KTB
Wed Aug 03, 2005 11:28 am
Forum: ActiveX
Topic: Gantt Left Axis Label display
Replies: 11
Views: 13894

No, sometimes it displays labels, most times not. Have you looked at the charts I uploaded?
by KTB
Tue Aug 02, 2005 1:42 pm
Forum: ActiveX
Topic: Gantt Left Axis Label display
Replies: 11
Views: 13894

Yes, series5 (.Series[4]) is attached to vertical axis 7. I am using the following code to add the data to the chart. Graph_Tunnel_Data is a VFP cursor... .Series[4].asGantt.AddGanttColor(Graph_Tunnel_Data.BOF_Date, Graph_Tunnel_Data.EOF_Date, Graph_Tunnel_Data.Vert_Position, ALLTRIM(Graph_Tunnel_Da...
by KTB
Mon Aug 01, 2005 2:43 pm
Forum: ActiveX
Topic: Gantt Left Axis Label display
Replies: 11
Views: 13894

Gantt Left Axis Label display

Using Visual Foxpro 9 with TeeChart Activex Control v7.0.0.4. I have a chart that contains 5 Gantt series. Data is put on 7 different vertical axis. The 5th series is the only series on the 7th vertical axis. The problem is that the left label on the 7th vertical axis does not display, unless I deac...
by KTB
Mon Aug 01, 2005 12:48 pm
Forum: ActiveX
Topic: ShowEditor does not display
Replies: 4
Views: 7021

After investigating this further I have found that it is only occuring on this one VFP form, so we can close this issue. Thanks.
by KTB
Thu Jul 28, 2005 2:13 pm
Forum: ActiveX
Topic: TeeChart Editor Buttons Disabled
Replies: 8
Views: 10819

Thank you, version 7.0.0.4 resolved that problem.
by KTB
Thu Jul 28, 2005 2:12 pm
Forum: ActiveX
Topic: ShowEditor does not display
Replies: 4
Views: 7021

OK, I downloaded & installed version 7.0.0.4, and also adjusted the TOP and LEFT values to 1 so now the ShowEditor(-1) call works. However, now when I attemp to access the editr via rightclicking on the chart in design mode, the editor appears but is blankas if the chartlink is not being set. Any re...
by KTB
Thu Jul 28, 2005 1:15 pm
Forum: ActiveX
Topic: ShowEditor does not display
Replies: 4
Views: 7021

ShowEditor does not display

I am having a problem with the TeeChart v7.0.0.2 activex control. When I execute TeeChart.ShowEditor(-1) or attempt to access the Editor by rightclicking on the control in design time the Editor dialog will not appear on my screen. However, it does appear on my task bar. This was not happening last ...
by KTB
Thu Jul 28, 2005 1:06 pm
Forum: ActiveX
Topic: visual problems
Replies: 20
Views: 35611

Just as a not I am also experiencing the same problem on XP machines. Anxiously awating for an update.