R
Rob W
Greetings,
My crystal report consists of the following important fields:-
*Sort field
*Group field name (boolean field, which I display a count on the footer,
therefore should only print TWICE)
*Parameter (number used to determine the record selection)
When running/previewing within the IDE and typing in the parameter it works
fine and displays my data as expected.
However when passing in the sort field and the parameter which is used for
the record selection criteria into crystal report file/report viewer from my
application, it affects the group field footer.
It now appears after every single record, as if the new group field has
become the unique record id (member id) rather than a deceased field
(boolean) which should group the report into TWO halves as set in the report
file.
It has confused me as the parameters being passed through are not related to
the group field in my vb.net code.
I was looking into programmatically setting the group field in vb.net but
looking at the class structure I don't think it can be set.
So to summarise the group field a boolean was expected to print a count in
the footer TWICE. Now the group footer is displayed after every single
record when run using the app and NOT when using the crystal reports IDE.
The only difference between me running the report through the application is
that I pass in a sort order.
Has anyone experienced a similar issue?
Any ideas how to resolve it and/or further debug?
Thanks
Rob
My crystal report consists of the following important fields:-
*Sort field
*Group field name (boolean field, which I display a count on the footer,
therefore should only print TWICE)
*Parameter (number used to determine the record selection)
When running/previewing within the IDE and typing in the parameter it works
fine and displays my data as expected.
However when passing in the sort field and the parameter which is used for
the record selection criteria into crystal report file/report viewer from my
application, it affects the group field footer.
It now appears after every single record, as if the new group field has
become the unique record id (member id) rather than a deceased field
(boolean) which should group the report into TWO halves as set in the report
file.
It has confused me as the parameters being passed through are not related to
the group field in my vb.net code.
I was looking into programmatically setting the group field in vb.net but
looking at the class structure I don't think it can be set.
So to summarise the group field a boolean was expected to print a count in
the footer TWICE. Now the group footer is displayed after every single
record when run using the app and NOT when using the crystal reports IDE.
The only difference between me running the report through the application is
that I pass in a sort order.
Has anyone experienced a similar issue?
Any ideas how to resolve it and/or further debug?
Thanks
Rob