ParameterFormatRequiredName

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber ParameterFormatRequiredName(ref SalString sParameterName)

The ParameterFormatRequiredName method is used to create alternative names for parameters. By default, a parameter name is always validated in uppercase and is therefore not "user friendly" when shown.

Parameters

Name Description
ref SalString sParameterName The visible name of the parameter

Returns

This method does not return a value.

Example

add new C# coding example

Function: ParameterFormatRequiredName
   Action
      If sParameterName = 'ORDER_NO'
         Set sParameterName = TranslateConstant( TEXT_AttributeOrderNo )