SETPAGINGCOLORS() |
DEVELOPER |
|
|
Purpose |
.SetPagingColors() method allows you to change the alternating row colours in smooth Paging Screen. |
Object Type |
Client |
Syntax |
Variable = Client.SetPagingColors("Colour One","Colour Two") |
Operation |
Variable is a numeric scratch variable for the return code value. |
Remarks |
|
Example |
To set the colour of the alternating rows to red and black in a smooth Paging Screen: #RC = Client.SetPagingColors("red","black")
|
Topic ID: 510117