Search found 27 matches

by myghetto
Tue Dec 19, 2006 11:12 pm
Forum: VCL
Topic: Inserting Data Into DBGrid
Replies: 5
Views: 10838

Hi, I am not sure what you mean. I take it you are saying to create another table, insert the values in it then connect the two tables? If so, that is the problem. I am trying to insert some numbers which are calculated through Delphi into the DBGrid. I want this to be done automatically, not copy r...
by myghetto
Tue Dec 19, 2006 11:05 pm
Forum: VCL
Topic: displaying individual failure marks
Replies: 12
Views: 21008

Hi, Thanks for the reply. I was not familiar with the functionality of the ValueIndex and therefore tried to use it as a counter. I initially had J:= 0 to 400 where I had 819 samples. I tried using Series2.YValues instead and nothing shows up. What I am thinking is that the Series2GetmarkText is not...
by myghetto
Tue Dec 19, 2006 5:41 am
Forum: VCL
Topic: Inserting Data Into DBGrid
Replies: 5
Views: 10838

Hi, I have tried the help through Borland Delphi and found it pretty useless. All I want to do is insert some data, any number values, into the DBGrid. What I have done so far is I have been able to load a template of Excel with titles in it into the DBGrid in Delphi. What I am trying to do now is g...
by myghetto
Tue Dec 19, 2006 4:42 am
Forum: VCL
Topic: displaying individual failure marks
Replies: 12
Views: 21008

Hi, I have tried out your code. Can't seem to get it working. Below is mine: procedure TForm1.openpassfailClick(Sender: TObject); begin if openpassfail.Checked = False then begin for I:= 16 to 18 do Chart3.Series[I].Clear; Series1.Clear; Series2.OnGetMarkText:= nil; end else begin for I:= 16 to 18 d...
by myghetto
Fri Dec 15, 2006 12:50 am
Forum: VCL
Topic: displaying individual failure marks
Replies: 12
Views: 21008

Hi
Thanks for the reply. How do you do it if you want to activate the failure detection when the checkbox is clicked? I cant seem to get your code working. How does it actually activate?
by myghetto
Wed Dec 13, 2006 1:05 am
Forum: VCL
Topic: displaying individual failure marks
Replies: 12
Views: 21008

displaying individual failure marks

Hi, I am using Borland Delphi 2005 and am currently comparing two series where one will be the default and the other is tested for failures. I would like individual marks to appear at the point of failure and display 'Failed' when it fails compared to the default series. Is this possible? Thank you....
by myghetto
Wed Dec 13, 2006 1:04 am
Forum: ActiveX
Topic: displaying individual failure marks
Replies: 1
Views: 3582

displaying individual failure marks

Hi,
I am currently comparing two series where one will be the default and the other is tested for failures. I would like individual marks to appear at the point of failure and display 'Failed' when it fails compared to the default series. Is this possible?
David
by myghetto
Tue Dec 12, 2006 6:23 am
Forum: VCL
Topic: Inserting Data Into DBGrid
Replies: 5
Views: 10838

Inserting Data Into DBGrid

Hi, I am using Borland Delphi 2005 and was wondering how I can input calculated values from TeeChart into a DBGrid with an excel worksheet loaded on it? Basically I have a template with titles and blanks for the values to be inputed. I load it onto the DBGrid and I want to load some values I calcula...
by myghetto
Mon Dec 04, 2006 12:35 pm
Forum: VCL
Topic: Displaying cursor in TeeChart
Replies: 5
Views: 6982

Hi Narcis, it keeps saying the some of the Uses declaration such as Base is invalid. I have deleted the file I created but what I was mainly after is whether you can give me a simpler code rather than that markstip tool or the cursor synchronization so that I can understand it from there in terms of...
by myghetto
Sun Dec 03, 2006 12:15 pm
Forum: VCL
Topic: Printing TeeChart
Replies: 1
Views: 4749

Printing TeeChart

I have seen an example on this and lots on the web but cant seem to get printing working. I want to make a button in Delphi 2005 where I can display it like in TeeChart edit mode in the printing tab. How do I do that? Please help.
by myghetto
Sun Dec 03, 2006 12:12 pm
Forum: VCL
Topic: Displaying cursor in TeeChart
Replies: 5
Views: 6982

Hi Narcis, I have purchased the software with source code but I can't get it working when I merge it with my code. Sorry I am actually quite new to both Delphi and TeeChart and am stuck completely. I looked at the cursor synchronization example as well. Both the markstip tool and that synchronizatio...
by myghetto
Mon Nov 27, 2006 12:32 pm
Forum: VCL
Topic: Displaying cursor in TeeChart
Replies: 5
Views: 6982

Displaying cursor in TeeChart

I am currently using Borland Delphi 2005 and I do not know how to display the cursor crosshair in the TeeChart. Normally by default it will just show a crosshair when I run it along a line but I want to display it so that I can run it across a line series where it will tell me the x-axis value and y...