RangeError: Invalid argument value. Field.display
I cannot identify why I am receiving this message:
ERROR MESSAGE:
RangeError: Invalid argument value.
Field.display:2:Field rdo.Trid:Mouse Enter
SCRIPT: this is a mouse enter script attached to a radio button and manipulates the text field, "txt.HelpPage6".
var help6 = this.getField("txt.HelpPage6");
help6.display = display.visible;
help6.value = "\rNOTE: Although the lender's and owner's premiums will populate automatically when you click here, you may change their values in the 'Premium' field in the cost columns of Section 17.a. or 17.b. To reinstate the auto-generated premiums simply click here again."
COMMENT: This script worked just as intended for three days before this error surfaced and no changes have been made in the relevant fields.
