Category: Get
Syntax: Get ( PortalRowNumber ) |
Parameters: None
Data type returned: Number
Description:
Returns the number of the currently selected portal rowA case where either the row itself is selected (highlighted in black) or the cursor is actively sitting within a field in the portal.
When no portal row is selected, Get (PortalRowNumber) returns 0.
Get(PortalRowNumber) should be used to determine with which row a user is working.
Examples:
When the user clicks on the third row of a portal,
Get (PortalRowNumber)
returns 3.
When the user clicks out of the portal onto the layout itself,
Get (PortalRowNumber)
returns 0.
: 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