如何在oracle forms 10g中居中显示我的窗口?
下面是我的代码,它不能工作:
set_window_property(forms_mdi_window, window_state, maximize);
set_window_property('window1',x_pos,(get_window_property(forms_mdi_window,width)-get_window_property('window1',width))/2);
set_window_property('window1',y_pos,(get_window_property(forms_mdi_window,height)-get_window_property('window1',height))/2);你知道为什么吗?谢谢。
https://stackoverflow.com/questions/51296952
复制相似问题