In Lotusscript' form (IBM Notes 9) I added global variables and is working as expected when used in click event on buttons in the form. .. But when I added a computed-text element, it can't seem to read the global variable of the form. Which means I cannot use these global variables to configure the computed-text's value and Hide-when properties. .. This technique is supposed to simulate the ErrorMsg control in xpage, but I can't get this to use the form's global variable, .. Im thinking of adding a global form which will contain global variables much like the sessionScope in xpage instead .. But maybe someone here has solution, thanks in advanced