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

SUBMIT Statement

Former Member
0 Likes
670

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
635

hi,

Always make Checkbox = 'X'.....

Regards,

Deepthi.

Edited by: deepthi dandibhotla on Sep 29, 2008 1:51 PM

5 REPLIES 5
Read only

Former Member
0 Likes
636

hi,

Always make Checkbox = 'X'.....

Regards,

Deepthi.

Edited by: deepthi dandibhotla on Sep 29, 2008 1:51 PM

Read only

Former Member
0 Likes
635

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

Read only

Former Member
0 Likes
635

Try this.....


SUBMIT <program name> WITH selcrit = 'X'.

'selcrit' is ur checkbox.

Read only

Former Member
0 Likes
635

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.

Read only

Former Member
0 Likes
635

HI,

Assign 'X' to the Check box.

Thanks,

Sriram POnna.