I'm trying to setup an action button to print a label. I've created the button on the page actions, declared a variable with my report name and used this code under the action button
recBinContents.RESET;
recBinContents.SETRANGE("Item No.", "Item No.");
rptLewistest.SETTABLEVIEW(recBinContents);
rptLewistest.RUN;
However when I attempt to open the page which should allow me to preview the report nothing is loading?
*This post is locked for comments