Skip to content

apc-based html (web) console#8

Closed
oisee wants to merge 1 commit intomainfrom
apc-console
Closed

apc-based html (web) console#8
oisee wants to merge 1 commit intomainfrom
apc-console

Conversation

@oisee
Copy link
Copy Markdown
Owner

@oisee oisee commented Dec 15, 2025

No description provided.

Comment on lines +174 to +176
CREATE OBJECT mo_html_viewer
EXPORTING
parent = io_container.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use NEW #( ) to instantiate object.

Suggest following fix,

Suggested change
CREATE OBJECT mo_html_viewer
EXPORTING
parent = io_container.
mo_html_viewer = NEW #( parent = io_container ).

@oisee oisee closed this Dec 15, 2025
@oisee
Copy link
Copy Markdown
Owner Author

oisee commented Dec 15, 2025

it should not change anything except adding 2 new classes in $ZORK_02 and SAPC object (and two services)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant