This one fixed my problem. Thank you very much.
Tina
***********************************
Create a formula field:
@IsHH:
if {mytable.myfield} ="HH" then 1
else
0
Create a group on the order number and insert a summary which sums the formula field.(You can suppress Gp Header and footer)
Now...
I am not a programmer.
I have CR8.5 report that shows in detail section, all open line items of the sales order. If one of the line items contain code 'HH', then I do not want it to show the order # at all.
I thought of whileprinting, but I do not know how to do this right. Thanks In Advance.
Tina
Those don't work, gave me same error message. Been on this for two days and I finally got it using this: BarcodeC39(Trim (ToText ({SHIPPER_LINE.USER_SHIPPED_QTY},0)))
Thanks for your time helping me out. I appreciate it a great deal. :-)
I was able to setup barcode 39 font (azalea.com) in Crystal report (Pro 8.5) for Packlist ID, PO #, and Part Number. My problem is Quantity and I originally created this:
BarcodeC39({SHIPPER_LINE.USER_SHIPPED_QTY})
and when I hit 'Save', error message appeared "A string is required here." So I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.