Applies To: |
|
Summary: |
The PageNext() or PagePrev() functions will fail to work if the names of the pages you are attempting to display are longer than 16 characters. |
Solution: |
A workaround for the problem is to use
PageDisplay() with the PageInfo() function.
Example // Display Previous page - i.e. PageInfo(5) returns the name of the previous page PageDisplay(PageInfo(5)); // Display Next Page - i.e. PageInfo(6) returns the name of the next page PageDisplay(PageInfo(6)); CIT has confirmed this to be a problem in Citect for Windows version 5.30. This problem has been fixed in version 5.30 Service Pack A. |
Keywords: |
Related Links
Attachments