Answered
Is there any way to lock a button from taking focus while tabbing through a live cycle form and be able to click on it to acivate the mouse up event. I have forms that really work, however the tabing sequence is cumbersome when there are buttons to tab over. The user does not realize that he/she has tabbed to a button except for a faint selection marker. I am using the set focus event on the field just prior to a button in the tabbed order, this works - however I would like to find a better solution.