Equinox Online Help - Language Reference - A to Z

Home

CurrentTableName

Applies to
SyntaxCurrentTableName
Action[Function] Returns the current table.
ScopeUsable anywhere
Notes

This function returns the name of the current table.

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

This method (attached to an After Any Save event on a form) logs changes to the database in a trace file.

PrintDevice "database.Log"
Print "Record changed via", CurrentGroupName,
Print "in table", CurrentTableName