Code: Select all
on mouseUp
ask file "Save PDF as:" with "Results.pdf" if it is empty then exit mouseUp
open printing to PDF it
print card "Orientation" of stack "Untitled 1" into the printRectangle
print break
print card "P-TA" of stack "Untitled 1" into the printRectangle
print break
print card "RetroGrade" of stack "Untitled 1" into the printRectangle
print break
print card "Concentration" of stack "Untitled 1" into the printRectangle
print break
print card "Memory" of stack "Untitled 1" into the printRectangle
close printing
revMail "livecodemobile@runrevcom",,"Daily Symptom Log", field "TestScore"
end mouseUp