Entry Point: CT270LEG - Color Configuration
Scope: | Microsiga Protheus 10, Microsiga Protheus 11 |
Versions: | Microsiga Protheus 10, Microsiga Protheus 11 |
Compatible Countries: | All |
Operating Systems: | All |
Compatible with the Databases: | All |
Languages: | Portuguese (Brazil) , Portuguese (Portugal) , Spanish , English |
Description:
This entry point returns a collection of colors for specific situations in the Offline Allocations History.
Event
It occurs within the Offline Allocations Registration function.
Source Program
CTBA270.PRW
Syntax
CT270LEG - Color configuration ( [ 1 ] ) --> aCT270Cores
Parameters:
Name | Type | Description | Default | Mandatory | Reference | ||||||||||||
1 | Numeric | Number 1 |
Return
aCT270Cores(array_of_record)
array with specific colors for specific situations
Examples
IF ValType(aCT270Cores) == "A" .AND. Len(aCT270Cores) > 0 FOR nX := 1 to len(aCT270Cores) aAdd(aCores,aCT270Cores[nX]) NEXT ENDIFENDIF