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

While pressing enter key , data gets changed in table maintenance

Former Member
0 Likes
989

Hi,

After making changes to the field data in the table maintenance, If enter key is pressed, data from second line gets copied to first line.

Kindly suggest some solution.

Thank you

Subha

4 REPLIES 4
Read only

Former Member
0 Likes
899

Hi Subha,

Genrally this should not happened.

Still Check table events.

There could be some code in events which would be changing data.

Let me know if this helps.

Regards,

Jigar Thakkar.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
899

Did you change any part of the generated program, did you manage some events, did you code some change in internal tables EXTRACTS or TOTAL, did you forget to regenerate the dialog after modification of the database structures ?

Regards,

Raymond

Read only

Former Member
0 Likes
899

I had created events.Then later deleted the table maintenance and regenerated it without events.

Then while trying to save , I am getting this error. I have adjusted and activated the table. Also I have commented the code written for the events in the include program.

Read only

0 Likes
899

Then you will have to dwebugg what is happening on entre event.

just type /h and press enter and see what is happening.

Regards,

Jigar Thakkar.