ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Uwe Koloska <uwe.koloska@mailbox.tu-dresden.de>
Subject: Re: forms and printing
Date: Sun, 27 May 2001 00:32:03 +0200	[thread overview]
Message-ID: <01052700320301.26828@bilbo> (raw)
In-Reply-To: <3.0.6.32.20010525213100.01281b30@server-1>

Am Freitag, 25. Mai 2001 21:31 hast du geschrieben:
> At 01:05 PM 5/25/01 +0300, Dan Seracu wrote:
> >Hi all!
> >
> >I am having the same problem trying to make an envelope (the form is for
> >address). When I print the page, the forms comes empty.
> >
> >Anyone has some hints?
>
> option=printable  % or ={printable,blabla,moremore,...}
>
> should do the trick, but this is a also viewer dependent.

You have to use this option with \setupfields or \setupfield
Here comes a minimal example:

\setupoutput[pdftex]
\setupinteraction[state=start]
\setupfields[reset]
\setupfields[][][][option=printable]
\setupfield[Textfeld][width=7cm,height=25pt]
\definefield[Name][line][Textfeld]
\starttext
Mein Test mit Forms

\field[Name]
\stoptext

Uwe

-- 
mailto:koloska@rcs.urz.tu-dresden.de
http://rcswww.urz.tu-dresden.de/~koloska/
--                                    --
right now the web page is in german only
but this will change as time goes by ;-)


      reply	other threads:[~2001-05-26 22:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-05  0:07 Uwe Koloska
2001-05-25 10:05 ` Dan Seracu
2001-05-25 19:31   ` Hans Hagen
2001-05-26 22:32     ` Uwe Koloska [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=01052700320301.26828@bilbo \
    --to=uwe.koloska@mailbox.tu-dresden.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).