Search found 6 matches

by Chris348
Mon Mar 28, 2022 4:04 pm
Forum: SDL Discussion Forum
Topic: Xaxis Labels as Dates
Replies: 7
Views: 607804

Re: Xaxis Labels as Dates

Have just tried the suggestion re sdl_sdlbase in the uses statement. Should have tried this earlier.

Think it has done the trick.

Many Thanks

Chris
by Chris348
Mon Mar 28, 2022 3:56 pm
Forum: SDL Discussion Forum
Topic: Xaxis Labels as Dates
Replies: 7
Views: 607804

Re: Xaxis Labels as Dates

Am afraid that the last post is somewhat misleading. With the smaller & newer code the error upon compiling is '[dcc32 Error] Unit1.pas(54): E2003 Undeclared identifier: 'ftDateTime''. With the code that is much older and larger, the error is '[dcc32 Error] Unit1.pas(1840): E2010 Incompatible types:...
by Chris348
Mon Mar 28, 2022 10:49 am
Forum: SDL Discussion Forum
Topic: Xaxis Labels as Dates
Replies: 7
Views: 607804

Re: Xaxis Labels as Dates

Have spent some more time playing around with this problem. To remove the chance that my old software was fouling thing up, I concocted a simple new program to investigate things, using a recently downloaded copy of Delphi Community and of 107XYLe installed via Getit. The new program produces a very...
by Chris348
Wed Mar 23, 2022 2:58 pm
Forum: SDL Discussion Forum
Topic: Xaxis Labels as Dates
Replies: 7
Views: 607804

Re: Xaxis Labels as Dates

Also, have searched the whole of my code for the variable ftDateTime. There is only one instance of that variable, and that is in the line that gives the above error.

Regards

Chris
by Chris348
Wed Mar 23, 2022 11:50 am
Forum: SDL Discussion Forum
Topic: Xaxis Labels as Dates
Replies: 7
Views: 607804

Re: Xaxis Labels as Dates

Many thanks for the suggestion, but am still struggling, with the same error as previous recurring. Odd thing is that some RChart code works fine, e.g. defining axis ranges , captions and datacolor. (Am only using the graphics light edition). Will continue to explore this as best I can, although the...
by Chris348
Tue Mar 22, 2022 9:19 am
Forum: SDL Discussion Forum
Topic: Xaxis Labels as Dates
Replies: 7
Views: 607804

Xaxis Labels as Dates

Hi, I have a fairly long Delphi Community program in which graphs (straightforward line plots) of dates are displayed against other quantities in several TRChart graphs. At present, the axis shows the date values as numbers. Have tried for some time now (and much head scratching) to change the x-axi...