Can you post a bugfix?
(I have the sourcecode)
Search found 30 matches
- Tue Feb 08, 2011 8:07 am
- Forum: VCL
- Topic: Page Number tool doesn't work
- Replies: 3
- Views: 5270
Re: Imagemap
Can you send me the sample?
Imagemap
I want to save a chart to an image and create an imagemap (html) with hinttext (or links) for series values.
something like this:
1) Save to image
2) Create html file with image map (using marks property or something else)
How can this be done?
something like this:
1) Save to image
2) Create html file with image map (using marks property or something else)
How can this be done?
- Wed May 12, 2010 7:41 am
- Forum: VCL
- Topic: IsValidDataSource is not used in TDBChartCrossTabEditor
- Replies: 12
- Views: 13508
Re: IsValidDataSource is not used in TDBChartCrossTabEditor
I have changed the sample.
Now it removes null values from the crosstabseries.
I changed
Procedure TDBCrossTabSource.LoadDataSet;
Does this solution make sense?
Jørgen
Now it removes null values from the crosstabseries.
I changed
Procedure TDBCrossTabSource.LoadDataSet;
Does this solution make sense?
Jørgen
- Fri Apr 09, 2010 8:59 am
- Forum: VCL
- Topic: IsValidDataSource is not used in TDBChartCrossTabEditor
- Replies: 12
- Views: 13508
Re: IsValidDataSource is not used in TDBChartCrossTabEditor
Anyway, it is not a good solution to change the source code, it should be a setting or an event.
- Thu Apr 08, 2010 1:58 pm
- Forum: VCL
- Topic: IsValidDataSource is not used in TDBChartCrossTabEditor
- Replies: 12
- Views: 13508
Re: IsValidDataSource is not used in TDBChartCrossTabEditor
Any reason why this is designed liked this?
I can change the source code, but i prefer not. Is the only solution to do this?
Jørgen
I can change the source code, but i prefer not. Is the only solution to do this?
Jørgen
- Wed Mar 24, 2010 10:29 am
- Forum: VCL
- Topic: IsValidDataSource is not used in TDBChartCrossTabEditor
- Replies: 12
- Views: 13508
Re: IsValidDataSource is not used in TDBChartCrossTabEditor
You have done it correct
The problem is that all datasets are available for crosstab source.
ClientDataset2 should not be on the list.
If you try to use a dataset as source you can see that only ClientDataset1 is available.
Jørgen
The problem is that all datasets are available for crosstab source.
ClientDataset2 should not be on the list.
If you try to use a dataset as source you can see that only ClientDataset1 is available.
Jørgen
- Mon Mar 22, 2010 9:08 am
- Forum: VCL
- Topic: IsValidDataSource is not used in TDBChartCrossTabEditor
- Replies: 12
- Views: 13508
Re: IsValidDataSource is not used in TDBChartCrossTabEditor
Her is a sample
- Fri Mar 19, 2010 11:58 am
- Forum: VCL
- Topic: IsValidDataSource is not used in TDBChartCrossTabEditor
- Replies: 12
- Views: 13508
IsValidDataSource is not used in TDBChartCrossTabEditor
The datasets is not filtered in the TDBChartCrossTabEditor
Probably something wrong in
procedure TBaseDBChartEditor.FillSources;
Any solution?
Must I change the source code?
Jørgen
Probably something wrong in
procedure TBaseDBChartEditor.FillSources;
Any solution?
Must I change the source code?
Jørgen
- Fri Sep 04, 2009 9:16 am
- Forum: VCL
- Topic: TDBChart summary null values in Labels field
- Replies: 1
- Views: 3741
TDBChart summary null values in Labels field
I try to group a dataset by a field that contains null values.
If the label field (the fileld the vaules are grouped by) contains null the values are not grouped by Null. All null values are added as s new bars.
How can I group all the null values?
Jørgen
If the label field (the fileld the vaules are grouped by) contains null the values are not grouped by Null. All null values are added as s new bars.
How can I group all the null values?
Jørgen
- Thu Feb 26, 2009 9:20 am
- Forum: VCL
- Topic: Pie Series Options tab is blank in the editor
- Replies: 3
- Views: 6142
- Tue Feb 24, 2009 10:07 am
- Forum: VCL
- Topic: Pie Series Options tab is blank in the editor
- Replies: 3
- Views: 6142
Pie Series Options tab is blank in the editor
I used the Tee8New.exe demo
Go to Pie series
Edit
The options tab is blank
Also happen if you
1)Change to Group Slices
2)Select General
3)Go back to Series1
Any solution?
Jørgen
Go to Pie series
Edit
The options tab is blank
Also happen if you
1)Change to Group Slices
2)Select General
3)Go back to Series1
Any solution?
Jørgen
- Tue Nov 18, 2008 2:57 pm
- Forum: VCL
- Topic: sorting summary series by group value
- Replies: 5
- Views: 8387
I tried to set .DateTime = True but this doesn't help The problem is with grouped DBCharts The values are grouped by a datetime field. I have now changed my code to sort the dataset. This works, but it should have worked with teechart sorting to., Is it possible to sort a grouped chart where the gro...
- Mon Nov 17, 2008 1:50 pm
- Forum: VCL
- Topic: sorting summary series by group value
- Replies: 5
- Views: 8387
- Wed Nov 12, 2008 1:17 pm
- Forum: VCL
- Topic: sorting summary series by group value
- Replies: 5
- Views: 8387
sorting summary series by group value
I try to sort a summary series by the group value. This work if the group values are text, but if the group value is numeric or dates it is wrong. In this cases the labels are sorted by the numeric text/ date as text not the value. eg numeric is sorted like this: 0.1.11.2.2222,9 should be 0,1,2,9,11...