Equinox Online Help - Language Reference - A to Z

Home

CurrentGroupName

Applies to
SyntaxCurrentGroupName
Action[Function] Returns the name of the current form group.
ScopeOnly usable in form methods.
Notes

This function returns the object name of the current form group.

CategoryForms
See Also ChangeEditLine, ChangeGroup, ChangeObject, ChangePage, CurrentEventName, CurrentGroupName, CurrentObjectName, CurrentPageName, DefaultHelp, EnableGroup, EnablePage, Get, IsPageScroll, NextObjectName, Set, SetDefaultHelp, SetEquinoxTitle, SetPageScroll, SetPageTitle, ShowPage
Example

This method (attached to the Before Any Save event) stores changes to the table in a trace file.

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