Page 1 of 1

to UpperCase

Posted: Sun Apr 06, 2008 8:15 am
by leif
How do I change the text in some datafields to UpperCase?
Best regards
Leif Linding

to UpperCase

Posted: Sun Apr 06, 2008 9:39 am
by Brendan
You can use the built-in string functions for .NET

Code: Select all

{Customers.CustomerName.ToUpper()}
Or you can use the built-in string functions for StimulReport

Code: Select all

{ToUpperCase("joe bloggs")}