Hi,
I would like to know if it is possible to use TeeChart and Crystal Reports together...
I am not 100% sure exactly what for, but my boss has asked me if we can do it. Any help will be much appreciated.
Thanks in advance.
Regards
Justin "thr4sh3r" Botha
Search found 9 matches
- Mon Oct 23, 2006 7:25 am
- Forum: VCL
- Topic: TeeChart and Crystal Reports
- Replies: 1
- Views: 2530
- Tue Aug 08, 2006 8:47 am
- Forum: VCL
- Topic: Tool problem
- Replies: 5
- Views: 5092
- Mon Aug 07, 2006 11:44 am
- Forum: VCL
- Topic: Tool problem
- Replies: 5
- Views: 5092
- Fri Aug 04, 2006 11:44 am
- Forum: VCL
- Topic: Tool problem
- Replies: 5
- Views: 5092
Tool problem
Who can help me? Narcis is away. Ill need to show you quite a bit of code and explain what its doing. :shock: Anyone up for it? It to do with CloneTools, when i do this it doesnt keep the properties Snapstyle etc. I need it to keep these properties. The problem is, all my charts are created dynamica...
- Thu Jul 20, 2006 12:10 pm
- Forum: VCL
- Topic: Problem with a Chart disappearing
- Replies: 1
- Views: 2463
Problem with a Chart disappearing
Hi again, Got another problem. When attempting to make a graph "full view" (ie. on another form in a bigger state) the previous "thumbnail" of the graph is disappearing. Here is the code: procedure TfrMain.FullviewClick(Sender: TObject); begin frMain.Hide; GraphName := PopupMenuGraph.PopupComponent....
- Tue Jul 11, 2006 12:22 pm
- Forum: VCL
- Topic: Saving and Loading Chart from file problems (Please help)
- Replies: 3
- Views: 3778
- Tue Jul 11, 2006 11:39 am
- Forum: VCL
- Topic: Saving and Loading Chart from file problems (Please help)
- Replies: 3
- Views: 3778
Saving and Loading Chart from file problems (Please help)
Hi. I am having a problem Saving and Loading charts from file. Here are the 2 procedures: procedure TfrMain.GraphSaveClick(Sender: TObject); begin GraphName := PopupMenuGraph.PopupComponent.Name; frSave.Show; end; procedure TfrMain.GraphOpenClick(Sender: TObject); var tmpChart:TCustomChart; File_nam...
- Thu Jul 06, 2006 8:13 am
- Forum: VCL
- Topic: OnChange procedure for an array of TCursorTool
- Replies: 1
- Views: 2535
Solved
Forget my previous post, i managed to do it myself.
- Tue Jul 04, 2006 1:17 pm
- Forum: VCL
- Topic: OnChange procedure for an array of TCursorTool
- Replies: 1
- Views: 2535
OnChange procedure for an array of TCursorTool
Hi. I would like to write an OnChange procedure to monitor the changes of the cursors on 40 different charts. The TCursorTools are stored in an array. Is it possible for an OnChange procedure to work with an array? So basically when the user moves the Cursor on any one of the charts, the OnChange pr...