I'm having problem with the layout of a window after converting the application to web form. The window contains a datawindow. When I open the window in the internet explorer, initially the layout is ok, but as soon as I click on any control the layout breaks.
It breaks because the browser is opened in full size and it try to resize the objects on the window to bigger size. So I think the problem can be solved if the width and height of the width remains fixed.
I am opening the window using:
Message.StringParm = "w_test"
of_SendMessage("pfc_open")
Is there anyway that I can force force the application to keep the fixed width and height of the w_test window?
I have tried following also, but it does not work (ie. breaks the layout).
OpenSheet (w_test, w_main_frame, 0, original!)