Application Development 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: 

when error occured in table control only particular field should be editabl

0 Kudos

Hi everybody.,

When user entered a wrong value in a particular field of a table control, i issue a error message .When this error come my entire row of the table control in which the eror occured becomes editable.My requirement is only the particular field in which the user entered wrong value should be editabe.How can i achieve this .

Regards.,

S.Sivakumar

Edited by: sivakumar subramaniam on Dec 22, 2008 6:30 AM

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI,

Refer to this link....

3 REPLIES 3

Former Member
0 Kudos

HI,

Refer to this link....

0 Kudos

hi.,

Is there any other ways to achieve the same functionality ..

Regards.,

S.Sivakumar

Former Member
0 Kudos

Hi Shiva,

when u r displaying that error message capture that value then there you write

loop at screen.

screen-name ne ... here you pass input as 1 else input as 0.

Hopes this might help you.