![]() |
Sergey Kornilov admin 3/16/2015 |
We do not have a separate one record print page but user can go to View page and click Print button there. window.print(); |
M
|
msalim author 3/16/2015 |
We do not have a separate one record print page but user can go to View page and click Print button there. You you do not have a Print button on your View page and can insert a custom button named 'Print'. This is what you need to add to 'Client Before' event: window.print();
|