I am trying to run a sapscript form that seems to only pring the page symbols, not the values assigned to them with the print program. The program data is named exactly the same in the form and print program except adding the &ERSANDS& in the form, and the data is as global in the print program as it can be. I have also fully debugged th print program and tracked the data to make sure there are actually values for the symbol data. All other printing functions work fine with it, and it is reading from the print program correctly because it loops and prints the correct number of rows, but instead of a print program value I get the form &SYMBOL&, even with system symbols. What other kinds of things could be causing everything on the form to be printed correctly from the program except the &SYMBOLS& are showing up instead of the value?