Creating a Table and Exporting Selected Records to the Back-End
/documentation/pages/Guides/Desktop/Design/Data/SQL/Creating a Table and Exporting Selected Records to the Back-End.xml
The following script selects records from the Alpha Sports customer.dbf table and writes them to a new table named "CustomerX" in the Access AlphaSport.mdb database.
End Script
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic Action Scripting/End Script.xml
The End Script action ends the current script. You do not need to enter this at the end of every script. It is used to terminate a script as the result of a branch or condition.
BROWSE.END Function
/documentation/pages/Ref/Desktop_Api/Layout/Browse/BROWSE.END Method.xml
The .END() method moves the focus to the end of the row as if the user had pressed the End key.
.TABLE_ALIAS
/documentation/pages/Ref/Api/Objects/Database/Set/SET.TABLE_ALIAS.xml
The .TABLE_ALIAS method returns a pointer to a table in a set.
DatabaseEnd Function
/documentation/pages/Ref/Api/Functions/SQL Helper Functions/SQL Events/DatabaseEnd Function.xml
Called at the end of processing for a database level update.
Xbasic Enter Record
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic Action Scripting/Xbasic Enter Record.xml
The Xbasic Enter Record action adds a record without opening a form or browse. The user never has to be aware that changes were made.
Enter a New Record
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic Action Scripting/Records/Enter a New Record.xml
The Enter a New Record action creates and displays a new, empty record for the user.
End Method
/documentation/pages/Ref/Api/Objects/Server/Context/Response/End Method.xml
Completes response with no further processing
thread.Profiler_End Method
/documentation/pages/Ref/Api/Objects/System/Thread/Profiler_End Method.xml
Stop profiling for the thread and write the results.
EnterCode Methods
/documentation/pages/Ref/Client_Api/UX/enter code control methods.xml/index.xml
Methods available for the JavaScript object for an Enter Code control.