Tags:
create new tag
view all tags

Backlinks to FullAPIList in all Webs (Search Main Web only)

Results from Main web retrieved at 09:49 (GMT)

.XML IMPORT This subroutine processes an XML file and optionally imports it. Added in 5.3.0 Usage: SET 0DX .XML IMPORT PASS...
.XML PURGE This subroutine purges the work files associated with an import session. Added in 5.3.0 Usage: SET 0DX .XML PURGE...
.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...
.CONVERT HTML TO TEXT This subroutine converts a HTML field to plain APPX text. Release 5.5. higher. Usage: PASS text FIELD...
.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)...
.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 higher...
.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 higher...
.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:...
.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 ENCODINGS...
.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...
.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...
.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...
.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...
.JSON PARSE This subroutine parses and imports a JSON string (Added in 6.2.0). Usage: PASS JSON String FIELD SHARE? N...
.JSON PARSE FILE This subroutine parses and imports a JSON file. (Added in 6.2.0) Usage: PASS JSON File Path FIELD SHARE? N...
.RBS HIERARCHY MTCE This subroutine invokes the `Security Hierarchy Maintenance` program, bypassing the System Administrator requirement (System Administration...
.RBS PROCESS SECURITY Allows the designer to invoke `Access Control List Processes` for a particular parent / child pair (System Administration Role Based Security...
.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 Application...
.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...
.TEXT FROM UNICODE This subroutine transcodes a Unicode alpha field into a RAW alpha field. Added in 6.0.0 Usage PASS raw FIELD...
.TEXT GET UNINAME This subroutine returns the name of the specified Unicode character. Added in 6.0.0 Usage PASS unicode name FIELD...
.TEXT SET UNINAME This subroutine returns the named Unicode character. Added in 6.0.0 Usage PASS unicode string FIELD SHARE?...
.TEXT TO UNICODE This subroutine transcodes a RAW alpha field to a Unicode field. Added in 6.0.0 Usage PASS unicode field FIELD...
.TEXT UNICODE COMP This subroutine compares 2 Unicode fields. Added in 6.0.0 Usage PASS result FIELD SHARE? Y PASS...
.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...
.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...
.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 deliver...
.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...
.UTIL KILL SESSION Cancels the specified process. Added in 5.4.4 Usage: PASS PID FIELD SHARE? N PASS...
.UTIL MARK REWIND This subroutine returns immediately to a previously marked process, closing all processes in between. Usage: PASS mark name...
.UTIL MARK SET This subroutine marks the current process with a name so you can return to it later. Usage: PASS mark name FIELD...
.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...
.UTIL SECR SAVE This subroutine will archive the Security codes for the selected application(s). Release 5.5 and higher only Usage: PASS count...
.UTIL SUBR CLOSE This utility closes the subroutine you created. Added in 5.2.0 Usage: GOSUB .UTIL SUBR CLOSE Check for errors IF...
.UTIL SUBR CREATE This utility adds a subroutine to the Application. Added in 5.2.0 Usage: PASS process name FIELD SHARE...
.UTIL SUBR DELETE This utility deletes a subroutine from the Application. Added in 5.2.0 Usage: PASS process name FIELD SHARE...
.UTIL SUBR WRITE ILF This subroutine writes ILF code to a subroutine in the Application. Added in 5.2.0 Usage: PASS ilf verb FIELD...
.WIDGET RELOAD DATASRC This subroutine reloads the data in a Table Widget. Added in 5.2.0 Usage: PASS beg at name FIELD...
.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...
.XML WRITER OPEN This subroutine creates and opens an XML file. Added in 6.2.0 Usage: PASS XML stream name FIELD SHARE? N...
APPX 5.4.0/5.4.1/5.4.2/5.4.3/5.4.4 Feature Index This is the starting point to discover details of the new features found in APPX Release 5.4.0/5.4.1/5.4.2/5.4....
APPX 5.4.0/5.4.1/5.4.2/5.4.3/5.4.4c Feature Index This is the starting point to discover details of the new features found in APPX Release 5.4.0/5.4.1/5.4.2/5.4....
APPX 5.4.0/5.4.1/5.4.2/5.4.3/5.4.4c/5.4.5 Feature Index This is the starting point to discover details of the new features found in APPX Release 5.4 and subsequent...
APPX 5.4.0/5.4.1/5.4.2/5.4.3/5.4.4c/5.4.5/5.4.6 Feature Index This is the starting point to discover details of the new features found in APPX Release 5.4 and subsequent...
APPX 5.4.0/5.4.1/5.4.2/5.4.3/5.4.4c/5.4.5/5.4.6/5.4.7 Feature Index This is the starting point to discover details of the new features found in APPX Release 5.4 and...
APPX Runtime Subroutine API These APIs can be used by an APPX designer to interact with the APPX Runtime Application ( ) to gain access to extra functionality. This...
APPX 6.0.0 Features This page provides an overview of the new features in APPX 6.0. Overview The most significant change in this is release is support for a Unicode...
APPX 6.1.0 Features This page provides an overview of the new features in APPX 6.1.x Overview The most significant change in this is release is support for a Unicode...
Developer Tips Displaying Google Maps in the HTML client If you want to display a Google map using the HTML client, follow this tip. Environment / Widget File Wizards...
Runtime (,RT ) Calls WARNING: These are UNSUPPORTED features used to call operating system functions, and they may be changed or removed at any time. Although these...
Welcome to the APPX WIKI web Welcome to the APPX Software, Inc. TWiki site. This web site is dedicated to all things APPX.. This web site is intended to be for the...
Statistics for Main Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and...
Number of topics: 52

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback