Titlecase formulas

edited March 2020 in FastReport .NET

Hello


i have a problem with "Titlecase" formulas


i used this formulas like this


[TitleCase([BarcodeTable.VariantItemExplanation1])]


But result is Upper case again


How can i used this formulas

Comments

  • TitleCase does not reduce letters, so as not to ruin the text (for example, abbreviations).

    You can wrap your text first in LoverCase and then use TitleCase. For example:

    [TitleCase(LowerCase([BarcodeTable.VariantItemExplanation1]))]

  • Hello

    Thank you :-)

  • Hello, how can I put only the first letter of a sentence in uppercase?

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.