Hi All,
In my add-on i have created some controls in Employee Master Data and in that what i did is changed the font size from Font Size 10 to Font 14.
Other than the Employee Master Data screen all of the other user and system form is getting changed accordingly. Here also the size of the controls are getting modified but the width and the height does not getting expanded.
For that i have given a logic as ,
If oApplication.SBO_Application.FontHeight = "14" Then
aForm.Resize(aForm.Items.Item("btnPAYDel").Left + 2550, aForm.Items.Item("btnPAYDel").Top + 100)
End If
But here the problem is it takes only the height and the i get a scroll bar vertically but the width is not able to calculate and hence the horizontal scroll bar does not appears.
I have also attached the screen shots of Font size 10 and Font Size 14.
Help me solving this issue.
Regards,
Janani