Hello,
I am running a web application using Powerser and Powerbuilder2019 as my IDE.
How do i enable MDI window to have scroll bars on web browser?
Thank you in advance.
with kind regards,
Mathews
Hello,
I am running a web application using Powerser and Powerbuilder2019 as my IDE.
How do i enable MDI window to have scroll bars on web browser?
Thank you in advance.
with kind regards,
Mathews
Hi, Matthews -
It might be helpful to you to spend a few minutes to review the capabilities of the Multiple Document Interface (MDI) frame window, sheet windows and how they interact. Here's a link to a concise overview:
https://docs.appeon.com/appeon_online_help/pb2019/application_techniques/ch05.html
Regards, John
Hi Mathews,
1) in w_main properties, make sure that WindowType is "mdi!";
2) in w_find_statement properties, make sure that WindowType is "main!"
3) in open event of w_main call OpenSheet(w_find_statement properties, this, 1, Layered!)
Best,
.m
P.S.
Regarding your "I have StaticHyperLink in w_main": a MDI window (w_main) should be empty.
Hi Mathews,
Please open a support ticket in the support portal and please provide a test case, Many thanks in advance.
https://www.appeon.com/standardsupport/
Regards,
ZhaoKai
Hello,
I have updated PowerServer2019 to build 2151, but i can not still scroll.
And i just set MDI window (w_find_statement) to use horizontal & vertical scroll bars in the Window Painter's properties pane.
i have StaticHyperLink in w_main, when a user link on it, it open w_fund_statement.
Now i want w_fund_statement to have scroll bars on the browser, also remember both w_main and w_fund_statement are both MDI.
According to your response, how do i open window with openSheet?
Thank you !
I am using firefox.
I want to update my powerserver to build 2151 then test with it.
Have you tried a different browser?
Chris seems to be using Chrome and you seem to be using Firefox?
HIH
Hi Mathews,
Please try to solve this issue by follow steps below.
1 Open the MDI window in PB IDE, and go to Properties > Scroll tab to checked both HScrollBar and VScrollBar opention.
2 Using opensheet to open window object.
Then a scrollbar would show when the window contents over the browser size.
Regards,
ZhaoKai
Hi Matthews;
That works for me (tested using PS 2019 - build 2151) ...
Regards ... Chris
Hi Mathews;
Just set your MDI Frame window to use horizontal & vertical scroll bars in the Window Painter's properties pane.
Regards ... Chris