SteveS Posted April 17, 2003 Posted April 17, 2003 I hope someone can help me. I developed a Filemaker 4.0 Runtime database and installed it on a LAN network. The network stations have various types of printers attached. This causes printing problems with milti-page documents. The page breaks do not work properly at some of the workstations. Is there a script that I could use to address this problem?
cjaeger Posted April 18, 2003 Posted April 18, 2003 duplicate - please do not post twice! you may store the page setup for every printer (maybe scaled for some printers at 98 %) and call those different page setup,restore scripts before printing. if patterncount(status(currentPrinter);"Epson")>0 do script "Pagesetup_Epson" else do script "Pagesetup_Laser" endif print ---- or set the page margins manually to the widest margins on the network
Recommended Posts
This topic is 7893 days old. Please don't post here. Open a new topic instead.