Search results

  1. R

    Resizing of controls on a form

    OpenEdge v11.3.0 I want to be able to resize the controls on a form as the user sizes the form. Using Dock and Anchor seems like a lot of work, mainly because of all the panels you have to add and then setting the relevant properties to all of them! In addition to changing the size and...
  2. R

    WebBrowser OCX - Invalid handle. Not initialized or points to a deleted object. (3135)

    Have found the answer. Set the webbrowser control as the activecontrol then System.Windows.Forms.SendKeys:Send( "~{PGUP~}"). System.Windows.Forms.SendKeys:Send( "~{PGDN~}"). Discovered that the ~ character is need to make Progress read then{} as lietral characters.
  3. R

    WebBrowser OCX - Invalid handle. Not initialized or points to a deleted object. (3135)

    Hi, No only a single tab open displaying a PDF. Thanks. Richard.
  4. R

    WebBrowser OCX - Invalid handle. Not initialized or points to a deleted object. (3135)

    Hi, Newbie question! I have a webbrowser control on a form and it displays a PDF. The application is going onto a touchscreen computer and I need the user to able to scroll through the document. Have set a variable:- DEFINE PRIVATE VARIABLE hWebBrowser AS...
Top