I am creating an Invoice application where I need to print PDF Invoice reports. I have tried various methods to print an PDF application using a button on my form for the current selected record. I know there is a way to do this using the sc_redir macro but I am not sure how to put all the pieces together to make this work. I basically need to pass the {invoiceID} as a parameter to my PDF report from the button I created on my form.
Can someone walk me through this? Thanks!