EmbeddedViewHTML += "<TABLE WIDTH=\"100%\" HEIGHT=\"100%\"><TR><TD ALIGN=\"center\" VALIGN=\"middle\"><FONT><B>Embedded View field with the name '" + this.Name + "' will display here.</B></FONT></TD></TR></TABLE>";
DigitalInkHTML += "<TABLE WIDTH=\"100%\" HEIGHT=\"100%\"><TR><TD ALIGN=\"center\" VALIGN=\"middle\"><FONT><B>Digital Ink field with the name '" + this.Name + "' will display here.</B></FONT></TD></TR></TABLE>";
DigitalInkHTML += "</DIV>";
}
else
{
var DigitalInkObject = getScriptHostQI("IGrooveFormsToolUIDelegatePrivate").CreateInkObject();
if (typeof DigitalInkObject != "undefined" && DigitalInkObject != null)
DigitalInkHTML += "<TABLE WIDTH=\"100%\" HEIGHT=\"100%\"><TR><TD ALIGN=\"center\" VALIGN=\"middle\"><FONT><B>Digital Ink field with the name '" + this.Name + "' should be displayed here. You must have Digital Ink installed in order to use this field.</B></FONT></TD></TR></TABLE>";
UnknownHTML += "An unknown field from a future version of Forms has been added to this form. Please upgrade to the latest version of Groove to enable the field '" + this.Name + "'.";