I have been trying to do the following in the display string:
take
Balance to Plaintiff - $1,000.00
and display it as:
Balance to Plaintiff: $1,000.00
I want to show the first part on the far left (left justify) and the balance on the far right (right justify)of the display string.
I have tried several trimleft and trimright etc.. and looked though the forum but do not know if this is possible within the string. My current display string is as follows:
"Balance to Plaintiff" & " - " & {@Balance to Plaintif-STOB}
As always any ideas would be appreciated. Thanks in advance.
take
Balance to Plaintiff - $1,000.00
and display it as:
Balance to Plaintiff: $1,000.00
I want to show the first part on the far left (left justify) and the balance on the far right (right justify)of the display string.
I have tried several trimleft and trimright etc.. and looked though the forum but do not know if this is possible within the string. My current display string is as follows:
"Balance to Plaintiff" & " - " & {@Balance to Plaintif-STOB}
As always any ideas would be appreciated. Thanks in advance.