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: 

Table Control ICON click

Former Member
0 Kudos

Hi,

In table control, I have a column with ICON. if I click (single) on the icon it has to take me to the related transaction. Can any one suggest me how to do that.

Thanks in Advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

use button for icon and give function code for button

this may be solve your problem

3 REPLIES 3

Former Member
0 Kudos

Hi,

use button for icon and give function code for button

this may be solve your problem

0 Kudos

I am creating the Icon Dynamically, So I can not change the table control column as Button.

0 Kudos

Hi

If you want to manage a ok-command that colunm has to be designed as button, but u can insert an ICON dynamically just as u're doing now

Max