JoelMcNary
Programmer
I'm using the C api library and the
viDate structure in and around these
two calls:
Call PEGetNthParameterCurrentValue Returns
Call PEAddParameterCurrentValue
Both these calls use a data structure
called 'viDate' which is defined to
be an array of 3 short ints. We load
the ints with valid YY MM DD values,
and we get an invalid value/overflow
error on some of them (mostly current
dates). It seems 'viDate' is not documented
properly - any one know the correct use
of 'viDate' for date loading onto a report?
.