Hi,
Bob Doan escreveu:
> Hi,
>
>
> On Wed, 2005-08-31 at 10:27 -0300, Everton Luis Berz wrote:
>
>>Why the difference between
>> <BreakFields>
>> <BreakField value="turma_codigo"/>
>> <BreakField value="ies_codigo"/>
>> <BreakField value="reconhecido"/>
>> <BreakField value="turno_turno"/>
>> </BreakFields>
>
>
> This feature should be considered deprecated. I Did this before RLIB
> 1.0 because at that time RLIB could not do expressions.
>
>
>>and
>> <BreakFields>
>> <BreakField value="turma_codigo + ies_codigo + reconhecido +
>>turno_turno"/>
>> </BreakFields>
>>?
>>I tested and the output was different.
>>
>
>
> This is the correct way to do it
>
> Which way works correctly for you?
The second way (expressions).
>
> - Bob
>
>
Thanks,
Everton
|