Application Development 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: 

check box in search help

Former Member
0 Kudos

Hi Experts,

I have created one custom table. there is one field called zflag ( TYPE C - length 1). This field will contains values either 'R' or ' '.

I have one module pool program. In that I have field called doc number. As soon ad user press F4 on doc number field, search help will displayed.

field zflag is added to that serach help and it is working fine.

But user wants show this field as check box in search help.

Could you pls help me how to place check box in place of text field.

Thanks in advance

Regards

Raghu

Edited by: r badveli on Feb 17, 2009 10:38 PM

4 REPLIES 4

former_member156446
Active Contributor
0 Kudos

Hi I have tried creating a search help with

selection method: ICON

and parameters : ID and name and it shows all the icon in the table ICON... try to convince saying you will show that field in red light or green light based on the value... and you need to write a search help exit to polulate the data in that popup screen by using table ICON.

Former Member
0 Kudos

Anyone has any idea about this?

As soon as I press F4 on document no field, It will display one pop-up window with search help restrictions.

In the search help restrictions ... I have added one flag field . But we nedd that text field as check box.

How can we acheive this?

Thanks.

0 Kudos

Hi,

Try to define the field you want to show as checkbox in the table in which you have defined this table with type XFELD in table definition. It should automatically show you with the check box. I have never tried this but may work.

Rgds.

0 Kudos

I tried with datatype XFELD. But no use. still it is displaying text field only.

Thanks

Edited by: r badveli on Feb 18, 2009 5:31 PM