2012 Feb 14 10:16 AM
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
2012 Feb 14 10:26 AM
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.
2012 Feb 15 12:08 PM
2012 Feb 15 1:01 PM
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.
2012 Feb 14 10:53 AM
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
2012 Feb 14 11:20 AM
Hi,
In the Attributes of Table Control check Resizing Vertical and Horizontal Checkboxes.
Regards,
Ravindra.
2012 Feb 15 12:04 PM