Open topic with navigation
This method is used to retrieve the name of the application parent container previously set by the ui.Interface.setContainer() method:
DISPLAY ui.Interface.getContainer()
or
DEFINE cStr CHAR(20)
LET cStr = ui.Interface.getContainer()
DISPLAY cStr