Hi there
I am trying to get item comments to print in a 40 column reciept format (just like they do in full page reciept formats).
I have gotten it as far as showing the comments under the item lookupcode description but the comments get cut off after 23 characters (or the end of the column within the table). Is there for the comments to continue on a new line?
Here is the code I am working with. Any ideas would be greatly appreciated?
============================ Transaction Details ============================--> Transaction.Type transactionDrop & Transaction.Type transactionPayout & Transaction.Type transactionNoSale & Transaction.Type transactionAccountPayment "Small" tbNone "~" PageWidth * 0.29 "Amount" "================|=========================|=================" ShowLineDiscounts & (Entry.ExtendedDiscountPurchased 0) Entry.Item.ItemLookupCode "|" Entry.Description "|" Entry.ExtendedFullPrice "|" Entry.comment "|" Entry.ExtendedDiscountNegative 0 "|Discount|" Entry.ExtendedDiscountNegative Entry.Item.ItemLookupCode "|" Entry.Description "|" Entry.ExtendedPrice "|" Entry.comment "|"