Hi experts,
I have a program . This programs calculate values of a vehicle when the vehicle enters and leave.
The leaving screen i need to make a field to be able to fullfill. I mean i would like to open a field and write a value always.
There are 2 buttons:

But when i click the
button this field appears editable:

When i open
button this field is not able to be edited:

Is it possible to make this field editable in the Related Screen Layout?
Thanks&Have a nice day!
Request clarification before answering.
Hi,
you can try something like this
LOOP AT SCREEN.
CHECK screen-group1 = ???
screen-input = '1'.
// screen-invisible = '1'.
MODIFY SCREEN.
ENDLOOP.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 12 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.