Skip to content

Instantly share code, notes, and snippets.

@viniciusmelocodes
Last active March 18, 2022 14:13
Show Gist options
  • Save viniciusmelocodes/ffa160405ab877426d323d77b147ddbf to your computer and use it in GitHub Desktop.
Save viniciusmelocodes/ffa160405ab877426d323d77b147ddbf to your computer and use it in GitHub Desktop.
Fast Report Delphi
[
IIF(Length(<MASTER."CNPJ_CPF">) = 11,
FormatMaskText('000\.000\.000\-00;0;_', <MASTER."CNPJ_CPF">),
FormatMaskText('00\.000\.000\/0000\-00;0;_', <MASTER."CNPJ_CPF">),
)
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment