There are times when I would need to cancel the Current Item Changed event. This is based on un-saved data for exmaple. So, when the user clicks on the right/left arrows (for navigation), the Data Form instantly changes the Current Item and then fires the event.
Well, if conditions determine that the user should not move forward/backward, how do I go back to the previous Current Item?
Example: Data Form has three values (1, 2, 3). Current Item is 2. User clicks right nav. arrow and Data Form takes the user to Item 3. based on a condition (true/false) I need the Data Form to stay on item 2 (or go back to item 2)
Any ideas would be appreciated.
Thanks, M
Well, if conditions determine that the user should not move forward/backward, how do I go back to the previous Current Item?
Example: Data Form has three values (1, 2, 3). Current Item is 2. User clicks right nav. arrow and Data Form takes the user to Item 3. based on a condition (true/false) I need the Data Form to stay on item 2 (or go back to item 2)
Any ideas would be appreciated.
Thanks, M