Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Roll back to delta state ?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-19-2012 10:12 PM
Is it possible to use Roll back without History stream ? Explanation :- I do not want to use the History stream for my application ( No Undo Redo). But there are few places where User can Cancel the operation, Here I plan to use the roll back functionality. What I am tried was :- 1) Just create a new delta state. ( No History stream was used or any API BEGIN/ END) 2) Call api_note_state for above delta state. 3) Call some ACIS api's and complete the operation ( No API BEGIN/ END was used) When user says cancel: call api_change_state(ds); Later also tried ds->backward(); But this seems to be wrong , can anyone tell me how I can find a solution to this ?
Utpal Das

