Hi, i need to insert the print button in the modify page so i can print the record in portrait format.
Is it possible?
Many thanks
so you can print records in portrait format
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 14 October 2018 - 18:19 PM
Hi, i need to insert the print button in the modify page so i can print the record in portrait format.
Is it possible?
Many thanks
so you can print records in portrait format
Posted 16 October 2018 - 01:52 AM
Could you clarify your question?
Posted 16 October 2018 - 17:47 PM
I need to print the content of single row in vertical format and not on single row.
I hope to be clear now,
Thanks
Posted 16 October 2018 - 23:47 PM
Hello!
Now I get it. :)
1. You need to first create a function that creates the output in a vertical format.
2. Now you need to set an action button. You may refer to https://www.grocerycrud.com/enterprise/api-and-function-list/setActionButton.
In the action button, you need to call the function you created in step 1.
Hope this helps.
Posted 17 October 2018 - 08:34 AM
Hello!
Now I get it. :)
1. You need to first create a function that creates the output in a vertical format.
2. Now you need to set an action button. You may refer to https://www.grocerycrud.com/enterprise/api-and-function-list/setActionButton.
In the action button, you need to call the function you created in step 1.
Hope this helps.
Ok, but so the button in outside the view...i need to insert the botton inside the full view of single row.
Posted 19 October 2018 - 07:12 AM
Kindly clarify...
Posted 19 October 2018 - 20:35 PM
Kindly clarify...
Look the screenshot please
Posted 22 October 2018 - 03:29 AM
My suggested solution will work but the button will be available for every record in the Datagrid and not during view.
As of now, there is no such functionality.