My application has a dozen forms that comprise a formset. Each form has several command buttons which can be activated via hotkeys.
Question 1: When one attempts to trigger a command button on the active form using it's hotkey assignment and that same hotkey exists on an inactive form, the inactive form becomes active and the original command button is ignored. Can multiple forms within a formset share hotkey assignments?
Question 2: What is the best practice regarding formsets vs independant forms.
Question 1: When one attempts to trigger a command button on the active form using it's hotkey assignment and that same hotkey exists on an inactive form, the inactive form becomes active and the original command button is ignored. Can multiple forms within a formset share hotkey assignments?
Question 2: What is the best practice regarding formsets vs independant forms.