FritzOK Posted January 19, 2003 Posted January 19, 2003 I have a layout that I want to view a list of names, stacked or 1 on each line. But when I print that as a label (separate layout), I don
jasonwood Posted January 19, 2003 Posted January 19, 2003 You need two layouts. Use a script for the printing and you'll never have to see the printing layout. Edited: Woops I'm sorry I didn't read your question correctly. Here's one way to do what you're asking, there may be a better way... You could set up a temporary global field for the printing layout and then use a script to put the names in there, separated by commas, one by one. ie: every time you print you run a script, that script loops through the records and adds each name to the global field one by one, then goes to the printing layout and prints it.
Recommended Posts
This topic is 7970 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