From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/1107 Path: main.gmane.org!not-for-mail From: "Haseloff, Lutz" Newsgroups: gmane.comp.tex.context Subject: AW: \field[] in tabulate environment Date: Thu, 28 Oct 1999 07:30:18 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <0F3313EC125AD311981100105AB3A75D1079E9@N0795.mdf.fvbb.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035391947 29886 80.91.224.250 (23 Oct 2002 16:52:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:52:27 +0000 (UTC) Original-To: ntg-context@ntg.nl Xref: main.gmane.org gmane.comp.tex.context:1107 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:1107 > Remind me to solve this (I have to add the trialrun switch). > Quick hack: \newbox\MyBox \MyBox{\field[...]} outside and \copy\MyBox > inside the table. > Hans \setupoutput [pdftex] \setupinteraction[state=start] \setupfield [TextSetup4] [width=5cm,height=7mm] \definefield [Dat] [line] [TextSetup4] \starttext \newbox\DatBox \DatBox{\field[Dat]} \copy\DatBox \stoptext it doesn´t work as expected. there is ever a "T" in front of the field. if i use \copy\DatBox in the table, the field (with the "T" in front of) appears on top of the text area. What i´m doing wrong? Lutz