Open topic with navigation
This method is used to retrieve the name of the application, which was previously set by the ui.Interface.setName() method:
DISPLAY ui.Interface.getName()
or
DEFINE cStr CHAR(20)
LET cStr = ui.Interface.getName()
DISPLAY cStr