Sets the document “Subject” property
XFRX#INIT::setSubject(tcvalue) XFRX#LISTENER::setSubject(tcvalue)
Parameters
tcvalue
Document subject.
Examples
LOCAL m.lnErr m.loXFRX=EVALUATE([xfrx("XFRX#INIT")]) m.lnErr=m.loXFRX.SetParams("some.pdf",,,,.T.,,"PDF") m.loXFRX.setSubject("invoice from VIP customer") IF m.lnErr=0 ENDIF