Printing question
Kenneth Brody
kenbrody at spamcop.net
Thu Oct 22 10:36:31 PDT 2009
Brandt Eppler wrote:
> Ken,
>
> OK and thanks!!
>
> I have the printer filename being made up from a field ie field 1 = node name
>
> the NN variable is blank it does not hold the value due to the @once.
>
> any ideas?
>
> ::nn(10,*,g)=1:
> @once::
> ::PRINTER FILE "/appl/output/"{NN{"_bu_check":
> ::end:
[...]
The first time through this code, in @ONCE, field nn is blank. Then, for
every record that goes through output processing, you reset the output file
name again, using field 1 from that record as the value.
--
Kenneth Brody
More information about the Filepro-list
mailing list