Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to read inputs like username and password using tMsgBox in UI& further i want to use those values.......please suggest me any way to achieve this
use onSubjobOk between tMasgBox and tJava
Will contain your result.
((String)globalMap.get("tMsgBox_1_RESULT"))
i am trying save msgbox input in tjava ....but in tmsgBox i am getting warning as " input is required for tmsgbox..what could be the reason ??
use onSubjobOk between tMasgBox and tJava
Will contain your result.
((String)globalMap.get("tMsgBox_1_RESULT"))