Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table maintenance UNDO tool

Former Member
0 Likes
1,186

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.

10 REPLIES 10
Read only

Former Member
0 Likes
1,142

After message u201Cno of reset entries: 1u201D, you need to save data.

Then changes are commited to database.

Read only

0 Likes
1,142

Dear Shaik,

i want to change screen also

Read only

0 Likes
1,142

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

Read only

0 Likes
1,142

Hi Shayeree

i want to refresh screen also. nothing happen to screen.

Read only

0 Likes
1,142

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.

Read only

0 Likes
1,141

No dear

what i mean is when i undo previous values should come to the screen

Read only

0 Likes
1,142

Hello,

please tell me is this possible...????

Read only

0 Likes
1,142

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.

Read only

0 Likes
1,142

Dear,

i though about that, but haven''t more idea regarding events,

if you have please send me some samples....

Thanks in advance

Read only

0 Likes
1,142

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.