Answered
I am creating a form and I when I click on a checkbox a info message will popup. User can click OK for the message box to disappear.
I am creating a form and I when I click on a checkbox a info message will popup. User can click OK for the message box to disappear.
// Example CodeJSADMDlg1.MAUSER = "";if("ok" == JSADMDlg1.DoDialog()){ console.println("pop1:" + JSADMDlg1.MAUSER);G.TextField1.rawValue = JSADMDlg1.MAUSER.toString();}
George