This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Compiler error 'intermixed screen formats'

I am attempting to incorporate a browser control that does what we need it to do.  I generated a def file using NetDefGen.  When I add a screen section entry referencing this control, I get an intermixed screen format error when compiling.  I am using the 10.5 compiler.  Here is the screen section entry:

I can find no reference to this error in the documentation.

  • 0

    I believe it is the @SWWEBVIEW2 . The @ typically refers to a property within a .Net assembly. I take it that you have some WEBVIEW2 copybooks up in special-names that define that control?

    Screen section syntax would be similar to: 03 NetListBox1 "NETCONTROLS", LINE 5, COL 2,
    NAMESPACE IS "NETCONTROLS",
    CLASS-NAME IS "ListBox",
    EVENT PROCEDURE IS NETCONTROL-EVENTS1.

    or use the Create verb:

    CREATE "NetDB"
    NAMESPACE IS "NetDB",
    CLASS-NAME IS "NetDB_MGR",
    CONSTRUCTOR IS CONSTRUCTOR1(DB-PATH, QUERY-STRING),
    HANDLE IS MY-ASSY-HANDLE.

    And you are aware that 10.5.0 has web-browser2 control, which is webview2.

    SW Engineering(QA)  

    Although I am an OpenText employee, I am speaking for myself and not for OpenText.
    If you found this post useful, give it a “Like” or click on "Verify Answer" under the "More" button