Sage 100 2018 - payroll checks - crystal reports - how do they do it?

SOLVED

This isn't really a problem but a curiosity and a kudo to whoever figured this out.

Just went in to update the customizations on payroll checks and noticed that the design looks entirely different under 2018 (I like it!).

Previously payroll checks had a design that looked like this:

STUB A

STUB B

CHECK

STUB C

STUB D

and the various sections would be suppressed based on how your check types -  STUB STUB CHECK,   STUB CHECK STUB,  CHECK STUB STUB.  This was always a bit painful because you would have to do the customizations on each stub.

The 2018 format looks like this.

CHECK

STUB

Admittedly it's just a bit more complex than that, but it makes customizing much easier.

My mystery is how on earth does it actually manage to print a check in STUB CHECK STUB  or STUB STUB CHECK format?    I've been studying the design and for the life of me can't figure out how the stub gets printed above the check section.   I'm guessing it must have something to do with the new Crystal 2016 version?  Got to be something hiding in the options somewhere.

Parents Reply
  • 0 in reply to barbgold
    SUGGESTED

    OK.  I think this will work but I haven't officially tested it.

    If you look at the PR_CheckPrintWork there is a field called Stubno.  The values in it are 1,2 and 3.  I assume that 1 is Stub #1,  2 is the check and 3 is stub #2 in a stub check stub format.

    yyyyyyyyyyyyyh8uuuuuuuuuuu  <== Cat on keyboard.  LOL.

    Insert a group footer #2a that is blank as a spacer.  In your case suppress it when Stubno is 2 and 3.

    That should give you extra spacing in the top stub, but not in the bottom or the check.  You may have to experiment to get the right height.

    Let me know how it turns out.

Children