Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

any way to have filemaker print certain record twice and another not?

Status
Not open for further replies.

machtenx

IS-IT--Management
Dec 2, 2003
54
0
0
US
Is there anyway I could put up a flag in the record to tell filemaker that when it prints this record it should make "x" copies?
 
Make a global field that hold your 'x' to print.
Put your printscript inside a loop with 'exit loop if - your counter = 0

For info using the loop function see online FM help.

You can also 'copy' the 'to print' area in a same layout, but I prefer the 'looptechnique'.

HTH

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top