This is how I do it with normal input/output fields in Genie:
onclick event for the output field.
Code: Select all
changeElementValue("I_14_76", "X");
pressKey("Enter");
Code: Select all
changeElementValue("I_14_76", "X");
pressKey("Enter");
Code: Select all
var widget = "I_" + (row+6) + "_76";
changeElementValue(widget, "X");
pressKey("Enter");
Users browsing this forum: Google [Bot] and 0 guests