Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

Opening a RichTextEdit control over terminal services is slow – PB Docs 2022 – PowerBuilder Library

Opening a RichTextEdit control over terminal services is slow – PB Docs 2022

Opening a RichTextEdit control over terminal services is
slow

Phenomenon

Opening a window with the new RTE control over Terminal Services
is very slow.

Scenario 1

Published PowerBuilder RemoteApp over Terminal Services.

  • Allow client printer redirection.

  • Use the client default printing device.

  • Use the Remote Desktop Easy Print print driver first.

  • Open a PowerBuilder Application.

  • Open a window that has the new RTE control.

Scenario 2

Access a Remote Desktop that has the PowerBuilder Application
installed.

tr_035.jpeg

  • Open Remote Desktop.

  • Open a PowerBuilder Application.

  • Open a window that has the new RTE control.

Workaround 1

tr_036.jpeg

  1. Open Server Manager.

  2. Select “Remote Desktop Services”.

  3. Select the Collection where your application has been
    published.

  4. On the “Properties” section, Click on the “Tasks”
    dropdown.

  5. Choose “Edit Properties”.

  6. Expand the “Client Settings”.

  7. De-select the checkbox for “Use the client default printing
    device” option.

Workaround 2

On the PowerBuilder application:

  1. Delete the RichTextEdit Control from the window.

  2. Add Functions:

    Global External Functions

  3. Add Instance Variables:

    Instance Variables

  4. Add code to the Open event of your window:

    Open Event

  5. Add code to the PreOpen User Event:

    ue_PreOpen

  6. Add code to the PostOpen User Event:

    ue_PostOpen

This allows the window to open and creates the RTE Control after
finishing opening the window.


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x