Hey all. Somewhat of an infopath newbie here, but have managed to make it do what I want for the most part. At least, until today.
Here's a description of what I want to do:
The users can draw on an inkpicture. What I want to do is click a button and erase the stuff on the picture (in case of an error). There is some code in the tablet PC SDK that I could use for it (from what I can tell...), or I could have them hit control + z to undo it. However, my target users probably wouldn't be able to recall the key combination (older, non computer users typically.). I'd like to be able to clear the box when it's clicked.
Perhaps an alternate solution could be to code the button to undo, but I think I'd prefer to use it as a picture clear.
If it's any help, I'm using VBScript... If there's any additional information necessary, I'll be more than happy to help provide it.