SETPAGINGCOLORS()

  

DEVELOPER

 

 

Purpose

.SetPagingColors() method allows you to change the alternating row colors in smooth Paging Screen.

Object Type

Client

Syntax

Variable = Client.SetPagingColors("Color One","Color Two")
 

Operation

Variable is a numeric scratch variable for the return code value.
Color One
is the color of the initial row and every other row thereafter.
Color Two
is the color of the second row and every other row thereafter.
 

Remarks

 

Example

To set the color 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