johnnymagee69
Programmer
The Xtal report shows all clauses for a contract with a subreport that show each contract clause. This subreport consists of a single field - 'clausetext' of type varchar(1024).
But...each clausetext can be of different length. How can I eliminate the whitespace at the end of each clause so that they flow like this:-
"clauseA:rhubarb,rhubarb"
"clauseB:rhubarb,rhubarb,rhubarb,rhubarb,rhubarb,rhubarb,rhubarb,rhubar,brhubarb,rhubarb"
rather than like this:-
"clauseA:rhubarb,rhubarb
"
"clauseB:rhubarb,rhubarb,rhubarb,rhubarb,rhubarb,rhubarb,rhubarb,rhubar,brhubarb,rhubarb"
But...each clausetext can be of different length. How can I eliminate the whitespace at the end of each clause so that they flow like this:-
"clauseA:rhubarb,rhubarb"
"clauseB:rhubarb,rhubarb,rhubarb,rhubarb,rhubarb,rhubarb,rhubarb,rhubar,brhubarb,rhubarb"
rather than like this:-
"clauseA:rhubarb,rhubarb
"
"clauseB:rhubarb,rhubarb,rhubarb,rhubarb,rhubarb,rhubarb,rhubarb,rhubar,brhubarb,rhubarb"