Hi all, please have a look at my attached example. I've two problems. 1) After I fill one field in the PDF-file all other fields inherit the text. How can I prevent this? 2) The text in the left column an the text in the field are not on the same baseline. The field-text is slightly higher. Thank you in advance Andreas
2010/8/31 Andreas Harder
Hi all,
please have a look at my attached example. I've two problems.
1) After I fill one field in the PDF-file all other fields inherit the text. How can I prevent this?
The fields are all the same. You can: \dorecurse{31}{\definefield [hours#1] [line] [setup] [] []} \def\Feld#1% {\bTR\bTD \date[d=#1,m=8,y=2010][dd,{.},mm,{.},year,~,(,weekday,)] \eTD \bTD \field[hours#1] \eTD\eTR}
2) The text in the left column an the text in the field are not on the same baseline. The field-text is slightly higher.
Thank you in advance
Andreas
Lutz
Am 31.08.2010 um 14:30 schrieb Lutz Haseloff:
1) After I fill one field in the PDF-file all other fields inherit the text. How can I prevent this?
The fields are all the same. You can:
\dorecurse{31}{\definefield [hours#1] [line] [setup] [] []}
\def\Feld#1% {\bTR\bTD \date[d=#1,m=8,y=2010][dd,{.},mm,{.},year,~,(,weekday,)] \eTD \bTD \field[hours#1] \eTD\eTR}
Okay, I see. Thanks a lot! Greeting Andreas
participants (3)
-
Andreas Harder
-
Andreas Harder
-
Lutz Haseloff