Link to home
Start Free TrialLog in
Avatar of basilhs_s
basilhs_s

asked on

powerbuilder , opensheet , messagebox

i am using the following opensheet command to open a window
opensheet(w_p10000,w_mdi_main,0,original!)
when i am using the command messabox("1","1") to send a message , when i respone to the message dialogue , w_p10000 is minimized. when i recall it it does not appear in the same position (X,Y) where it was before the execution of messagebox command
these things do not happen if use the
open(w_p10000) command instead of the opensheet

What am i doing wrong?



ASKER CERTIFIED SOLUTION
Avatar of sandeep_patel
sandeep_patel
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of basilhs_s
basilhs_s

ASKER

when i created w_p10000 window from scratch everything worked ok
I am more curious to know if center property worked in your new window without code to arrange the window in center.