Equinox Online Help - Language Reference - A to Z
IsRecord |
|
|---|---|
| Applies to | ![]() |
| Syntax | IsRecord |
| Action | [Function] Checks if there is a record selected in the current table. |
| Scope | Usable anywhere. |
| Notes | This function returns True if the Equinox database manager has a record selected in the current table. |
| Category | Record 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 |
