4
Well I’m needing to print a bankroll with following. Our number should look like this
15/200020-3.
That same number is saved in the BD thus: 152000203.
How do I put the bar in the 3rd house, and the tracinho 10th?
4
Well I’m needing to print a bankroll with following. Our number should look like this
15/200020-3.
That same number is saved in the BD thus: 152000203.
How do I put the bar in the 3rd house, and the tracinho 10th?
2
What I did to solve my problem was this:
I used a formula to display the field in the report in the desired format. Select Formula Field.Enter the name for the formula and click OK
{boleto1.nossonumero} [1 to 2]+"/"+{boleto1.nossonumero} [3 to 8]+"-"+{boleto1.nossonumero} [9 to 9]
Links with more formatting forms in Crystal Report:
Browser other questions tagged c# crystal-reports
You are not signed in. Login or sign up in order to post.