cancel
Showing results for 
Search instead for 
Did you mean: 

icons in adobeforms

Former Member
0 Kudos

Hi,

i need to display a table in adobe forms ,in one column of the table i have to show icons (Ex: green ,red,yellow) dynamically

i wrote some logic and i moved the icon to the filed of table but it's showing its value not an icon.

Please somebody help on this.

Thanks in advacne..

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

what type of table field is that, make it an image field and bind it to xstring value of the icon

Former Member
0 Kudos

hi,

i took only image field in designing but it showing nothing in the output of table ..

Former Member
0 Kudos

are you using any script for it, is it an interactive form. can you please post the picture of your field properties and binding

Former Member
0 Kudos
Former Member
0 Kudos

try as below

1) bind your image field to a string attribute(lv_img_str) instead to xstring

2) encode icon(xstring) value to base64 with

call function 'ssfc_base64_encode'

     exporting

          bindata   =   lv_icon

     importing

          b64data  =   lv_img_str

Former Member
0 Kudos

hi arshid,

can please elobarate it.