THighLowSeries and seriesText ?
Posted: Fri Apr 01, 2005 2:10 pm
Hello,
Is it possible to use seriesText source with THighLowSeries?
I try:
but it didin't work... Is sombody know that?
Best regards
cyril
Is it possible to use seriesText source with THighLowSeries?
I try:
Code: Select all
with seriestextsource6 do
begin
fields.clear;
headerlines := 2;
fieldseparator := ';';
decimalseparator := '.';
filename := 'c:\WXT510\vent\' + jour +'.R1';
addfield('text',1);
addfield('High',6);
addfield('Low',7);
addfield('High',6);
series := series17;
active := true;
end;
Best regards
cyril