Detailed topic list for APPX Web

Results from APPX web retrieved at 11:40 (Local)

0LASubrFileExtractArchive
.FILE EXTRACT ARCHIVE This subroutine extracts all the files from a previously created archive. Usage: PASS error_message FIELD ...
r4 - 04 Dec 2017 - 23:37 by JeanNeron
0LASubrFileMakeDir
.FILE MAKE DIR This subroutine is called to create a directory in the filesystem. Usage: PASS error_message FIELD SHARE? Y P...
r2 - 25 Jan 2012 - 12:40 by JeanNeron
0LASubrFileMove
.FILE MOVE This subroutine will move a file or directory from one location to another, creating any required directories. Usage: PASS error_messag...
NEW - 25 Jan 2012 - 12:58 by JeanNeron
0LASubrFileRestruct
.FILE RESTRUCT This subroutine will restructure the specified file. Usage: PASS error_msg FIELD SHARE? Y PASS ...
NEW - 01 Mar 2012 - 17:46 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
0LASubrFileSplitFilename
.FILE SPLIT FILENAME This subroutine is called to separate a filename into it's name and extension parts. Usage: PASS FIELD ...
r7 - 07 May 2021 - 12:21 by MisaghKarimi
0LASubrFileSplitPathname
.FILE SPLIT PATHNAME This subroutine is called to separate a full pathname into its path and name parts. Usage: PASS path_part FIE...
r7 - 07 May 2021 - 12:21 by MisaghKarimi
0LASubrImportCgiData
.IMPORT CGI DATA This subroutine populates Appx variables from STDIN. Usage: GOSUB .IMPORT CGI DATA * Test for Error IF .IM...
r3 - 12 May 2020 - 16:20 by JeanNeron
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
NEW - 12 Aug 2011 - 16:25 by PeteBrower
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
0LASubrStreamClose
.STREAM CLOSE This subroutine is called close a file stream and free up it's resources. Usage: PASS stream_name FIELD SHA...
r3 - 25 Feb 2013 - 13:07 by AlKalter
0LASubrStreamCloseAll
.STREAM CLOSE ALL This subroutine is called close all file streams and free up their resources. Usage: GOSUB .STREAM CLOSE ALL * check for er...
r2 - 24 Jan 2012 - 12:32 by JeanNeron
0LASubrStreamOpen
.STREAM OPEN This subroutine is called to open a file stream. Usage: PASS stream_name FIELD SHARE? N PASS ...
r12 - 02 Mar 2016 - 13:17 by JeanNeron
0LASubrStreamRead
.STREAM READ This subroutine is called to read a file stream. Usage: (Option 1) PASS read_buffer FIELD SHARE? Y PAS...
r9 - 02 Mar 2016 - 16:57 by JeanNeron
0LASubrStreamWrite
.STREAM WRITE This subroutine is called to write data to a file stream. Usage: PASS write_buffer FIELD SHARE? N PASS...
r5 - 02 Mar 2016 - 16:59 by JeanNeron
0LASubrTextCreatePad
.TEXT CREATE PAD This subroutine fills a field with a single character. Usage: PASS text_field FIELD SHARE? Y PASS...
r3 - 10 Apr 2023 - 12:52 by BrianRyan
0LASubrTextCutAtPos
.TEXT CUT AT POS This subroutine removes characters from a text/alpha field. Usage: PASS text_field FIELD SHARE? Y ...
r2 - 10 Apr 2023 - 12:53 by BrianRyan
0LASubrTextFind
.TEXT FIND This subroutine finds the position of text in a text/alpha field. Usage: PASS text_position FIELD SHARE? Y ...
r3 - 10 Apr 2023 - 12:55 by BrianRyan
0LASubrTextFindAndReplace
.TEXT FIND AND REPLACE This subroutine finds and replaces text in a text/alpha field. Usage: PASS text_field FIELD SHARE...
r4 - 10 Apr 2023 - 12:57 by BrianRyan
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
0LASubrTextGetLength
.TEXT GET LENGTH This subroutine determines the length of a text/alpha field. Usage: PASS text_len FIELD SHARE? Y ...
r4 - 22 Mar 2018 - 11:38 by JeanNeron
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
0LASubrTextInsertAtPos
.TEXT INSERT AT POS This subroutine inserts characters into a text/alpha field. Usage: PASS text_field FIELD SHARE? Y ...
r2 - 10 Apr 2023 - 13:01 by BrianRyan
0LASubrTextLowerToUpper
.TEXT LOWER TO UPPER This subroutine converts lower case to upper case in a text/alpha field. Usage: PASS converted_text FIELD ...
r4 - 10 Apr 2023 - 13:01 by BrianRyan
0LASubrTextParseLine
.TEXT PARSE LINE This subroutine parses a string into separate fields. Usage: PASS text_to_parse FIELD SHARE? N PASS ...
r11 - 10 Apr 2023 - 13:02 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
0LASubrTextUpperToLower
.TEXT UPPER TO LOWER This subroutine converts upper case to lower case in a text/alpha field. Usage: PASS converted_text FIELD ...
r4 - 10 Apr 2023 - 13:05 by BrianRyan
0LASubrUtilAddHook
.UTIL ADD HOOK This subroutine adds a record to the Hook file. Usage: PASS error_msg FIELD SHARE? Y PASS HO...
r4 - 23 Nov 2018 - 12:58 by JeanNeron
0LASubrUtilAddUser
.UTIL ADD USER This subroutine adds a user to the Appx User file. Usage: PASS error_msg FIELD SHARE? Y PASS 0...
r4 - 29 Apr 2022 - 13:07 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
0LASubrUtilCheckSecurity
.UTIL CHECK SECURITY This subroutine is called to check the security code for the specified user. Usage: PASS result FIELD ...
r3 - 12 May 2020 - 16:13 by JeanNeron
0LASubrUtilChgAuxPass
.UTIL CHG AUX PASS This subroutine changes the auxiliary password for the specified user. Usage: PASS user_id FIELD S...
r2 - 27 Feb 2012 - 17:21 by JeanNeron
0LASubrUtilChgHook
.UTIL CHG HOOK This subroutine changes fields on the Hook file. Usage: PASS error_msg FIELD SHARE? Y PASS H...
NEW - 12 Mar 2012 - 17:52 by JeanNeron
0LASubrUtilChgUser
.UTIL CHG USER This subroutine changes fields on the Appx User file. Usage: PASS error_msg FIELD SHARE? Y PASS ...
r2 - 29 Apr 2022 - 13:06 by BrianRyan
0LASubrUtilClearPassList
.UTIL CLEAR PASS LIST This subroutine clears any unfilled PASS requests. Usage: GOSUB .UTIL CLEAR PASS LIST * Check for errors IF ...
NEW - 27 Jan 2012 - 13:45 by JeanNeron
0LASubrUtilCompileProc
.UTIL COMPILE PROC This subroutine compiles the specified Process Type/Name or Application. Usage: PASS application FIELD ...
NEW - 08 Mar 2012 - 17:39 by JeanNeron
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
0LASubrUtilDelHook
.UTIL DEL HOOK This subroutine deletes a record from the Hook file. Usage: PASS error_msg FIELD SHARE? Y PASS ...
r2 - 27 Jan 2014 - 08:22 by GaryRogers
0LASubrUtilDelUser
.UTIL DEL USER This subroutine deletes a record from the Appx User file. Usage: PASS error_msg FIELD SHARE? Y PAS...
NEW - 12 Mar 2012 - 17:25 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
0LASubrUtilFieldGet
.UTIL FIELD GET This subroutine is called to retrieve the value of the specified field name. Usage: PASS value FIELD ...
r3 - 13 Oct 2022 - 12:01 by BrianRyan
0LASubrUtilFieldSet
.UTIL FIELD SET This subroutine is called to set a value into a specified field name. Usage: PASS App_Id FIELD SHARE...
r6 - 13 Oct 2022 - 12:02 by BrianRyan
0LASubrUtilGetEmName
.UTIL GET EM NAME This subroutine is called to get the Em name of the specified Process Type/Name. Usage: PASS em_name FIELD ...
r3 - 10 Feb 2012 - 13:15 by JeanNeron
Number of topics: 50
< Previous Page 2 of 21 Next >

See also the faster WebTopicList

This topic: APPX > WebIndex
Topic revision: 15 Nov 2006, TWikiContributor
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