Buenos d?as.
Necesito crear un bot?n para imprimir una orden creada con un maestro detalle.
Alguien sabe como hacerlo?
Hi!
I need to create a button for printing a order made by master detail.
Someon know how to do it?
Thnks
Buenos d?as.
Necesito crear un bot?n para imprimir una orden creada con un maestro detalle.
Alguien sabe como hacerlo?
Hi!
I need to create a button for printing a order made by master detail.
Someon know how to do it?
Thnks
Different ways: you can create a pdf application which is based upon the same sql criteria you used, you can use php outputbufferering to retrieve the html code and use that as a basis for i.e. html2pdf function. Also you can create a clean print of your form using echo’s and use a small javascript to print the clean page.