May 4, 200619 yr Newbies I designed a form in FMP8 Advanced. The file is shared by about 10 people. On some of the user's computers the form prints just as I designed it. On three computers, it prints with the right edge and the bottom clipped off. I have checked the print settings on FMP and the print settings on the driver and cannot see anything wrong. Have others experienced this problem?
May 4, 200619 yr FileMaker defaults to whatever Page Setup was last used in the file, so it works best to script any printing so that the Page Setup can be preset based on whatever page size and orientation is needed for the particular layout. I use a separate print script for each report and print form, and use buttons to run them. The print scripts then have a Page Setup[Restore; No Dialog] script step that remembers the settings.
Create an account or sign in to comment