import.css=/download/attachments/327912/newLayout.css |
Entry Point: CT270LEG - Color Configuration
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:
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 |