DayBackForFileMaker

Printing

DayBackForFileMaker.Printing History

Hide minor edits - Show changes to output

Changed lines 3-4 from:
!!!FileMaker 16
Unfortunately, FileMaker 16 does not support printing web viewers, so the best option is printing a screenshot of the calendar view. It is possible, however, to automate saving these screenshots to pdf; check out this post for more info: [[https://www.seedcode.com/printing-web-viewers-filemaker-16/ | Printing Web Viewers in FileMaker 16]]. Otherwise, you can keep a system running FileMaker 15 to print the web viewer directly.
to:
!!!FileMaker 16+
Unfortunately, FileMaker 16+ does not support printing web viewers, so the best option is printing a screenshot of the calendar view. It is possible, however, to automate saving these screenshots to pdf; check out this post for more info: [[https://www.seedcode.com/printing-web-viewers-filemaker-16/ | Printing Web Viewers in FileMaker 16]]. Otherwise, you can keep a system running FileMaker 15 to print the web viewer directly.
May 15, 2018, at 04:45 PM by dw - printing in 16 blog link
Changed lines 4-6 from:
Unfortunately, FileMaker 16 does not support printing web viewers, so you'll either need to print a screenshot of the calendar view or have a system running FileMaker 15 to print the web viewer directly.

Think FileMaker should fix this?
%newwin% [[https://www.filemaker.com/company/contact/feature_request.html | Give Feedback]] or view the %newwin% [[https://community.filemaker.com/thread/175566 | reported issue]].
to:
Unfortunately, FileMaker 16 does not support printing web viewers, so the best option is printing a screenshot of the calendar view. It is possible, however, to automate saving these screenshots to pdf; check out this post for more info: [[https://www.seedcode.com/printing-web-viewers-filemaker-16/ | Printing Web Viewers in FileMaker 16]]. Otherwise, you can keep a system running FileMaker 15 to print the web viewer directly.

Think FileMaker should fix this in 16
? %newwin% [[https://www.filemaker.com/company/contact/feature_request.html | Give Feedback]] or view the %newwin% [[https://community.filemaker.com/thread/175566 | reported issue]].
November 09, 2017, at 04:59 PM by 192.88.134.15 -
Changed line 6 from:
Think FileMaker should fix this? %newwin% [[https://www.filemaker.com/company/contact/feature_request.html | Feedback]] or %newwin% [[https://community.filemaker.com/thread/175566 | Reported issue]].
to:
Think FileMaker should fix this? %newwin% [[https://www.filemaker.com/company/contact/feature_request.html | Give Feedback]] or view the %newwin% [[https://community.filemaker.com/thread/175566 | reported issue]].
November 09, 2017, at 03:42 PM by 192.88.134.15 -
November 09, 2017, at 03:42 PM by 192.88.134.15 -
Changed line 6 from:
Think FileMaker should fix this? %newwin% [[https://www.filemaker.com/company/contact/feature_request.html | Feedback]] or %newwin% [[https://community.filemaker.com/community/discussions/report-an-issue | Report an issue]].
to:
Think FileMaker should fix this? %newwin% [[https://www.filemaker.com/company/contact/feature_request.html | Feedback]] or %newwin% [[https://community.filemaker.com/thread/175566 | Reported issue]].
November 09, 2017, at 03:40 PM by 192.88.134.15 -
Changed line 6 from:
Think FileMaker should fix this? %newwin% [[https://www.filemaker.com/company/contact/feature_request.html | Feedback]].
to:
Think FileMaker should fix this? %newwin% [[https://www.filemaker.com/company/contact/feature_request.html | Feedback]] or %newwin% [[https://community.filemaker.com/community/discussions/report-an-issue | Report an issue]].
November 09, 2017, at 03:33 PM by 192.88.134.15 -
Added lines 5-6:

Think FileMaker should fix this? %newwin% [[https://www.filemaker.com/company/contact/feature_request.html | Feedback]].
Changed line 4 from:
Unfortunately, FileMaker 16 does not support printing web viewers anymore, so you'll either need to print a screenshot of the calendar view or have a system running FileMaker 15 to print the web viewer directly.
to:
Unfortunately, FileMaker 16 does not support printing web viewers, so you'll either need to print a screenshot of the calendar view or have a system running FileMaker 15 to print the web viewer directly.
June 12, 2017, at 04:30 PM by KC Embrey - Added FM16 note
Added lines 2-6:

!!!FileMaker 16
Unfortunately, FileMaker 16 does not support printing web viewers anymore, so you'll either need to print a screenshot of the calendar view or have a system running FileMaker 15 to print the web viewer directly.

!!!FileMaker 13-15
May 16, 2016, at 04:54 PM by Dan Wheelon - Added section about printing within a script
Changed lines 23-31 from:
DayBack user Robert Parker told us about a really cool alternative method for printing your DayBack calendar view. It uses the "copy from Preview Mode" FileMaker trick, but with a couple of twists. Read about it and add your comment on our [[https://www.seedcode.com/support/viewtopic.php?f=40&t=4127&p=11210#p11210|forum]].
to:
DayBack user Robert Parker told us about a really cool alternative method for printing your DayBack calendar view. It uses the "copy from Preview Mode" FileMaker trick, but with a couple of twists. Read about it and add your comment on our [[https://www.seedcode.com/support/viewtopic.php?f=40&t=4127&p=11210#p11210|forum]].

!! The calendar is blank when printing in a script!

DayBack's webviewer triggers a FileMaker script to gather your event data when navigating to the calendar layout. If there is an active script (running or paused) when the webviewer attempts to trigger the script, your events will not be loaded.

To get around this, separate out everything after your "Go To Layout" step into a second script. Then, after that "Go To Layout" step in your first script, use an "Install OnTimer Script" step calling the second script. Set the timer interval to 6 seconds; you can likely reduce the interval, so test with different values after the script is working. Be sure to put an empty "Install OnTimer Script" step at the top of your second script, so that the timer does not continue to run!

This will allow DayBack's scripts to fire properly (loading your events), followed by the rest of your scripted print process.
January 21, 2015, at 04:51 PM by 142.4.217.188 -
Changed line 23 from:
DayBack user Robert Parker told us about a really cool alternative method for printing your DayBack calendar view. It uses the "copy from Preview Mode" FileMaker trick, but with a couple of twists. [[https://www.seedcode.com/support/viewtopic.php?f=40&t=4127&p=11210#p11210|Read more...]]
to:
DayBack user Robert Parker told us about a really cool alternative method for printing your DayBack calendar view. It uses the "copy from Preview Mode" FileMaker trick, but with a couple of twists. Read about it and add your comment on our [[https://www.seedcode.com/support/viewtopic.php?f=40&t=4127&p=11210#p11210|forum]].
January 21, 2015, at 04:50 PM by 142.4.217.188 -
Changed lines 19-23 from:
The list view won't automatically "keep up" with the day, week, and month views so you'll need to build the found set to be printed by hand, or write scripts to find just the events you want to print.
to:
The list view won't automatically "keep up" with the day, week, and month views so you'll need to build the found set to be printed by hand, or write scripts to find just the events you want to print.

!!A user-submitted alternative printing method

DayBack user Robert Parker told us about a really cool alternative method for printing your DayBack calendar view. It uses the "copy from Preview Mode" FileMaker trick, but with a couple of twists. [[https://www.seedcode.com/support/viewtopic.php?f=40&t=4127&p=11210#p11210|Read more...]]
January 10, 2015, at 01:05 AM by 142.4.217.187 -
Changed lines 7-11 from:
-> '''2.''' On this new layout click on the web viewer and remove the object anchors in the Inspector's position tab (under "autosizing").

-> '''3.''' Make the webviewer as large or as small as you want to fill your page. For example, a webviewer 570 tall by 730 wide fills an 8.5 x 11 horizontal page nicely at 100% (depending on your page margins). Note that you can remove the "Required objects" off screen to the left of the calendar for this simple printed version.

-> '''4.'''
That's it. Now print from this layout--either by hand or with a script--and you'll be all set.
to:
-> '''2.''' Remove the two rectangular objects behind the webviewer--one warning about working in find more, and then other with a link to these instructions =).

-> '''3.''' On this new layout click on the web viewer and remove the object anchors in the Inspector's position tab (under "autosizing").

-> '''4.''' Make the webviewer as large or as small as you want to fill
your page. For example, a webviewer 570 tall by 730 wide fills an 8.5 x 11 horizontal page nicely at 100% (depending on your page margins). Note that you can remove the "Required objects" off screen to the left of the calendar for this simple printed version.

-> '''5
.''' That's it. Now print from this layout--either by hand or with a script--and you'll be all set.
January 10, 2015, at 12:23 AM by 142.4.217.187 -
Changed lines 3-5 from:
The calendar will print whatever is on screen so the only challenge with printing is to get the screen to fit on a sheet of paper. You'll likely want to hide the calendar's [[sidebar]] and set FileMaker's page set up to horizontal. Then change the scale to 60%.

%center% %width=440% https://www
.seedcode.com/rootimages/stikipad/dayback/pagesetup.png
to:
Webviewers don't print when they're anchored to opposing sides of a layout so in order to print DayBack you'll want to make a new, simple layout for printing. Here's how:

->
'''1.''' Duplicate the calendar layout.

->
'''2.''' On this new layout click on the web viewer and remove the object anchors in the Inspector's position tab (under "autosizing").

-> '''3
.''' Make the webviewer as large or as small as you want to fill your page. For example, a webviewer 570 tall by 730 wide fills an 8.5 x 11 horizontal page nicely at 100% (depending on your page margins). Note that you can remove the "Required objects" off screen to the left of the calendar for this simple printed version.

-> '''4.''' That's it. Now print from this layout--either by hand or with a script--and you'll be all set.
Changed lines 1-5 from:
!! How can I change the way then calendar prints?

We print calendar screens using
the layout "Calendar - no Side Menu". So you can make some changes there, but remember that this is also the layout you use in browse mode when you hide the calendar's side bar, so you probably won't want to make radical changes here.

If you do want a print layout that is radically different from the screen version, consider duplicating the "Calendar - no Side Menu" layout and making a version of it just for printing (adjust the script "Print Calendar Screen" to use your new layout instead of  "Calendar - no Side Menu")
.
to:
!! Any Tips for Printing DayBack?

The calendar will print whatever is on screen so
the only challenge with printing is to get the screen to fit on a sheet of paper. You'll likely want to hide the calendar's [[sidebar]] and set FileMaker's page set up to horizontal. Then change the scale to 60%.

%center% %width=440% https://www
.seedcode.com/rootimages/stikipad/dayback/pagesetup.png
August 19, 2012, at 11:48 PM by 50.132.84.245 -
Changed lines 9-11 from:
Using such a custom print list layout is really the only way to print ''all'' the information about an event. The calendar's grid-based screens are just too constrained to print more than a small part of an event, or a small number of the events for a day.
to:
Using such a custom print list layout is really the only way to print ''all'' the information about an event. The calendar's grid-based screens are just too constrained to print more than a small part of an event, or a small number of the events for a day.

The list view won't automatically "keep up" with the day, week, and month views so you'll need to build the found set to be printed by hand, or write scripts to find just the events you want to print
.
August 06, 2012, at 03:41 AM by 50.132.84.245 -
Changed lines 7-9 from:
Remember that you can also print the Event List layout if you want to see more records than can show up on a month view (for example). Sorting this layout by Start Date, Resource, or Status reveals one of the subsummary parts which can make the layout a bit easier to read. Here again you might consider duplicating this layout and using it as the basis for your own layout used only for printing.
to:
Remember that you can also print the Event List layout if you want to see more records than can show up on a month view (for example). Sorting this layout by Start Date, Resource, or Status reveals one of the subsummary parts which can make the layout a bit easier to read. Here again you might consider duplicating this layout and using it as the basis for your own layout used only for printing. Such a layout might have a taller body part so that long event descriptions can print without being truncated.

Using such a custom print list layout is really the only way to print ''all'' the information about an event. The calendar's grid-based screens are just too constrained to print more than a small part of an event, or a small number of the events for a day
.
May 22, 2012, at 01:41 PM by 50.132.84.245 -
Changed lines 5-7 from:
If you do want a print layout that is radically different from the screen version, consider duplicating the "Calendar - no Side Menu" layout and making a version of it just for printing (adjust the script "Print Screen" to use your new layout instead of  "Calendar - no Side Menu").

Remember that you can also print the Event List layout if you want to see more records than can show up on a month view (for example). Sorting this layout by Date reveals on of the subsummary parts which can make the layout a bit easier to read. Here again you might consider duplicating this layout and using it as the basis for your own layout used only for printing.
to:
If you do want a print layout that is radically different from the screen version, consider duplicating the "Calendar - no Side Menu" layout and making a version of it just for printing (adjust the script "Print Calendar Screen" to use your new layout instead of  "Calendar - no Side Menu").

Remember that you can also print the Event List layout if you want to see more records than can show up on a month view (for example). Sorting this layout by Start Date, Resource, or Status reveals one of the subsummary parts which can make the layout a bit easier to read. Here again you might consider duplicating this layout and using it as the basis for your own layout used only for printing.
January 19, 2010, at 05:22 AM by 76.22.123.157 -
Changed lines 3-4 from:
We print most calendar screens using the layout "Calendar - no Side Menu". So you can make some changes there, but remember that this is also the layout you use in browse mode when you hide the calendar's side bar, so you probably won't want to make radical changes here.
to:
We print calendar screens using the layout "Calendar - no Side Menu". So you can make some changes there, but remember that this is also the layout you use in browse mode when you hide the calendar's side bar, so you probably won't want to make radical changes here.
December 27, 2009, at 01:27 AM by 76.22.123.157 -
Added lines 1-7:
!! How can I change the way then calendar prints?

We print most calendar screens using the layout "Calendar - no Side Menu". So you can make some changes there, but remember that this is also the layout you use in browse mode when you hide the calendar's side bar, so you probably won't want to make radical changes here.

If you do want a print layout that is radically different from the screen version, consider duplicating the "Calendar - no Side Menu" layout and making a version of it just for printing (adjust the script "Print Screen" to use your new layout instead of  "Calendar - no Side Menu").

Remember that you can also print the Event List layout if you want to see more records than can show up on a month view (for example). Sorting this layout by Date reveals on of the subsummary parts which can make the layout a bit easier to read. Here again you might consider duplicating this layout and using it as the basis for your own layout used only for printing.
(855) SEEDCODE
[email protected]
Follow us: