Albert,

I am trying Bob's suggestion of using a report instead of the label.  If
that does not work with our labels, I will check out your suggestion.
Thanks for responding.

Jim

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Albert
Berry
Sent: Thursday, December 10, 2009 3:15 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: label count

Try using a temp table and adding the count to the rows. My temp table 
would have two extra integer columns to indicate PieceNum and 
TotalPieces. Project the temp table from the real table and add the two 
extra columns to it, then copy the label over to the new temp table.
Albert

Jim Belisle wrote:
>
> I have a shipping label used for Bill of Lading.
>
> I want to have the label show the number of pieces as 1 of 2, 2 of 2 
> then reset based on the Control#.
>
> The label is based on the BOLRows table with information pulled from 
> the BOLHeader table.
>
> The pieces are in the BOLRows table.
>
> I tried the Count function of the DBcalc but it did not reset on the 
> field Control#.
>
>  
>
> Jim
>
>  
>


Reply via email to