cancel
Showing results for 
Search instead for 
Did you mean: 

how to display tick mark in check box

Former Member
0 Kudos

Using 697 i have placed a check box.But according to the value in the database table i want to use tick mark in chec box.If the value is 1 then ther should be a tick mark else no need of tick mark.How is it possible.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Seems it is not possible a Tick mark in the Check box, but you have the into mark in the Check box. just write it is DEFAULT 'X'.

Regards

Sudheer

Former Member
0 Kudos

hi ranjith,

If that is a report program.

at selection-screen
select <fileld> from <table> into var1 where ....
if var1 = '1'.
p_check = 'X'.
else.
p_check = ' '.
endif.

former_member181962
Active Contributor
0 Kudos

Refer the link:

Regards,

Ravi