Update the Crystal Reports formula -
Open your Purchase Order form in Crystal Designer by clicking the Designer button. -
In both Details C and Details D, right-click the @ItemDescription formula, and then select Edit Formula. -
Note: Use Detail C when you don't select Allow Entry of Expanded Item Codes in Common Information Options. -
Note: Use Detail D when you select Allow Entry of Expanded Item Codes in Common Information Options - Select the existing formula, delete it, and replace it with the following formula:
if {@PrintExtItmDesc} = "Y" and {PO_PurchaseOrderWrk.ExtendedDescriptionKey} <> ARRAY("", "0000000000") then -
- formula = {PO_PurchaseOrderWrk.ExtendedDescriptionText}
else formula = {PO_PurchaseOrderWrk.ItemCodeDesc} end if 1. Click Save and Close button. 2. Select File, Save. 3. Close Crystal Designer. 4. Print the Purchase Order form and verify that the extended descriptions print correctly. DocLink: Extended description isn’t printing on purchase order DocLink: How to print Extended Descriptions on Purchase Order Form [BCB:155:Chat 100 US:ECB] |