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.
Colour One
is the colour of the initial row and every other row thereafter.
Colour Two
is the colour of the second row and every other row thereafter.
 

Remarks

 

Example

To set the colour of the alternating rows to red and black in a smooth Paging Screen:

      #RC = Client.SetPagingColors("red","black")

 

Comment on this topic

Topic ID: 510117