So I want to print my current page of vendors or items and I press ctrl+p and prints what I want. But If i create a page action with shorcutkey "ctrl+p" this don't work... there is no simple way of doing this without creating report?
• Open development environment
• Design your page
• Then click on View menu and select Page actions...
• Now select action that you want to change the short cut key.
• After selecting goto properties or press shift+F4.
• Now put the value in shortcut keys.
Keep the same properties as you have kept for the above one just dont change shortcut key properties as i have created a new page just now i am able to see with shortcut mentioned its working fine for me.
The problem of don't appear is because my page action don't have code.. I don't want any code.. just ctrl+p with keyboard makes the same as click my button understand?
I think you have it the wrong way around @catiamatos1991. As I read it you want a page action to print the dataset, in the same way as it does when you click Ctrl+P, is that correct?
You cannot achieve this without code, as the shortcut "Ctrl+P" calls the page action, the click on the page does not activate the shortcut.
If you want a button to print your records, its either a report or code on the page action that can activate the keyboard inputs "Ctrl+P".
Answers
• Open development environment
• Design your page
• Then click on View menu and select Page actions...
• Now select action that you want to change the short cut key.
• After selecting goto properties or press shift+F4.
• Now put the value in shortcut keys.
Regards,
Sachin
I've add a button to print like you said but is not visible...
I want to print these lines like my image show
You cannot achieve this without code, as the shortcut "Ctrl+P" calls the page action, the click on the page does not activate the shortcut.
If you want a button to print your records, its either a report or code on the page action that can activate the keyboard inputs "Ctrl+P".