ORACLE FORMS builder

孤街浪徒 提交于 2020-03-24 02:54:08

问题


i'm having a problem when trying to MAXIMIZE ORACLE forms builder's window ; i've tried all the right commands ( set_windw_property ) also i've edited the formsweb.cfg file (width , hieght and separate) . Can anyone help me with such an issuse ??

Kindly note that i'm using - Forms [32 Bit] Version 10.1.2.0.2 (Production); on windows 7 .


回答1:


Have you tried setting the MDI properties?

On MS-Windows, Forms run inside a Windows Multiple-Document Interface (MDI) window. You can use SET_WINDOW_PROPERTY on the window called FORMS_MDI_WINDOW to resize this MDI (or any other named) window.

set_window_property(FORMS_MDI_WINDOW, WINDOW_STATE, MAXIMIZE);

Source: http://www.orafaq.com/wiki/Forms_FAQ



来源:https://stackoverflow.com/questions/2768956/oracle-forms-builder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!