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

Not able to change the column width in table control using mouse

vipulsood
Explorer
0 Likes
1,216

Hello,

There is a table control in a screen and I'm not able to change the column width using the mouse. The moment I press enter after changing, it takes it original length. Can anyone help.

Regards,

Vipul

Hello,

There is a table control in a screen and I'm not able to change the column width using the mouse. The moment I press enter after changing, it takes it original length. Can anyone help.

Regards,

Vipul

6 REPLIES 6
Read only

Former Member
0 Likes
908

Hi,

The moment you press Enter the PAI will be triggered and executes whatever code you have written in PAI.

After this again PBO of this screen is executed and it returns the coordinates of the screen to original state how it was displayed before.

So in the attributes section check the boxes holddata and hold position. It will retain the changed coordinates.

Hope this helps.

Thanks and regards.

Aswath.

Read only

0 Likes
908

Hi Aswath,

I tried checking those options. But it didnt work

Read only

0 Likes
908

Hi,

I too have a program where in one screen table control is there. but for me after switching to other screen and come back or pressing enter is not returning to original column width. It is retaining the changed width only. Show your user command code.

thanks.

Aswath.

Read only

Former Member
0 Likes
908

Hi,

After giving the co ordinates.save it and go back and come again.The screen will be turned into green.It will be as your given length.

Regards,

Karthik.R

Read only

chundru_ravindra
Participant
0 Likes
908

Hi,

In the Attributes of Table Control check Resizing Vertical and Horizontal Checkboxes.

Regards,

Ravindra.

Read only

0 Likes
908

Its already checked