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

Table control + Hot spot

Former Member
0 Likes
1,178

Hi!

I want to develop hotspot in Table control. It means when i make ONE click on the field i want to go to PAI.

I've set properties:

1. "Responds double click" in field properties.

2. In dialog status F2 have PICK code.

But now only double click works (

Hi!

I want to develop hotspot in Table control. It means when i make ONE click on the field i want to go to PAI.

I've set properties:

1. "Responds double click" in field properties.

2. In dialog status F2 have PICK code.

But now only double click works (

5 REPLIES 5
Read only

Former Member
0 Likes
914

hi,

i think hotspot is not possible in module pool as we selecting respond to double click....

Read only

0 Likes
914

So how can i make the field to respond on SINGLE click?

Read only

0 Likes
914

i think its not possible ..

u have to double click....

No property like hotspot in module pool

Read only

0 Likes
914

If you have the column of the TC as a button, then a single click will trigger a function code which you can then act upon.

Jonathan

Read only

Former Member
0 Likes
914

Hi,

HOTSOPT is available with reports only. But the default function key for double click is F2. So you may handle the double click and process logic according to that in user command.

Regards,

Renjith Michael.