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

making field space value empty

Former Member
0 Likes
770

hello guys i enhanced the screen and i inserted 2 fields.one field is getting values from checktable and for one field user has to enter value .now my requirement is

i need to clear the values when ever that transaction is run.can you guys give me suggestion please.your help will be greatly appreciated.

Regards

Janapathi

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
738

I guess you would need to insert a CLEAR statement somewhere. Not sure how the field is getting filled without the user interaction, is it being set by a parameter id?

Regards

Rich Heilman

6 REPLIES 6
Read only

Former Member
0 Likes
738

Hi,

When ever you press the SAVE button from the screen or press the BACK button, just CLEAR that field

Regards

Sudheer

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
739

I guess you would need to insert a CLEAR statement somewhere. Not sure how the field is getting filled without the user interaction, is it being set by a parameter id?

Regards

Rich Heilman

Read only

0 Likes
738

iam using check table for one field and another is entered by user

Read only

0 Likes
738

Ok, so you want these fields to be empty when the user enters the transaction? If so, you need to find out how they are getting filled. For example, if it is tied to a parameter id, you would need to clear out the parameter id. How are these fields getting filled, if the user has not yet entered anything into them?

Regards,

Rich Heilman

Read only

0 Likes
738

You can write the code in PBO,here you can mention clear command.

Thanks

Seshu

Read only

0 Likes
738

problem solved.

Thanks

Janapathi