A_CURRENT_FIELD.NAME_GET Function
/documentation/pages/Ref/Api/Functions/Document Types/DBF/Field Functions/A_CURRENT_FIELD.NAME_GET Method.xml
Returns the name of the current field
Creating a Field Rule Event
/documentation/pages/Guides/Desktop/Design/Data/FieldRules/Creating a Field Rule Event.xml
Events are pre-named Alpha Anywhere actions that are associated with certain Alpha Anywhere components. For example, clicking on a button on a form initiates an event called OnPush. When you click on a field, form or browse, a series of events happen. This series includes the OnArrive event for the field you clicked on, and the OnDepart event for the field you left. Alpha Anywhere lets you attach Xbasic code that executes when specific events like these occur.
FIELD.NAME_GET Function
/documentation/pages/Ref/Api/Objects/Database/Field/FIELD.NAME_GET Method.xml
The .NAME_GET() method returns the Field_Name of a field referenced by the object pointer.
table.NAME_GET Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.NAME_GET Method.xml
Get the name or alias of the table.
INDEX.NAME_GET Function
/documentation/pages/Ref/Api/Objects/Database/Index/INDEX.NAME_GET Method.xml
Gets the index tag name.
table.FIELD_NAME_GET Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.FIELD_NAME_GET Method.xml
Retrieve field names in a cr-lf separated list.
Prompt for a Field Name
/documentation/pages/Guides/Desktop/Design/Prompt/Prompt for a Field Name.xml
The Prompt for a Field Name action will prompt the user for a field name and store it in a variable.
tbiObj.getCurrentPaneName Method
/documentation/pages/Ref/Client_Api/TabbedUI/getCurrentPaneName Method.xml

Gets the current TabbedUI pane name.

TABLE.EXTERNAL_FIELD_NAME_GET Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.EXTERNAL_FIELD_NAME_GET Method.xml
Retrieve external tables field names (and other optional info) in a cr-lf separated list.
Find Tables that Contain a Field Name
/documentation/pages/Guides/Desktop/Design/Data/FieldRules/Find Tables that Contain a Field Name.xml
This utility displays the Table Finder dialog. Use this dialog to find tables that contain named fields.