baan_afbs
30th January 2003, 19:55
In Baan5, what controls the options displayed on a right mouse click?
Is this something that can be controlled thru tools?
For example, on tccom0501m000(Employees), if a record is highlighted, then right-mouse click -- the aviailable options are Open,New,Delete,etc... Can options be added/removed from this list?
any help is appreciated.
-afbs
Ruskin
31st January 2003, 00:32
The choice option (for standard choices) needs to be record related... IE: it must be a delete, new, text, send to or attachments. Hence, form options, like 'list of forms', etc wont show in right click.
For specific form commands, there is a small trick; The 'Bind Type' must be 'Form' and the 'Command Availability' must either be 'One Record Selected' or 'Records Selected' (thus indicating, that this particular command is specific for the record or records).
Ruskin
31st January 2003, 00:37
Sorry, mean to add;
For the standard commands of 'Open', 'New', 'Delete', 'Send To', 'Text' and 'Attachments' can NOT be removed from the right click list. They can only be 'greyed out' (or disabled), by either removing that option from the list of standard commands for that form, or by disabling that option in the script, by the disable.commands or disable.group functions.
baan_afbs
3rd February 2003, 19:10
thanks for your help...choosing the 'records selected' did it!