‎2011 Oct 12 6:52 AM
Dear Friend,
UNDO tool in my table maintenance screen not functioning properly.
When I set to the change mood, the undo button will appear. According to the requirement, after the change something, user needed to undo the changes. So I selected a data row and press the undo button in table maintenance screen, it says, u201Cno of reset entries: 1u201D but nothing will happen in the screen.
Actually, what I want to be .. suppose I have a value like u201CTest 1" and I change it to u201CTest2u201D so want to set it as u201CTest 1u201D again.
Please help me to solve my problem.
‎2011 Oct 12 7:40 AM
After message u201Cno of reset entries: 1u201D, you need to save data.
Then changes are commited to database.
‎2011 Oct 12 7:46 AM
‎2011 Oct 12 9:57 AM
Hi,
Please select the row for which you want to undo the change. Then select the Undo button. A popup will appearing warning you that your changes will be lost, whether you want to discard those changes. If you select 'yes', the changes will be undone.
Please try and let me know in case of any issues.
Regards,
Shayeree
‎2011 Oct 12 10:10 AM
Hi Shayeree
i want to refresh screen also. nothing happen to screen.
‎2011 Oct 12 10:22 AM
Hi Nelson,
I cannot find any refresh button for refreshing the screen. The only way that I am able to refresh the screen is by doing a Ctrl+F4 (Display/Change) on the screen.
Kindly try and let me know if this solves your issue or not.
Regards,
Shayeree.
‎2011 Oct 12 10:26 AM
No dear
what i mean is when i undo previous values should come to the screen
‎2011 Oct 14 7:55 AM
‎2011 Oct 14 11:52 AM
There is an option with Table maintenance generators for writing Events. There are options for writing events at different positions like before save, after save etc.. Check if teher is an event that suits your position.. ie.. some event which gives you the before change values ( i think there is an event before change, but cant verify right now ). It should be 06, 07, 08 , 09 I think..
here you will get the original values..
And to refresh the screen.. Either try triggering the PBO again. and see if the values are updated.
‎2011 Oct 14 12:03 PM
Dear,
i though about that, but haven''t more idea regarding events,
if you have please send me some samples....
Thanks in advance
‎2011 Oct 14 12:16 PM
Take your table maintenance generation screen.. in change mode,,, Now from tool bar.. take Environment->Modification->events.
In this screen, now in the first field there will be a help which gives the list of events available. For eg.. try 05. this gets triggered after save. In the next field, write form name.. eg.. after_save.
now click enter. An editor icon will appear in the 3rd field. Now click on that icon and you will be taken into a new include. write
Form after_save.
endform.
And your required code in this form..
Now after activating here, make sure you take the main program and activate it too. It will generally be inactive.. So double check if the main program is active and then try.