Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I need to be able to roll back my variables if user apply an UNDO. I am just wondering if this is possible and what is your trick in this regard. Let's say.
Myinteger =1
Startstransaction
........
trans commint
Myinteger=2
Startstransaction
........
trans commint
Myinteger=3
if user does undo 2 times the Variable Myinteger keep the value 3 . I want it back to 1. How?
Thanks for any help or workaround or trick.
Janet.
Solved! Go to Solution.