thread.Xbasic_Trace_Begin Method
/documentation/pages/Ref/Api/Objects/System/Thread/XBasic_Trace_Begin Method.xml
Trace Xbasic execution (if source is available).
thread.Xbasic_Trace_Pause Method
/documentation/pages/Ref/Api/Objects/System/Thread/XBasic_Trace_Pause Method.xml
Pause Xbasic execution tracing for the thread.
thread.Xbasic_Trace_Resume Method
/documentation/pages/Ref/Api/Objects/System/Thread/XBasic_Trace_Resume Method.xml
Continue tracing for the thread after pausing.
thread.Profiler_Reset Method
/documentation/pages/Ref/Api/Objects/System/Thread/Profiler_Reset Method.xml
Clear collected profiling information for the thread.
BROWSE.FORM_VIEW Function
/documentation/pages/Ref/Desktop_Api/Layout/Browse/BROWSE.FORM_VIEW Method.xml
The .FORM_VIEW() method toggles a browse window into a form window.
FORM.BROWSE_VIEW Function
/documentation/pages/Ref/Desktop_Api/Layout/Form/FORM.BROWSE_VIEW Method.xml
The .BROWSE_VIEW() method toggles a form window into a browse window.
Thread Example
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic/Thread Example.xml
This is an example of using background threads. This thread is going to look for a specific file.If that file is found, it will be read in and executed (making the assumption that the text file is an Xbasic script). If the file doesn't exist, the thread will sleep for a while before looking for the file again.
Thread Functions
/documentation/pages/Ref/Api/Functions/System/Thread Functions/index.xml
Alpha Anywhere provides the following thread functions.
thread.Profiler_Format Method
/documentation/pages/Ref/Api/Objects/System/Thread/Profiler_Format Method.xml
Format profiling data collected for the thread and return as a string.
{grid.object}.detailViewRefresh Method
/documentation/pages/Ref/Client_Api/Grid/detailViewRefresh Method.xml
Refresh the data shown in the Detail View by making an Ajax callback to get the current data in the database.