Equinox Online Help - Language Reference - A to Z

Home

IsRecord

Applies to
SyntaxIsRecord
Action[Function] Checks if there is a record selected in the current table.
ScopeUsable anywhere.
Notes

This function returns True if the Equinox database manager has a record selected in the current table.

CategoryRecord location
See Also CountRecords, CurrentTableName, FindRecord, FindRecordLock, GroupFindRecord, IsLookup, IsSameRecord, Lookup, LookupWrite, SameRecord
Example

This method, attached to a This Button event, switches into edit mode on the current record. If there is no current record, a new record is created.

If IsRecord Then StartEdit Else StartInsert