Hi Geoff,
I saw your post, looked at the scripts in the 'print field' stack. Wow,
it seems so complicated. From what I could glean, it seems you cannot
just print a field, you have to put the stuff into a card, and print
the card.
So anyway, my problem is, I have a scolling field that is larger than
the visible portion of the card. Thus, when I print the card, only part
of the field shows up.
What I would like to do is something very simple like,
repeat with line_count = 1 to the number of lines in field "Results"
print line line_count in field "Results"
end repeat
But this is incorrect for the print command, it only seems to take a
card as an argument.
Would you have any suggestions for me? Perhaps I have something else in
my (simplistic) print routine that is messing me up. This is the code:
on mouseUp
set the formatForPrinting of this stack to true
set printScale to 0.75
set printMargins to 20,72,20,72
set printRotated to true
answer printer
print this card
set the formatForPrinting of this stack to false
set printRotated to false
end mouseUp
Thank you in advance for any suggestions.
Sadhu
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.