Is there a way to modify the Add link next to the View link, normally at the bottom of the form? They are rather small and a long way down. I’ve looked up buttons and can’t see how to get one to do the same thing. I’ve also tried the Actions page which superficially appears to allow the use of icons and more prominence, but has no apparent effect in practise. I want to give the user the ability to click a button or a more prominent word ‘Add’ higher up if possible.
You can certainly create action buttons that navigate to a view or Entry Form. Both of these would be of action type “go to another view in this app”. Then you would use in the Target View property LINKTOVIEW() or LINKTOFORM() respectively.
I believe based on your description, you are looking to do this within a Detail view. You would have the option to show these custom actions “Prominently” which places them at the top of the Detail view or you could show them as Overlay buttons which “float” in the bottom right of the screen and stay there as the user scrolls.
This is a different question than your original post?
You are correct, you cannot add buttons to a Form. By “tabbed Form”, I assume you mean it literally where you have a Form in a tabbed view with Cancel and Next buttons at the bottom of the each tab except the last tab which has Cancel and Save.
If that’s correct, while you can’t add a Save button, you can “disable” the unnecessary tabs. So for example, if you have 4 tabs and you “disable” tabs 2, 3 and 4, the Cancel and Save will move up to the 1st tab.
I don’t quite remember how the “disabling” is achieved as its been awhile since I have done that. If you can’t figure it out and want to know how, repost here and I’ll dig it up.