Magma Well-Known Member Licensed User May 6, 2019 #1 Hi there.... Can we have more than 2 options at showdialog... 3 or more ? (like that DELETE, OK, CANCEL) Delete needed for deleting record for my app... (can be ignore for showdialog or something...) Thanks in advance...
Hi there.... Can we have more than 2 options at showdialog... 3 or more ? (like that DELETE, OK, CANCEL) Delete needed for deleting record for my app... (can be ignore for showdialog or something...) Thanks in advance...
Erel Administrator Staff member Licensed User May 6, 2019 #2 You can add "actions" as part of the form. The form itself can be either committed (OK) or cancelled (CANCEL).
You can add "actions" as part of the form. The form itself can be either committed (OK) or cancelled (CANCEL).
DonManfred Expert Licensed User May 6, 2019 #4 Magma said: So, adding a button into form... ? Click to expand... Yes
Erel Administrator Staff member Licensed User May 6, 2019 #6 You cannot add a button directly to the form. You can however add an "action" item with short options type.
You cannot add a button directly to the form. You can however add an "action" item with short options type.
Magma Well-Known Member Licensed User May 6, 2019 #7 ...As i can understand - i can add for example short-options (options: save,delete)... So when i see delete my code will erase record... OK Is it possible in future add button field or better to add a 3rd option at showdialog (ignore) --> and every user make it anything he wants ?
...As i can understand - i can add for example short-options (options: save,delete)... So when i see delete my code will erase record... OK Is it possible in future add button field or better to add a 3rd option at showdialog (ignore) --> and every user make it anything he wants ?