Thanks again for a quick reply..
I already did and as far as I can tell, whenever I do something with the dataset, it fails.
But this is a huge application, I also have a grid with the data, and as it moves to sync with selected dots, I think we will settle for that.
Search found 3 matches
- Wed Apr 17, 2019 10:34 am
- Forum: VCL
- Topic: Problems with ChartTool1GetText
- Replies: 4
- Views: 11403
- Tue Apr 16, 2019 12:57 pm
- Forum: VCL
- Topic: Problems with ChartTool1GetText
- Replies: 4
- Views: 11403
Re: Problems with ChartTool1GetText
Thanks, (sorry for a late reply, but I had to take a break from this project)
But that is what I am doing, at least as far as I can see - my problem is that it does not return anything.
But that is what I am doing, at least as far as I can see - my problem is that it does not return anything.
- Tue Mar 26, 2019 5:42 pm
- Forum: VCL
- Topic: Problems with ChartTool1GetText
- Replies: 4
- Views: 11403
Problems with ChartTool1GetText
I am having strange problems with "ChartTool1GetText", I need to display a different field value from the selected record, but it does not show. This works: procedure TFForm.ChartTool1GetText(Sender: TMarksTipTool; var Text: string); begin Text := 'Something'; end; The text "Something" always shows....