Hi all,
The following formula creates a room and schedule number for a list of clients as such: 4.3, 1.2, where 4 and 1 are room numbers and 3 & 2 are client numbers. On my development workstation they display as expected, but on other workstations is appends ".00" to the end so the display is "4.3.00" and "1.2.00". It appears that Crystal is interpreting this formula as a number and adding two place decimals. I tried to have another formula reference this one and again use the "totext" function to prove to Crystal that it is not to be treated as a number.
Any ideas?
[red] totext(right({rm.ROOM}, len({rm.ROOM})-instrrev({rm.ROOM}, " ") + "." + totext(RmCounter)); [/red]
The following formula creates a room and schedule number for a list of clients as such: 4.3, 1.2, where 4 and 1 are room numbers and 3 & 2 are client numbers. On my development workstation they display as expected, but on other workstations is appends ".00" to the end so the display is "4.3.00" and "1.2.00". It appears that Crystal is interpreting this formula as a number and adding two place decimals. I tried to have another formula reference this one and again use the "totext" function to prove to Crystal that it is not to be treated as a number.
Any ideas?
[red] totext(right({rm.ROOM}, len({rm.ROOM})-instrrev({rm.ROOM}, " ") + "." + totext(RmCounter)); [/red]