Over the long term, the most successful way to print checks is by batch.
Use a table or a temp table (if you don't need to persist the data between
entry sessions) to accept the payable summary.  Use a form to iterate
through the rows to select for payment or hold for later.  When selections
are complete, select the max check number from your check register and then
assign the check numbers to a check number field in your batch table via a
cursor, incrementing by 1 on each row.

mike
----- Original Message -----
From: "Q" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 02, 2001 7:46 PM
Subject: Possibility to Increment by only 1?


> Hi everyone,
>
> Just upgraded to 6.5++ to use the DWRD feature to print some checks that I
> usually do by hand.
>
> I've created a Report that prints checks as the Report Footer, which is
the
> last third of a standard 8.5 x 11 Laser Check.
>
> The report prints a Header and several Detail items to allow the "SUM OF
> variable" routine to add up the detail amounts that determine the amount
of
> the check which is then printed.  In testing I can print all the checks
> allowed by the WHERE clause.
>
> HOWEVER. . .I cannot get the check number to increment correctly.
>
> I intended to increment by 1 the check numbers in the Report Footer of the
> one page report.  When I set up a variable defined to increment the check
> number by 1 the check number is incremented by the number of items in the
> detail not by the number of checks printed.
>
> Am I asking too much of a report?
>
> Am I overlooking another option?
>
> Is there a routine that I need to explore?
>
> Thanks for considering these questions.
>
> Ned Ritchie
>
>
>


Reply via email to