### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/QUERY-PREPARE-method The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Get Parent XML Node Handle in ABL Source: https://docs.progress.com/bundle/abl-reference/page/GET-PARENT-method The GET-PARENT procedure in ABL returns a handle to the parent XML node. It takes a valid X-noderef handle as input. The example demonstrates how to use GET-PARENT to get the parent node handle, excluding the root element. ```ABL GET-PARENT ( x-node-handle ) hNoderef:GET-PARENT(hNoderefParent) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/CONTEXT-HELP-FILE-attribute The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Get DBCOLLATION by Sequence Number Source: https://docs.progress.com/bundle/abl-reference/page/DBCOLLATION-function Retrieves the collating sequence name for a database using its connection sequence number. For example, DBCOLLATION(1) targets the first connected database. ```ABL DBCOLLATION(1) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/QUERY-TUNING-phrase The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Get Widget Type in ABL Source: https://docs.progress.com/bundle/abl-reference/page/TYPE-attribute This snippet demonstrates how to retrieve the type of a widget using the TYPE attribute in ABL. It shows examples of common widget types and how the attribute returns their specific classifications. ```ABL MESSAGE "WINDOW" "FRAME" "BUTTON" "MENU" "SAX-ATTRIBUTES" "SAX-READER" "SERVER" VIEW-AS ALERT-BOX. ``` -------------------------------- ### Get Database Physical Name using PDBNAME Source: https://docs.progress.com/bundle/abl-reference/page/PDBNAME-function This example demonstrates how to use the PDBNAME function to retrieve the physical name of a database associated with a specific alias. The function takes a character expression (the alias) as input and returns the database's physical name. ```ABL MESSAGE "The current DICTDB is" PDBNAME("DICTDB") + ".db". ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/TENANT-NAME-method The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/CAN-DO-DOMAIN-SUPPORT-attribute The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### ABL: Start OpenEdge Debugger with DEBUG Statement Source: https://docs.progress.com/bundle/abl-reference/page/DEBUG-method This ABL code snippet demonstrates the usage of the DEBUG statement to launch the OpenEdge Debugger from within an ABL procedure. The procedure execution pauses until the debugger session is terminated. The statement returns TRUE upon successful debugger launch and FALSE otherwise. It requires the Application Debugger to be installed. ```ABL DEBUG ( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/USER-DATA-method A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/SERVER-CONNECTION-CONTEXT-attribute The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/WEB-CONTEXT-system-handle The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/Top-property A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/SHOW-IN-TASKBAR-attribute A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/LOAD-DOMAINS-method The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/Progress.Util The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/NEXT-PROMPT-statement A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/QUERY-OPEN-method The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/IGNORE-CURRENT-MODIFIED-attribute A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/FULL-HEIGHT-PIXELS-attribute A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/APPSERVER-INFO-attribute The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/DATE-function A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/LOG-MANAGER-system-handle The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/Batching-property A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/BUFFER-TENANT-ID-function The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/WINDOW-SYSTEM-attribute The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/CAN-DO-DOMAIN-SUPPORT-attribute A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL CREATE Statements Source: https://docs.progress.com/bundle/abl-reference/page/QUERY-PREPARE-method Provides examples of various ABL CREATE statements used for instantiating objects, buffers, tables, and other database or application elements. ```ABL /* Create a temporary table */ CREATE TEMP-TABLE. /* Create a buffer for a table */ CREATE BUFFER. /* Create a dataset */ CREATE DATASET. /* Create a query */ CREATE QUERY. /* Create a widget */ CREATE widget. ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/ADM-DATA-attribute A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/CURRENT-WINDOW-system-handle The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL QUERY-TUNING Example Source: https://docs.progress.com/bundle/abl-reference/page/QUERY-TUNING-phrase An example demonstrating the usage of the QUERY-TUNING phrase within a Progress 4GL FOR EACH statement. This specific example configures the DataServer to use lookahead cursors, sets a cache size of 32K, and enables extended debugging information. ```ABL FOR EACH Customer, EACH Order OF Customer WHERE Order.OrdNum > 20 BY Customer.CustNum QUERY-TUNING(LOOKAHEAD CACHE-SIZE 32768 DEBUG EXTENDED) TRANSACTION: ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/Write-method-MemoryOutputStream A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/CompareTo-method The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/VISIBLE-attribute A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/General-direct-manipulation-events The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/User-property A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/GET-PREV-method The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/TRANSPARENT-attribute A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/BeforeFetchNextBatch-event The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/TRACING-attribute A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/CREATE-DATASET-statement The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/CREATE-SERVER-SOCKET-statement The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/SUPPRESS-WARNINGS-attribute A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL CREATE Statements Source: https://docs.progress.com/bundle/abl-reference/page/BUFFER-TENANT-ID-function Provides examples of various ABL CREATE statements used for instantiating objects, buffers, tables, and other database or application elements. ```ABL /* Create a temporary table */ CREATE TEMP-TABLE. /* Create a buffer for a table */ CREATE BUFFER. /* Create a dataset */ CREATE DATASET. /* Create a query */ CREATE QUERY. /* Create a widget */ CREATE widget. ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/SUPER-PROCEDURES-attribute A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/SELECTION-LIST-widget A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL CREATE Statements Source: https://docs.progress.com/bundle/abl-reference/page/URL-DECODE-method Provides examples of various ABL CREATE statements used for instantiating objects, buffers, tables, and other database or application elements. ```ABL /* Create a temporary table */ CREATE TEMP-TABLE. /* Create a buffer for a table */ CREATE BUFFER. /* Create a dataset */ CREATE DATASET. /* Create a query */ CREATE QUERY. /* Create a widget */ CREATE widget. ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/REPEAT-statement A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/IMPORT-PRINCIPAL-method The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/HasWidgetPool-method The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/Query-object-handle A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/STRETCH-TO-FIT-attribute The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/Progress.Json.ObjectModel A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/PUT-LONG-statement A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL CREATE Statements Source: https://docs.progress.com/bundle/abl-reference/page/ReadDouble-method Provides examples of various ABL CREATE statements used for instantiating objects, buffers, tables, and other database or application elements. ```ABL /* Create a temporary table */ CREATE TEMP-TABLE. /* Create a buffer for a table */ CREATE BUFFER. /* Create a dataset */ CREATE DATASET. /* Create a query */ CREATE QUERY. /* Create a widget */ CREATE widget. ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/ADD-FIRST-method The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/PROCESS-ARCHITECTURE-function A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/COPY-DATASET-method The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/PREPARED-attribute A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/NumHandlerParameters-property A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/SELECTION-LIST-widget The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/FIRST-QUERY-attribute The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/LOG-function A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/ReadDouble-method The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/LOG-THRESHOLD-attribute A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/Add-method-Progress.Util The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/LOAD-DOMAINS-method A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ``` -------------------------------- ### ABL START-DOCUMENT() Method Source: https://docs.progress.com/bundle/abl-reference/page/High-level-widget-events The START-DOCUMENT() method is used to initiate the processing of an XML document. It typically marks the beginning of the document structure and may require specific setup or context. ```ABL START-DOCUMENT( ) ``` -------------------------------- ### Progress 4GL: Get Methods Source: https://docs.progress.com/bundle/abl-reference/page/LITERAL-QUESTION-attribute A collection of 'GET' methods for retrieving various data and configuration values. ```ABL GET-ATTRIBUTE( ) GET-ATTRIBUTE-NODE( ) GET-BINARY-DATA( ) GET-BLUE-VALUE( ) GET-BROWSE-COLUMN( ) GET-BUFFER-HANDLE( ) GET-BYTES-AVAILABLE( ) GET-CALLBACK-PROC-CONTEXT( ) GET-CALLBACK-PROC-NAME( ) GET-CGI-LIST( ) GET-CGI-VALUE( ) GET-CGI-LONG-VALUE( ) GET-CHANGES( ) GET-CHILD( ) GET-CHILD-RELATION( ) GET-CLIENT( ) GET-COLUMN( ) GET-CONFIG-VALUE( ) GET-CURRENT( ) GET-DATASET-BUFFER( ) GET-DOCUMENT-ELEMENT( ) GET-DROPPED-FILE( ) GET-DYNAMIC( ) GET-ERROR-COLUMN( ) GET-ERROR-ROW( ) GET-FILE-NAME( ) GET-FILE-OFFSET( ) GET-FIRST( ) GET-GREEN-VALUE( ) ```