Options
Page Flip Forget

Is there a command that I can send to an R4 that tells it to open a page and forget it for the back button? (The PageFlipForget function if you program the flip in TPD4)
Jeff
Jeff
Comments
When your code handles the page flips, the back button built-in functionality with "forget" won't work. You want the "forget" feature in cases where there are several sub-pages on a control, but you want the back button to go to the main control page, not just the last sub-page. This is common on small-screen devices like an R4 where you have to spread the controls out on a lot of pages.
Cool, didn't think of it that way
I could use one too and would rather not use a popup, but may have to.