I don't see how to get the time in the print header either. You could get it on the first page like this
dt = currentdatatable();
textbox(format(today(),"Locale Date Time h:m:s", 23, 0))<<journal;
dt<<journal;
currentjournal()<<savepdf("$temp/test.pdf");
currentjournal()<<closewindow;
open("$temp/test.pdf")
Good wish list item.
edit: you'll want to deselect any selected columns and rows if you want everything printed, and you'll want to start with an empty journal.
Craige