Example:
Code: Select all
Restrictions
CODE5
CODE5
CODE5
CODE5 CORP
CODE5
Code: Select all
Restrictions
CODE5
CODE5
CODE5
CODE5 CORP
CODE5
Code: Select all
//pui.set("D_19_54", get("D_19_54") + " " + get("D_19_60") + " " + get("D_20_66") + " " + get("D_20_72"));
Code: Select all
for (var row=7; row<=22; row ++) {
var field1 = "D_" + row + "_54";
var field2 = "D_" + row + "_66";
var field3 = "D_" + row + "_72";
hideElements(field2, field3);
applyProperty(field1, "width", "185px");
//getObj(field1).style.border = "thin solid #000000";
pui.set(field1, get(field1) + " " + get(field2) + " " + get(field3));
}
If it's just one field, but Genie is splitting it into two, it must mean that you have inserted a hex code into the field? Maybe you stuck one in there to change the color or one of the other display attributes in the middle of the field? If you do that, Genie will not be able to tell that there's only one field there. The attribute code (hex code) is what tells it where output fields stop/start.
Users browsing this forum: No registered users and 0 guests