Hi all,
I'm using AppGini version 22.11.
Is there a way to call my own php program when the user clicks "Print Preview" in the Detail View. (Or add another Print button)
I need to generate a special PDF .
Thanks,
Gerard.
Call my own print procedure in detail view
Re: Call my own print procedure in detail view
Hi,
you can check in the hooks/tablenname.php -> _init function for the dvprint_x parameter in the $_POST array. If set to 1 redirect to your specific page.
you can check in the hooks/tablenname.php -> _init function for the dvprint_x parameter in the $_POST array. If set to 1 redirect to your specific page.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.