<- Back to MMQuery function list
MMQuery_GetRecordDataRowCount
- Description
Note: This function is only available in FileMaker Pro 11 and above.
This function returns the number of Rows or Records in the current stored Record Data.- Return Type
- Number
- Format
- MMQuery_GetRecordDataRowCount
- Related Items
- MMQuery_GetRecord, MMQuery_GetRecordDataColumnCount
- Example
Code:
MMQuery_GetRecordDataRowCountResult:
This would return 10 if the current stored Record Data had 10 rows of data.