Category: Design
Syntax: LayoutIDs ( fileName ) |
Parameters:
fileNameA string or text expression that represents the name of an open file. It can include a file extension, but doesn need one.
Data type returned: Text
Description:
Returns a carriage returndelimited list of all the internal layout IDs for the specified file. The list is ordered according to the current layout order, not the creation order.
LayoutIDs are assigned in sequential order beginning at 1. The original files LayoutIDs are retained when older databases are converted to FileMaker Pro 8.
Examples:
Function | Results |
---|---|
LayoutIDs (Get(FileName)) | Might return a list of values that looks like this: |
3 | |
9 | |
10 | |
24 | |
13 | |
28 |
: FileMaker Specifications
FileMaker 8 Product Line
Specifications and Storage Limits
Field Types and Import/Export Formats
: Calculation Functions
Working with Calculations Primer
Calculation Signatures
Calculation Functions
: Custom Functions
Custom Functions Primer
Useful Custom Functions
: Script Steps
Scripting Primer
Script Step Reference
: Quick Reference
FileMaker Error Codes
FileMaker Keyboard Shortcuts
FileMaker Network Ports
FileMaker Server Command Line Reference
FileMaker XML Reference
: Other Resources
Where to Go for More Information