> Can anyone suggest a method of printing out the entire contents of a
> scrolling field
Its no walk in the park. The common technique is to copy sections from the
field into a non-scrolling field in an invisble stack, and print that page
by page. But getting the cut-off points correct is tricky, involving use of
formattedHeight/width, and a lot of careful work. I believe 2.3 should have
some enhanced printing features making it easier to do things like this.
> and/or copying to a text file? I can't seem to find an
> explanation from within the MC help file.
put field "example" into URL "file:C:/example.txt"
Or:
ask file "Save file as:"
if it is not empty then put field "my text" into URL ("file:"&it)
Regards,
Kevin
> Thank you,
> Kurt
>
>
> _______________________________________________________________
> Get Free Email and Do More On The Web. Visit http://www.msn.com
Kevin Miller <[EMAIL PROTECTED]> <http://www.xworlds.com/>
Cross Worlds Computing, MetaCard Distributors, Custom Development.
Tel: +44 (0)131 672 2909. Fax: +44 (0)1639 830 707.