4

DRK : Stock Services Sample Application Update

 3 years ago
source link: http://www.mikechambers.com/blog/2002/10/15/drk-stock-services-sample-application-update/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

DRK : Stock Services Sample Application Update

Tuesday, October 15, 2002

I have found an issue with the Stock Services sample application and ActionScript / ColdFusion Library available on the DRK. In the Stock.cfc ColdFusion component file, the following code that starts at line 89:

<cfset var startMonth = Month(startDate) />
<cfset var startDay = Day(startDate)/>
<cfset var startYear = Year(startDate) />
<cfset var endMonth = Month(endDate) />

should be changed to:

<cfset var startMonth = Month(startDate) - 1 />
<cfset var startDay = Day(startDate)/>
<cfset var startYear = Year(startDate) />
<cfset var endMonth = Month(endDate) - 1 />

If you noticed that the sample stock charting application began acting erratically, this should solve the problem. Sorry for the hassle.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK