IDE: CB2007/2009
TChartEditor, the option Summary (for grouping) is not available from the datasource tab at run-time for TDBChart. A couple of other options available at design tie are also missing. How do i fix this?
Cheers nile.
Summary Option missing from TChartEditor for DB
Summary Option missing from TChartEditor for DB
To be or not to be. This is not the question. Rather it is a choice.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi nile,
You need to add the following units in your unit uses section:
For other options you should look which units are being used in the features demo examples and include them to your applications too.
You need to add the following units in your unit uses section:
Code: Select all
Uses TeeXML, TeeSeriesTextEd, DBEditCh; { to show Database DBChart editor dialogs }
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |