PAGINGMODEL |
DEVELOPER |
|
|
Purpose |
.PagingModel allows you to specify for the application object a new look and feel to all subsequent paging screens without having to modify the properties of each paging cycle. |
Syntax |
Setting: Application.PagingModel = Value |
Operation |
Value is an alphanumeric variable or string literal |
Remarks |
The setting will take effect from the next function. Developers can override the paging cycle property for a cycle in Logic or in the development environment. Value can be "Classic" or "Standard". |
Example |
To give all Paging screens displayed after this function a modern look: To achieve the same result using a variable: |
Topic ID: 510079