What I am wanting to do is to strikethrough an existing part of the form. I could put a dummy blank field over the item and use the strikethrough. I know you can do this manually if you are adding the field to the form in the options tab then type default valuse of ---------
This is what I have so far, but it is not striking through the data.
var oFirst=this.addField({
cName: "FIRST", cFieldType: "text", nPageNum: 0, oCoords: [130.09,705.89,213.89,715.66]
})
oFirst.strikethrough = true;