I am trying to Customize Check Printing and have Calculated Fields for 4 address line. Vendor Address Line 1, Vendor Address Line 2, Vendor Address Line 3 and Vendor Address Line 4. I am by no means a developer but thought I would be able to modify this report. The lines of code for each address line is below.
Address Line 1
FUNCTION_SCRIPT(rw_SelectAddrLine1""PM_Payment_WORK.Address 1PM_Payment_WORK.Address 2""""PM_Payment_WORK.CityPM_Payment_WORK.StatePM_Payment_WORK.Zip Code"" )
Address Line 2
FUNCTION_SCRIPT(rw_SelectAddrLine2""PM_Payment_WORK.Address 1PM_Payment_WORK.Address 2""""PM_Payment_WORK.CityPM_Payment_WORK.StatePM_Payment_WORK.Zip Code"" )
Address Line 3
FUNCTION_SCRIPT(rw_SelectAddrLine3""PM_Payment_WORK.Address 1PM_Payment_WORK.Address 2""""PM_Payment_WORK.CityPM_Payment_WORK.StatePM_Payment_WORK.Zip Code"" )
Below is what I added to try to get the 4th Address line to print…. The outcome is the report does not print Address Line 4
Address Line 4
FUNCTION_SCRIPT(rw_SelectAddrLine4""PM_Payment_WORK.Address 1PM_Payment_WORK.Address 2""""PM_Payment_WORK.CityPM_Payment_WORK.StatePM_Payment_WORK.Zip Code"" )
Can anyone help in determining the code I should use for Vendor Address Line 4 that will print the 4th line of the address and THEN the city, state, zip.... and I hope I've explained things sufficientl.
Thanks in advance!
Mary
*This post is locked for comments