QUE CORPORATION - Using Filemaker pro X
| < Day Day Up > |
Get(LayoutCount)
Category: Get Syntax: Get ( LayoutCount ) Parameters: none Description: Returns the total number of layouts in the current file. Examples:
Get(LayoutCount)
Returns 3 when there are three layouts in a database file. Comments: Get(LayoutCount) returns the total number of layouts within a file, including hidden layouts and layouts the user doesn't have privileges to see. |
| < Day Day Up > |