Copy link to clipboard
Copied
I need a java-script to print the current Document-Name
I trried event.value = this.path.slice(i, this.path.length - 4);
but it do not work.
Your solution doesn't help!
This will output the document number of the stamp. But I would like to have the document number of the document to be stamped!
Copy link to clipboard
Copied
event.value = this.documentFileName;
Copy link to clipboard
Copied
Your solution doesn't help!
This will output the document number of the stamp. But I would like to have the document number of the document to be stamped!
Copy link to clipboard
Copied
Use this:
event.value = event.source.source.documentFileName;
In the future, try being a bit more polite when asking for help... I didn't notice this was supposed to be in a stamp (although you did mention it in the title). These things happen.
Copy link to clipboard
Copied
Sorry
This is my first time in this forum and I'm surprised at how quickly I received a competent answer.
I promise to express myself more precisely in the future.
Thank you for your help