Hi all,
I´m trying to implement a new report using scripting. However i need to know how can i found the list of Aris Constants their meaning, and value.
For example i´m trying to found an list with variables like :
- Constants.C_BLACK
- Constants.C_TRANSPARENT
- onstants.FMT_BOLD
- Constants.AT_NAME
- Constants.SORT_NONE
- Constants.SORT_NONE,
- etc..
Thanks for all,
Pedro Madureira
M. Zschuckelt on
Take a look in the ARIS Script help: /abs/help/en/script/ba/index.htm#HID_REPORT_CONSTANTS.htm
You find them all there. All of them can be accessed via the Constants object.