Customize the filename field code

C

Cheddarbug10

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?
 
P

Peter Jamieson

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top