Printing Charts
Walter Vaughan
wvaughan at steelerubber.com
Tue Sep 14 07:56:00 PDT 2004
Dan McCabe wrote:
> I am attempting to print a chart. I use an array for each line of the
> chart, mapped to dummy variables.
>
> I have run through the debugger and find that each calculation is being
> done correctly and the fields hold the correct value. However, the report
> prints 0's for the base figures (annual), and then my secondary (weekly)
> amounts get a /D0 error.
>
> Code is below. The code isn't completed yet, I'm still in the testing
> phase. Any help appreciated.
You can't get /DO unless you divide by zero. The only variable division
you got is YearFormula and it appears to be a static value 52.2857 or
52.1429
I can't understand why this isn't done with excel. You'd be done in
minutes, unless this generates a custom report per person, and is more
of a projection based on current pay what would happen if they stay/move
up in grade.
Also since you are using a ton of dummy variables, is it possible that
you have some of these variables assisgned in an automatic processing
table... that would explain the zeros and DO/ errors perhaps.
More information about the Filepro-list
mailing list