File not found:

#_PDFPathFileName#

User: [#client.id#] #client.user# #client.email#

select con.contentpath, fsc.filename from tbl_DOC_Documents doc with (nolock) inner join qryContentFullPathLookup con on con.ContentID = doc.ContentID inner join tbl_FSC_Content fsc on fsc.ContentID = doc.ContentID where doc.OwnerID = and doc.fsl_tablecode = 'MFR' and doc.docid = select con.contentpath, fsc.filename from tbl_prd_repository rep with (nolock) inner join qryContentFullPathLookup con on con.ContentID = rep.ContentID inner join tbl_FSC_Content fsc on fsc.ContentID = rep.ContentID where rep.OwnerID = and rep.ownerType = 'MFR' and rep.fileid = #trim(form.message)# #trim(form.message)#

Spec Sheet Count: #qrySpecs.recordcount#

Demo Login: #iif(client.demoLogin,de('YES'),de('No'))#

From: #fixEmailAddress(_preparedFromAddress)#

User email: #_from#

To: #fixEmailAddress(form.to)#

Bcc Sender: #form.ccMyself#

Subject: #TRIM(form.subject)#

Message:
#trim(form.message)#