The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
SalesLogix 7.0 Chart Object
Posted: 11 May 07 10:04 AM
|
fiogf49gjkf0d Does anyone know where I can find documentation on the chart control? I am trying to figure it out by looking at the Sales Dashboards, but it is very confusing and I'm not really sure where to start. Thanks. |
|
|
|
Re: SalesLogix 7.0 Chart Object
Posted: 11 May 07 12:51 PM
|
fiogf49gjkf0d Look into the Delphi TChart control, I believe it's called. Most of the SLX controls are basic wrappers around the Delphi counterpart (ListView being a BIG one). My guess is they've wrapped the basic Delphi charting control but I believe someone mentioned the exact control they used and it happened to be 3rd party. Of course understanding the slight conversion process between Pascal (Delphi) and VB (VBScript) is the challenge but all of the properties and methods behave similarly. Look for some kind of online tutorial to show the basics, as even just a straight "This is the TChart control" can be confusing if you're not looking in the right place. |
|
|
| |
|
Re: SalesLogix 7.0 Chart Object
Posted: 11 May 07 2:22 PM
|
fiogf49gjkf0d Ahh that's the one. Here's a link to a page where you can download the Help file (*.chm): http://www.steema.com/downloads/dwn_tch_vcl.html
I would post the direct link, but it looks like it could change rather easily. That's the Delphi implementation, which is most likely what Sage would follow. I'm not sure how much of it would help, but it should be easier than trying to figure out the dashboards. |
|
|
| |
|