ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* forms and printing
@ 2001-05-05  0:07 Uwe Koloska
  2001-05-25 10:05 ` Dan Seracu
  0 siblings, 1 reply; 4+ messages in thread
From: Uwe Koloska @ 2001-05-05  0:07 UTC (permalink / raw)


Hello,

is ist possible to use forms that can be filled out by the user and then 
printed?  Or is the only use to send the filled out form with the help of 
javascript to a webpage/script?

I have tried a simple example (thanks Lutz) and the uptodate 1.  All things 
that are inside a textline for example are not in the postscript output of 
the page ...

I have also tried to use the standard postscript fonts -- but no success.

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 ;-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: forms and printing
  2001-05-05  0:07 forms and printing Uwe Koloska
@ 2001-05-25 10:05 ` Dan Seracu
  2001-05-25 19:31   ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Seracu @ 2001-05-25 10:05 UTC (permalink / raw)
  Cc: NTG ConTeXt

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?

Dan Seracu

-----Mesaj original-----
De la: owner-ntg-context@let.uu.nl
[mailto:owner-ntg-context@let.uu.nl]În numele Uwe Koloska
Trimis: 5 mai 2001 03:08
Catre: ntg-context@ntg.nl
Subiect: forms and printing

Hello,

is ist possible to use forms that can be filled out by the user and then
printed?  Or is the only use to send the filled out form with the help of
javascript to a webpage/script?

I have tried a simple example (thanks Lutz) and the uptodate 1.  All things
that are inside a textline for example are not in the postscript output of
the page ...

I have also tried to use the standard postscript fonts -- but no success.

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 ;-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: forms and printing
  2001-05-25 10:05 ` Dan Seracu
@ 2001-05-25 19:31   ` Hans Hagen
  2001-05-26 22:32     ` Uwe Koloska
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2001-05-25 19:31 UTC (permalink / raw)
  Cc: Uwe Koloska, NTG ConTeXt

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. 

Next months i will start extending field / javascript support [eventually i
want to make a proper computer assisted learning environment], 

Hans
-------------------------------------------------------------------------
                                  Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: forms and printing
  2001-05-25 19:31   ` Hans Hagen
@ 2001-05-26 22:32     ` Uwe Koloska
  0 siblings, 0 replies; 4+ messages in thread
From: Uwe Koloska @ 2001-05-26 22:32 UTC (permalink / raw)


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 ;-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-05-26 22:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-05  0:07 forms and printing Uwe Koloska
2001-05-25 10:05 ` Dan Seracu
2001-05-25 19:31   ` Hans Hagen
2001-05-26 22:32     ` Uwe Koloska

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).