table.ENTER_END Function
/documentation/pages/Ref/Api/Objects/Database/Table/TBL.ENTER_END Method.xml
Completes the creation of a new table record.
TABLE.CREATE_END Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.CREATE_END.xml
The TABLE.CREATE_END() method completes the definition of a table structure that was initiated by the TABLE.CREATE_BEGIN() method, creates the table file, and returns a pointer. After the table file is created, it is opened and ready for use.
table.ENTER_BEGIN function
/documentation/pages/Ref/Api/Objects/Database/Table/TBL.ENTER_BEGIN Method.xml
Initiates an Enter operation to add a new record.
table.BATCH_END Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.BATCH_END Method.xml
Unlocks database file after batched changes.
table.INDEX_CREATE_END Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.INDEX_CREATE_END Method.xml
Complete creation of an index.
table.CHANGE_END Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.CHANGE_END Method.xml
End changes to tables current record.
TableEnd Function
/documentation/pages/Ref/Api/Functions/SQL Helper Functions/SQL Events/TableEnd Function.xml
Called at the end of processing for a table level update.
Exporting a Table to the Back-End
/documentation/pages/Guides/Desktop/Design/Data/SQL/Exporting a Table to the Back-End.xml
This example will show how to export the Alpha Anywhere AlphaSports customer table to the Access AlphaSports database.
thread.Xbasic_Trace_End Method
/documentation/pages/Ref/Api/Objects/System/Thread/XBasic_Trace_End Method.xml
Stop tracing Xbasic code execution.
Field_Rules.Change_End Function
/documentation/pages/Ref/Api/Objects/Database/Field/Field_Rules.Change_End Method.xml
The .Change_End() method indicates that you are finished changing the value of one or more field rules and want to save the changes. Use .RULES_GET() to create the pointer.