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

Former Member
0 Likes
267

Hi,

In my report data is displayed in a table control. When a user selects some rows and presses one button, I am getting another screen having data in table control for slected rows in editable mode.

In this some fields are mandatory.

Requirement is :If user dont want to changes the data or simply press close button or cancel button, the control should come out of that screen.

But because of mandatory fields i m not able to do that.It shows 'Please enter values in mandatory fields'.

And I want to come out of this screen.How to do this?

Kindly suggest.

Regards,

Mamta

2 REPLIES 2
Read only

former_member242255
Active Contributor
0 Likes
251

you can write this under the AT-EXIT command ..

Read only

Former Member
0 Likes
251

Hi Mamta,

Try to handle this in table control events. Orelse go to the module pool of it and include some validations in PBO or PAI as required.

Regards,

Swapna.