April 24, 200718 yr Hi all, Can I create the field when every time I click the print button, the field will show me whois the Account Name print this record before. Thank for help! print_stamp.zip
April 24, 200718 yr Most certainly. You'll need to script the print process, and only allow users to use your print script (custom menus is ideal for this). The script will, as part of the print process, add the account name to the end of the field each time it is used. It'd look something like this: Go to Layout [ print layout ] Print [] Set Field [ Printed by ; "Printed by & "¶" & Get( AccountName )" ]
April 27, 200718 yr Author Thank for response, your script just only who last print in the page but I need to keep the history of print. Can this done? like the first person A print after that the person B print again, can I record all of them who print? Edited April 27, 200718 yr by Guest
April 27, 200718 yr Look at the expression in the Set Field: it creates a return-delimited list of the account names in the order they run the script.
Create an account or sign in to comment