Previous | Next | (P-PDF) Developers
Topic: create two slide buttons
Conf: (P-PDF) Developers, Msg: 32078
From: Jub
Date: 12/29/2001 02:45 PM
Noel,
What exactly do you want the buttons to do to the text fields?
Do you want to move the focus from one field to the next?
If so, you can do that with a document level variable which would 'remember' where the focus was last.
(so it would need to be updated from each field's focus event in case the user tabs/clicks on and doesn't use your button)
The button would then just move the focus forward or back as appropriate.
If the focus is on Field10 and the user hits the 'Forward' button, would you need the focus to go back to the beginning, or stay put?
Same question for Field1 and the back button...
Jub