I want to open the window with opensheet().
And I used the pfc_n_cst_resize.of_SetOrigSize() in base.
The window not fill screen when I running the project.
How should I improve or pay attention?
* Original! change to Layered! : The window can fill the screen. Datawindow and object can't auto change size in the window. |
window:
w_sheet lw_prog
Opensheet(lw_prog , 'WindowName', gnv_app.of_getframe() , 0 , Original! )
base window:
inv_resize = create pfc_n_cst_resize
inv_resize.of_SetOrigSize(Width, Height - 150)
I check pfcmain.pbl properties, "8.0 PFC Window services" in comments.
Should I upgrade PFC for all?