Here's the code:
Code: Select all
global varLastBlock
put "/PDAForm" & varLastBlock & ".pdf" into tFirstPath
replace return with empty in tPDFpath
put specialFolderPath("documents") & tFirstPath into tPDFPathMike
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
global varLastBlock
put "/PDAForm" & varLastBlock & ".pdf" into tFirstPath
replace return with empty in tPDFpath
put specialFolderPath("documents") & tFirstPath into tPDFPathCode: Select all
put "/PDAForm" & varLastBlock && the ticks & ".pdf" into tFirstPath