darkoGj
19th September 2023, 14:37
Hi,
I have few fields in my report script and assigned them some logic in 'before.display' section.
field.free.capacity:
before.display:
free.capacity = txkop201.cale - required.capa
field.required.capa:
before.display:
required.capa = txkop201.capr + txkop201.capc + txkop201.casf + txkop201.case
They work fine, but when I press on one record line, the value of free capacity is changing.
The first image are the normal values, the second image is when the record is clicked once, and the third image is when the record is clicked again.
When I click the refresh button on the session, the values go back as they were in the beginning.
Could it be logic problem or is it something else?
Thanks in advance
I have few fields in my report script and assigned them some logic in 'before.display' section.
field.free.capacity:
before.display:
free.capacity = txkop201.cale - required.capa
field.required.capa:
before.display:
required.capa = txkop201.capr + txkop201.capc + txkop201.casf + txkop201.case
They work fine, but when I press on one record line, the value of free capacity is changing.
The first image are the normal values, the second image is when the record is clicked once, and the third image is when the record is clicked again.
When I click the refresh button on the session, the values go back as they were in the beginning.
Could it be logic problem or is it something else?
Thanks in advance