Forum Discussion
hkim5
Staff
5 years agowhat are you supplying as the argument for the function in your unit3 (so what are you passing for the parameter TZisApp)
function TZISAPPLogOn(TZisApp){
let wndUniMDIFormLogOn = TZisApp.MDIClient.wndUniMDIForm;
- if TZisApp is the name of your testedapplication, why do you need the argument within your function?
- the Variable of TZisApp that you set in the other units dont seem to be global (so they are within the scope of the separate units only; i dont know enough about the syntax of the language you are using to give you suggestions on how to do this, but a google search should yield results here "how to make global variable in x language")