Children of FullAPIList in APPX Web

Results from APPX web retrieved at 09:46 (Local)

0DXSubrXmlImport
.XML IMPORT This subroutine processes an XML file and optionally imports it. Added in 5.3.0 Usage: SET 0DX .XML IMPORT = PASS ...
r11 - 12 May 2020 - 16:17 by JeanNeron
0DXSubrXmlPurge
.XML PURGE This subroutine purges the work files associated with an import session. Added in 5.3.0 Usage: SET 0DX .XML PURGE = P...
r3 - 12 May 2020 - 16:17 by JeanNeron
0LASubrClientDisplayFile
.CLIENT DISPLAY FILE This subroutine will download and open a file on the user's PC. Available in Release 5.4.4c and up Usage: PASS status_code ...
r5 - 21 Oct 2016 - 15:15 by AlKalter
0LASubrConvertHtmlToText
.CONVERT HTML TO TEXT This subroutine converts a HTML field to plain APPX text. Release 5.5. higher. Usage: PASS text FIELD...
r3 - 12 May 2020 - 16:28 by JeanNeron
0LASubrDataBadRequest
.DATA BAD REQUEST This subroutine allows you return an error message to the caller. This is only useful when working with the Data API (Release 5.5.0 higher) U...
r2 - 04 Mar 2020 - 17:06 by JeanNeron
0LASubrDataDebugLog
.DATA DEBUG LOG This subroutine allows you to write a free format messages to the debug log. This is only useful when working with the Data API (Release 5.5.0 h...
r2 - 04 Mar 2020 - 16:28 by JeanNeron
0LASubrDataGetParamValue
.DATA GET PARAM VALUE This subroutine allows you to get the value of a field from the URL. This is only useful when working with the Data API (Release 5.5.0 hig...
r2 - 04 Mar 2020 - 16:58 by JeanNeron
0LASubrDataWriteStream
.DATA WRITE STREAM This subroutine allows you to return data to the caller. This is only useful when working with the Data API (Release 5.5.0 higher) Usage: ...
r3 - 20 May 2020 - 13:34 by JeanNeron
0LASubrEnvGetEncodings
.ENV GET ENCODINGS This subroutine populates the ENCODINGS memory file with a list of all known encodings. Added in 6.0. Usage: GOSUB .ENV GET ENCOD...
NEW - 22 Nov 2017 - 12:32 by JeanNeron
0LASubrEnvGetEnv(All)
.ENV GET ENV (ALL) This subroutine returns the value of all environment variables. Available in Release 5.4.7 higher (except for 6.0.0) Usage: GOSUB ...
r2 - 26 May 2020 - 13:11 by JeanNeron
0LASubrFileCsvExport
.FILE CSV EXPORT This subroutine is called to export an APPX file in CSV format. Release 5.4.0 up. Usage: * PASS error_msg FIELD ...
r5 - 26 Sep 2019 - 17:12 by JeanNeron
0LASubrFileCsvImport
.FILE CSV IMPORT This subroutine is called to import data in CSV format into an APPX file. Release 5.4.0 up. Usage: * PASS error_msg ...
r3 - 26 Sep 2019 - 17:13 by JeanNeron
0LASubrFileSetSpecs
.FILE SET SPECS This subroutine will set the specifications of the specified file. This API is available in Release 5.5 higher Usage: * PASS file_...
r4 - 14 Oct 2019 - 15:10 by AlKalter
0LASubrJsonParse
.JSON PARSE This subroutine parses and imports a JSON string (Added in 6.2.0). Usage: PASS JSON String FIELD SHARE? N ...
NEW - 17 May 2022 - 17:26 by MisaghKarimi
0LASubrJsonParseFile
.JSON PARSE FILE This subroutine parses and imports a JSON file. (Added in 6.2.0) Usage: PASS JSON File Path FIELD SHARE? N ...
NEW - 17 May 2022 - 17:26 by MisaghKarimi
0LASubrRbsHierarchyMtce
.RBS HIERARCHY MTCE This subroutine invokes the 'Security Hierarchy Maintenance' program, bypassing the System Administrator requirement (System Administration ...
r3 - 12 May 2020 - 16:08 by JeanNeron
0LASubrRbsProcessSecurity
.RBS PROCESS SECURITY Allows the designer to invoke 'Access Control List Processes' for a particular parent / child pair (System Administration Role Based Se...
r3 - 12 May 2020 - 16:10 by JeanNeron
0LASubrRbsRegen
.RBS REGEN Rebuilds the internal RBS cross reference file for the selected apps. Added in 5.4.7 and 6.0.1. Not present in 6.0.0 Usage: PASS Applic...
r3 - 12 May 2020 - 16:10 by JeanNeron
0LASubrRbsUpdateSecacl
.RBS UPDATE SECACL Allows the designer to update the RBS Access Control file directly. Added in 5.4.7 and 6.0.1. Not present in 6.0.0 Usage: PASS ...
r4 - 12 May 2020 - 16:12 by JeanNeron
0LASubrTextFromUnicode
.TEXT FROM UNICODE This subroutine transcodes a Unicode alpha field into a RAW alpha field. Added in 6.0.0 Usage PASS raw FI...
r5 - 10 Apr 2023 - 12:59 by BrianRyan
0LASubrTextGetUniname
.TEXT GET UNINAME This subroutine returns the name of the specified Unicode character. Added in 6.0.0 Usage PASS unicode_name FIELD ...
r3 - 10 Apr 2023 - 13:00 by BrianRyan
0LASubrTextSetUniname
.TEXT SET UNINAME This subroutine returns the named Unicode character. Added in 6.0.0 Usage PASS unicode_string FIELD SHARE?...
r2 - 10 Apr 2023 - 13:03 by BrianRyan
0LASubrTextToUnicode
.TEXT TO UNICODE This subroutine transcodes a RAW alpha field to a Unicode field. Added in 6.0.0 Usage PASS unicode_field FIELD ...
r2 - 10 Apr 2023 - 13:04 by BrianRyan
0LASubrTextUnicodeComp
.TEXT UNICODE COMP This subroutine compares 2 Unicode fields. Added in 6.0.0 Usage PASS result FIELD SHARE? Y ...
r3 - 10 Apr 2023 - 13:05 by BrianRyan
0LASubrUtilCheckRbs
.UTIL CHECK RBS This subroutine is called to check the security access for the specified user when Role Based Security is used. Added in 5.2.0 Usage: PASS ...
r5 - 19 Nov 2024 - 07:43 by BrianRyan
0LASubrUtilComputeHash
.UTIL COMPUTE HASH This subroutine computes the SHA 2 hash value for the given string. APPX 5.4.5 higher only. Usage: * PASS hash value returned ...
r4 - 04 Dec 2017 - 12:03 by JeanNeron
0LASubrUtilEmail
.UTIL EMAIL This subroutine is called to send an email. Multiple addresses are allowed, as are attachments. This relies on the public domain program 'mutt' to del...
NEW - 23 Jan 2020 - 17:55 by JeanNeron
0LASubrUtilGetMessages
.UTIL GET MESSAGES This subroutine populates the MESSAGES file with any messages that were issued. Added in 5.2.0. Usage: GOSUB .UTIL GET MESSAGES ...
r4 - 25 Feb 2016 - 13:09 by JeanNeron
0LASubrUtilKillSession
.UTIL KILL SESSION Cancels the specified process. Added in 5.4.4 Usage: PASS PID FIELD SHARE? N PASS ...
NEW - 25 Feb 2016 - 12:58 by JeanNeron
0LASubrUtilMarkRewind
.UTIL MARK REWIND This subroutine returns immediately to a previously marked process, closing all processes in between. Usage: PASS mark name ...
NEW - 28 May 2013 - 15:31 by JeanNeron
0LASubrUtilMarkSet
.UTIL MARK SET This subroutine marks the current process with a name so you can return to it later. Usage: PASS mark name FIELD ...
NEW - 28 May 2013 - 15:19 by JeanNeron
0LASubrUtilSecrRest
.UTIL SECR REST This subroutine will restore the Security codes for the selected application(s) from the archive. Release 5.5 and higher only Usage: PASS ...
NEW - 26 Sep 2019 - 17:45 by JeanNeron
0LASubrUtilSecrSave
.UTIL SECR SAVE This subroutine will archive the Security codes for the selected application(s). Release 5.5 and higher only Usage: PASS count ...
NEW - 26 Sep 2019 - 17:44 by JeanNeron
0LASubrUtilSubrClose
.UTIL SUBR CLOSE This utility closes the subroutine you created. Added in 5.2.0 Usage: GOSUB .UTIL SUBR CLOSE * Check for errors IF...
r3 - 25 Feb 2016 - 13:09 by JeanNeron
0LASubrUtilSubrCreate
.UTIL SUBR CREATE This utility adds a subroutine to the Application. Added in 5.2.0 Usage: PASS process_name FIELD SHARE? ...
r6 - 12 May 2020 - 16:16 by JeanNeron
0LASubrUtilSubrDelete
.UTIL SUBR DELETE This utility deletes a subroutine from the Application. Added in 5.2.0 Usage: PASS process_name FIELD SH...
r3 - 25 Feb 2016 - 13:10 by JeanNeron
0LASubrUtilSubrWriteIlf
.UTIL SUBR WRITE ILF This subroutine writes ILF code to a subroutine in the Application. Added in 5.2.0 Usage: PASS ilf_verb FIEL...
r6 - 12 May 2020 - 16:16 by JeanNeron
0LASubrWidgetReloadDatasrc
.WIDGET RELOAD DATASRC This subroutine reloads the data in a Table Widget. Added in 5.2.0 Usage: PASS beg_at_name FIELD S...
r3 - 25 Feb 2016 - 13:08 by JeanNeron
0LASubrXmlWriterCdatStart
.XML WRITER CDAT START This subroutine adds an opening cdata tag in the given XML file. Added in 6.2.0 Usage: PASS XML_stream_name FIELD...
NEW - 25 May 2022 - 16:46 by MisaghKarimi
0LASubrXmlWriterOpen
.XML WRITER OPEN This subroutine creates and opens an XML file. Added in 6.2.0 Usage: PASS XML_stream_name FIELD SHARE? N ...
NEW - 25 May 2022 - 10:54 by MisaghKarimi
Number of topics: 40
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback