We are using Hummingbird Document Management. On our templates I am using
the "filename" field code but it is taking the verbiage from the "name" field
in HummingBird where I only want the number. Is there a way to customize the
"filename" field code to delete text I don't want?
No, but you can use VBA to create either a Document Property or Document
Variable (let's call it "docnumber") that contains the necessary number,
then use a
{ DOCPROPERTY docnumber } field or
{ DOCVARIABLE docnumber } field
to insert it wherever you want in your document.
Peter Jamieson
> We are using Hummingbird Document Management. On our templates I am using
> the "filename" field code but it is taking the verbiage from the "name"
> field
> in HummingBird where I only want the number. Is there a way to customize
> the
> "filename" field code to delete text I don't want?