My progrom's screenshots at design time.
My program's screenshots at runtime.
The sample program "TeeChartOffice" shiped with TeeChart Components.
i want my program's datasource comboBox items like the sample program "TeeChartOffice", how to do ?
why is my datasource combobox's item only 4 ?
-
- Newbie
- Posts: 12
- Joined: Thu Jun 06, 2013 12:00 am
-
- Newbie
- Posts: 12
- Joined: Thu Jun 06, 2013 12:00 am
Re: why is my datasource combobox's item only 4 ?
Added to upload the test program files.
- Attachments
-
- TeeChart2.rar
- This is the test program.
- (5.88 KiB) Downloaded 379 times
Re: why is my datasource combobox's item only 4 ?
Hi,
I can't see the screenshots, can you please correct the links?
Also, TeeChartOffice sources are shipped with the binary version. Find them at the "\Examples\TeeChartOffice\Sources" folder in your TeeChart installation.
I can't see the screenshots, can you please correct the links?
Also, TeeChartOffice sources are shipped with the binary version. Find them at the "\Examples\TeeChartOffice\Sources" folder in your TeeChart installation.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 12
- Joined: Thu Jun 06, 2013 12:00 am
Re: why is my datasource combobox's item only 4 ?
please look the attachment.
- Attachments
-
- screenshots
- 00 screenshots.png (106.9 KiB) Viewed 5504 times
Re: why is my datasource combobox's item only 4 ?
Hi,
You just have to add some units to the uses clause:
If you also want to add the TeeExpression unit, note it's shipped with the TeeChartOffice example, at "\Examples\TeeChartOffice\Sources"
You just have to add some units to the uses clause:
Code: Select all
uses TeeDBSumEdit, TeeDBSourceEditor, DBEditCh, TeeDBCrossTab, TeeExcelSource, TeeSeriesTextEd, TeeXML;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |