Skip to main content

how to use "triggers" to proceed through a multi element form?

Comments

3 comments

  • Permanently deleted user

    Hi Jeff

    just to get the vocabulary a little more appropriate what you are talking about are not (http://en.wikipedia.org/wiki/Database_trigger) Triggers but Events. One thing that does appear to work without extra work is using the tab key as long as you want the vertical order that you have the form items.

    Potentially you could get really serious with custom development and build new child windows in VS and get the form to make use of the various events that are fired including Mouse Over, Has Focus etc

    Can you should an example of what the users are objecting to or is it sensitive?

    Thanks

    Ralph

    0
  • Permanently deleted user

    Ralph--

    Yes you are correct, what i want is an event more than a database trigger.  I need to proceed from part to part in a complex form.  Tell me more about using the tab key and how would a user know to use it.  can I use the tab character, somehow to move to the next menu, programmatically. I am intersted.  So after they select a radio button or a check box, the user can advance to the next item in the form?  say from a check box to a combobox?

    J

    0
  • Permanently deleted user

    Hi Jeff

    I just meant that the user could hit the tab key to shift the focus to the next input form item. If the focus is on a checkbox then the space bar will check or uncheck it. Arrow keys when the form item is a combobox.

    It still appears that a mouse click is required on the Next button in your example from the previous thread.

    Thanks

    Ralph

    0

Please sign in to leave a comment.