Jump to content
Server Maintenance This Week. ×

Insert date before printing multiple records


This topic is 6527 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have a scripted "print" button that inserts today's date in a field. When I use the button I get the print dialog box and I can select from "Current Record", "Records Being Browsed" (the default), and "Blank Record". When I print all the "Records Being Browsed" I'd like to have the date inserted on all the records but as it is now, it only inserts the date on the first record. Is there any way to have it insert the date on all the records that get printed?

Thanks!

Deborah

Link to comment
Share on other sites

Once you've displayed the records you want printed (Through a find or whatnot) you can use the Replace Field Contents step.

So replace field contents, for the field you want to add the date, with a calculated value:

Get(CurrentDate)

and without a dialog.

That should do it.!

Link to comment
Share on other sites

This topic is 6527 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.