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 control data clear while saving

Former Member
0 Likes
1,005

Hi,

I have copied QE73 and modifying the code. I am facing a problem while saving the data.

I have placed one input text box and one pushbutton.

If I enter data in text box and click the push button, the text box data should be populate in table control. upto this point ok

After populating the data while click the save button the table control data is cleared.

After populating the data, if do any single operations in table control data and click the save button, it is saving the data.

Can please provide some solution.

Thanks,

Mahahe

1 ACCEPTED SOLUTION
Read only

former_member217544
Active Contributor
0 Likes
854

Hi Mahahe,

Did you try checking PAI of that screen in debug mode: Whether proper function code is sent on clicking of SAVE button or not in both the cases.

Regards,

Swarna Munukoti

5 REPLIES 5
Read only

former_member217544
Active Contributor
0 Likes
855

Hi Mahahe,

Did you try checking PAI of that screen in debug mode: Whether proper function code is sent on clicking of SAVE button or not in both the cases.

Regards,

Swarna Munukoti

Read only

Former Member
0 Likes
854

Hi Mahahe,

Please check when u click on SAVE button is there any clear statement

Thanks

Surendra P

Read only

Former Member
0 Likes
854

Hi

just run the debugger and see what function code is triggered when u press save button.

Also there must be a clear statement which is clearing your data.

You will be able to find the solution on your own.

Read only

Former Member
0 Likes
854

Hi ,

Switch on the debugger and check the flow of execution and the logic implemented in this.

When you press SAVE , check the code being executed , In this code somewhere you have refreshed the internal table that populates the table control in PBO.

Track t

Read only

0 Likes
854

Hi,

Just check the PAI module in debugger.

Check if there is any clear statement which clears your data

Also check that if any button is clicked, the previous OK_CODE is getting cleared or not.