Hello,
Thanks for the quick response.
Do you have an approximate date for the next release?
Thanks,
Vasile
Search found 9 matches
- Thu Jun 29, 2006 9:25 am
- Forum: VCL
- Topic: Runtime editor bug
- Replies: 3
- Views: 3328
Runtime editor bug
Hi, I have a dbchart and 2 tables on a form. I invoke the designer at runtime to add a new serie. I create a bar serie (Serie1) and bind Table1 to it (assign Table1 fields to Labels, X, Bar). I close the editor. I open it again and change the dataset for Serie1 to Table2(assign Table2 fields to Labe...
- Thu Jun 29, 2006 9:13 am
- Forum: VCL
- Topic: Serie's datasource limited selection at runtime
- Replies: 1
- Views: 2508
I have figured out how to fix it. I had to add: #include "EditChar.hpp" #include "DBEditCh.hpp" #include "TeeEditPRO.hpp" #include "TeeSeriesTextEd.hpp" #include "TeeDbCrossTab.hpp" #pragma link "EditChar" #pragma link "DBEditCh" #pragma link "TeeEditPRO" #pragma link "TeeSeriesTextEd" #pragma link ...
- Mon Jun 26, 2006 11:50 am
- Forum: VCL
- Topic: Serie's datasource limited selection at runtime
- Replies: 1
- Views: 2508
Serie's datasource limited selection at runtime
Hello, I have a dbchart, several tables and several datasources components on a form. At design time in C++Builder IDE I have the following options when assigning the datasource for a serie: Manual Random Function Text File Summary Single Record Dataset Crosstab XML File If I select dataset I can se...
- Fri Jun 23, 2006 12:34 pm
- Forum: VCL
- Topic: Serie's datasource not restored when chart loaded from file
- Replies: 1
- Views: 2322
Serie's datasource not restored when chart loaded from file
Hello, I have a dbchart where each serie is linked to a different datasource. This chart is saved to a file and restored later. SaveChartToFile(Chart, SaveChartDialog->FileName, true, true); restore: LoadChartFromFile(Chart, OpenDialog->FileName); Although the datasource link is stored in the file f...
- Fri Jun 23, 2006 10:17 am
- Forum: VCL
- Topic: Vertical bar series question
- Replies: 6
- Views: 4862
- Thu Jun 22, 2006 3:52 pm
- Forum: VCL
- Topic: Vertical bar series question
- Replies: 6
- Views: 4862
- Thu Jun 22, 2006 2:21 pm
- Forum: VCL
- Topic: Vertical bar series question
- Replies: 6
- Views: 4862
- Thu Jun 22, 2006 12:06 pm
- Forum: VCL
- Topic: Vertical bar series question
- Replies: 6
- Views: 4862
Vertical bar series question
Hello, I have a chart with 2 vertical bar series. The series are not stacked. The first serie's datasource has the values: A, 100 B, 80 C, 50 D, 70 The second serie's datasource has the values: C, 20 D, 30 Now when I display the chart, the values from the second serie are displayed over A and B but ...