2008 Sep 29 12:37 PM
Hi Gurus,
How to pass value to check box through submit stament to selection screen.
all values in the selection are passed but checkbox values are not passed.
Please help me
2008 Sep 29 12:39 PM
hi,
Always make Checkbox = 'X'.....
Regards,
Deepthi.
Edited by: deepthi dandibhotla on Sep 29, 2008 1:51 PM
hi,
Always make Checkbox = 'X'.....
Regards,
Deepthi.
Edited by: deepthi dandibhotla on Sep 29, 2008 1:51 PM
2008 Sep 29 12:39 PM
hi,
Always make Checkbox = 'X'.....
Regards,
Deepthi.
Edited by: deepthi dandibhotla on Sep 29, 2008 1:51 PM
2008 Sep 29 12:40 PM
can u pls send ur code
or try using this
u can initalise the checkbox as X
Edited by: janagar sundaramoorthy on Sep 29, 2008 1:40 PM
2008 Sep 29 12:40 PM
Try this.....
SUBMIT <program name> WITH selcrit = 'X'.
'selcrit' is ur checkbox.
2008 Sep 29 12:42 PM
Hi,
try this -
SUBMIT Zprogram
with p_check EQ p_check1.
Here p_check is the Checkbox field of the called program and p_check1 is the checkbox field of calling program.
2008 Sep 29 12:43 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |