PA_GetCurrentPage

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_GetCurrentPage short

ParameterTypeDescription
This command does not require any parameters
Function resultshortCurrent page number

Description

The routine PA_GetCurrentPage returns the current page number of the current layout.

Example

Open a file and change the title bar.

   if(PA_GetCurrentPage() > 2000)
      PA_ReturnString("Don't you think this form is a little bit too heavy?");

See Also

No reference.

Error Handling

Use PA_GetLastError to see if an error occurred


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next