Questions King Posted April 24, 2007 Posted April 24, 2007 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
Vaughan Posted April 24, 2007 Posted April 24, 2007 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 )" ]
Questions King Posted April 27, 2007 Author Posted April 27, 2007 (edited) 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, 2007 by Guest
Vaughan Posted April 27, 2007 Posted April 27, 2007 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.
Recommended Posts
This topic is 6412 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now