Object Manager
Naming Checks
This feature checks the correct naming
‘tmp’ in Name of Temporary Records
Checks if ‘tmp’ is in the name of a temporary record. A warning will be given if a record variable has ‘tmp’ in its name and is not a temporary record. Other way around when a temporary record has no ‘tmp’ in its name also a warning appears. The following name parts will be seen as temporary:
Tmp
Temp
Buf
Buffer
_Comment: Add ‘tmp’, ‘temp’ or ‘buffer’ to variable name
Comment: Remove ‘Temp’ from variable name_
Variable Names
Variable names must start with capital letter. The first and second letter of the name can be lowercase because of the common use of prefixes.
Comment: Start a variable name with a capital
dimensionValue: Not allowed
pCustomer: Allowed
Also spaces in the variable name will be noticed.
Comment: Remove space from variable name
Object Names
Object names have the same check as variable names except for spaces. Double spaces however are noticed.
Field Names
Same checks as Object Names.
Reserved Names
Checks if variable-, field- and function names are conflicting with existing functions and commands.
Comment: ‘CopyFilters’ is a reserved command.
Function Names
Checks if a function name contains spaces.
Comment: Remove space from function name
Double Captions
Checks if the captions of table fields are conflicting.
Related content
IDYN 2024