 | ICommenceDatabaseGetReverseName Method |
Uses Commence preference information and reverses the name if appropriate.
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxstring GetReverseName(
string itemName,
int prefFlag
)
Function GetReverseName (
itemName As String,
prefFlag As Integer
) As String
Parameters
- itemName
- Type: SystemString
Commence item name. - prefFlag
- Type: SystemInt32
If the PrefFlag parameter is 1,
then the Customize / Preferences / Other / Name Field setting is used to determine if names should be reversed.
If the PrefFlag parameter is left blank or is set to 0,
then the command uses the Reverse Name checkbox value of
the latest invocation of Tools-Send Letter and reverses the name if appropriate.
Return Value
Type:
StringReverse name, if applicable.
See Also