I am receiving run time error 13 type mismatch when attempting to view HDW CRC 06/08/2012 dat file race 5. Has anyone run into this problem in the past and if so is there a fix?
There's an algorithm in the PPs Generator that makes a pace of race calculation.
The PPs Generator doesn't (yet) display results of this (but the foundation is written into the module.)
The idea would be to (eventually and at the request of the user based on a setting in the Enhanced Settings Module) mark up or highlight running lines for a horse that are par or better for the pace call, final call, or both.
The reason for the error message in the PPs Generator when CRC R5 for June 08, 2012 is rendered is that multiple horses in the race have running lines from Jan 07, 2012 R8 at Gulfstream... a race where the timer "malfunctioned."
Unlike the pace of race calculations made in the JCapper Main Module, the code that I wrote to make the calc itself in the PPs Generator doesn't anticipate this - and as a result - "chokes" when the race being evaluated has missing pieces.
Solution:
I spent a little time this morning rewriting the algorithm - and will publish a revised PPs Generator as part of the next JCapper program update.