Maurice Posted April 6, 2005 Report Posted April 6, 2005 Hello, does anyone know how to modify a "multiple choice menue" that you could select an issue by keypress? For example: You have a menu which contains two choices (Email and Test). Is it possible to choose "Email" by "ALT+E" or "Test" by "ALT+T"? Thank you. Quote
kevin Posted April 6, 2005 Report Posted April 6, 2005 Maurice, Welcome to the forum. Enter '&Email' and '&Test' as the choices. These will be displayed with an underlined E and T respectively. If you are using the 'Save Item Text' option be sure to modify your macro to look for '&Email' and '&Test' instead of 'Email' and 'Test' Quote
aoz Posted November 8, 2006 Report Posted November 8, 2006 one easy way to get rid of the "&" is to MODIFY STRING, immediately after entry, so you strip it out (replace substring), so that you can still base response on the actual word, which would not include the "&" Multiple choice..... Modify string - replace "&' with "" Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.