10-05-2010, 07:25 AM
How can you make certain fields, and optionally the entire document, read-only, and when in the logic is this done? Searched in manual, not very helpful on this topic in terms of usage example. Any help on this would be beneficial.
Trying to make certain fields “read only” programmatically “on the fly” where user can’t type in any text within the fields.
We tried PDF.setReadOnly(“tbFieldnamewewantreadonly”)
And just PDF.setReadOnly().
We also looked at setFDFFixed, but this has to be used with setFDFFileIn, and aren’t using FDF.
All unsuccessful.
We are trying to set certain fields, and optionally all fields on the document read-only within this context.
PDF.setOutFile(FilePath)
PDF.setDataPDF(FileMaster) 'Master PDF template file
Dim rslt As Object
rslt = PDF.buildPDF
Trying to make certain fields “read only” programmatically “on the fly” where user can’t type in any text within the fields.
We tried PDF.setReadOnly(“tbFieldnamewewantreadonly”)
And just PDF.setReadOnly().
We also looked at setFDFFixed, but this has to be used with setFDFFileIn, and aren’t using FDF.
All unsuccessful.
We are trying to set certain fields, and optionally all fields on the document read-only within this context.
PDF.setOutFile(FilePath)
PDF.setDataPDF(FileMaster) 'Master PDF template file
Dim rslt As Object
rslt = PDF.buildPDF