Page History
Process and Function Definitions
When working with processes, you should be aware of the following:
...
- A process named CUSTPROC01 would be renamed STPROC01.
- A process named MUSTPROC01 would be renamed STPROC01.
- System commands can be attached to menus or action bars. However, these commands have meaning only to a specific operating system. This means that Windows commands have no meaning to IBM i just as IBM i commands will have no meaning in Windows.
- If you change the x_defppp.h file, all entry level processes should be recompiled
- DO NOT ignore warnings issued by the FFC (Full Function Checker) and code generators.
- If a partition has Display panel ids and Show date/time turned on, then for a given panel, if the panel id, date/time and panel title exceeds 60 characters the panel id will be dropped.
- Remember, functions are generated in C.
- Message handling is different.
Message Handling
When working with message handling with Visual LANSA, you should be aware of:
...