Detailed topic list for APPX Web

Results from APPX web retrieved at 05:06 (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
0LASubrAppBeginInitialSetup
.BEGIN INITIAL SET UP This subroutine changes the current application to the 'Initial Setup' phase. Usage: GOSUB .BEGIN INITIAL SET UP * ...
NEW - 02 Feb 2012 - 12:36 by JeanNeron
0LASubrAppBeginLiveOpn
.BEGIN LIVE OPERATIONS This subroutine changes the current application to the 'Live Operations' phase. Usage: GOSUB .BEGIN LIVE OPERATIONS * ...
NEW - 02 Feb 2012 - 12:55 by JeanNeron
0LASubrAppBeginRecovery
.BEGIN RECOVERY This subroutine changes the current application to the 'Recovery Processing' phase. Usage: GOSUB .BEGIN RECOVERY * Check ...
NEW - 02 Feb 2012 - 12:58 by JeanNeron
0LASubrAppSelectDatabase
.SELECT DATABASE This subroutine switches to the specified database. Usage: PASS database FIELD SHARE? N GOSUB ...
NEW - 02 Feb 2012 - 18:19 by JeanNeron
0LASubrClientCheckForGui
.CLIENT CHECK FOR GUI This subroutine returns a flag to indicate if the user is running the Desktop Client. Usage: PASS gui ...
r5 - 12 May 2020 - 16:37 by JeanNeron
0LASubrClientCheckVersion
.CLIENT CHECK VERSION This subroutine returns the version of the Desktop Client. Usage: PASS version_text FIELD SHARE? Y ...
r2 - 22 May 2020 - 11:17 by MisaghKarimi
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
0LASubrClientDownloadFile
.CLIENT DOWNLOAD FILE This subroutine will download a file to the user's PC. Usage: PASS status_code FIELD SHARE? Y ...
r8 - 12 May 2020 - 16:37 by JeanNeron
0LASubrClientGetClipboard
.CLIENT GET CLIPBOARD This subroutine gets the current content of the system clipboard. Usage: PASS clip_data FIELD SHA...
r5 - 08 May 2013 - 12:57 by JeanNeron
0LASubrClientGetConstant
.CLIENT GET CONSTANT This subroutine returns the value of a client constant. Usage: PASS client_value FIELD SHARE? Y ...
r9 - 28 Jan 2020 - 15:22 by JeanNeron
0LASubrClientLoadUrl
.CLIENT LOAD URL This subroutine loads a URL, document, runs a command on the user's PC or changes a client setting. Usage: PASS url ...
r11 - 12 May 2020 - 16:38 by JeanNeron
0LASubrClientPlaySound
.CLIENT PLAY SOUND This subroutine plays a .wav file on the user's PC. Usage: PASS wave_file FIELD SHARE? N GOSUB...
r3 - 12 May 2020 - 16:38 by JeanNeron
0LASubrClientSetClipboard
.CLIENT SET CLIPBOARD This subroutine puts data on the system clipboard. Usage: PASS clip_data FIELD SHARE? N PAS...
r2 - 10 Feb 2012 - 12:58 by JeanNeron
0LASubrClientUploadFile
.CLIENT UPLOAD FILE This subroutine will upload a file from the Client to the server. Usage: PASS status_code FIELD SHARE...
r3 - 02 Feb 2012 - 18:08 by JeanNeron
0LASubrConvertBytesToHex
.CONVERT BYTES TO HEX This subroutine converts a field to hexidecimal characters. Usage: PASS hex_result FIELD SHARE? Y ...
r2 - 10 Feb 2012 - 12:59 by JeanNeron
0LASubrConvertFromBase64
.CONVERT FROM BASE64 This subroutine converts Base64 data to Appx raw data (Release 6.2.0 higher). Usage: PASS raw data FIELD ...
r5 - 16 May 2022 - 16:58 by MisaghKarimi
0LASubrConvertHexPrToNum
.CONVERT HEX PR TO NUM This subroutine converts a hex pair of alpha characters to a decimal number. Usage: PASS decimal_number FIELD ...
r3 - 10 Feb 2012 - 12:59 by JeanNeron
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
0LASubrConvertNumToHexPr
.CONVERT NUM TO HEX PR This subroutine converts a decimal number to a hex pair of alpha characters. Usage: PASS hex pair FIELD ...
r3 - 10 Feb 2012 - 13:00 by JeanNeron
0LASubrConvertSplitNumber
.CONVERT SPLIT NUMBER This subroutine splits a number into its whole number and fractional parts. Usage: PASS whole_number FIELD ...
r5 - 06 Aug 2015 - 16:00 by AlKalter
0LASubrConvertTextToHtml
.CONVERT TEXT TO HTML This subroutine converts a text field to HTML encoding. Usage: PASS html FIELD SHARE? Y ...
r5 - 12 May 2020 - 16:28 by JeanNeron
0LASubrConvertToBase64
.CONVERT TO BASE64 This subroutine converts Appx raw data to Base64 data (Release 6.2.0 higher). Usage: PASS base64 data FIELD ...
r6 - 16 May 2022 - 16:58 by MisaghKarimi
0LASubrConvertTranslate
.CONVERT TRANSLATE This subroutine converts a string from one language to another using the Application and System Dictionaries. Usage: PASS trans...
r8 - 21 Jul 2017 - 18:00 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
0LASubrEnvGetAppxpath
.ENV GET APPXPATH This subroutine returns the path to the location of Appx data files. Usage: PASS appxpath FIELD SHAR...
r3 - 14 Apr 2021 - 14:44 by AlKalter
0LASubrEnvGetCmdLineParm
.ENV GET CMD LINE PARM This subroutine returns the value of a command line parameter. Usage: PASS param_value FIELD SHARE...
r3 - 10 Feb 2012 - 13:03 by JeanNeron
0LASubrEnvGetConfigInfo
.ENV GET CONFIG INFO This subroutine populates PDF fields with configuration information. Usage: GOSUB .ENV GET CONFIG INFO * Check for e...
r3 - 12 May 2020 - 16:31 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
0LASubrEnvGetEnvVariable
.ENV GET ENV VARIABLE This subroutine returns the value of a environment variable. Usage: PASS env_value FIELD SHARE? Y...
r6 - 17 Oct 2016 - 10:24 by AlKalter
0LASubrEnvGetOsType
.ENV GET OS TYPE This subroutine returns the type of operating system Appx is running on. Usage: PASS os_type FIELD SHARE?...
r4 - 12 May 2020 - 16:31 by JeanNeron
0LASubrEnvGetParentProc
.ENV GET PARENT PROC This subroutine returns the name and type of the parent process. Usage: PASS parent_type FIELD SHARE...
r5 - 12 May 2020 - 16:31 by JeanNeron
0LASubrEnvGetPathName
.ENV GET PATH NAME This subroutine returns the path name of the requested Appx file. Usage: PASS file_path FIELD SHARE?...
r4 - 20 Mar 2012 - 17:07 by JeanNeron
0LASubrEnvGetPathSep
.ENV GET PATH SEP This subroutine returns the directory separator character of the host operating system. Usage: PASS path separator FIE...
r7 - 12 May 2020 - 16:32 by JeanNeron
0LASubrEnvGetPathSeperatr
.ENV GET PATH SEPARATR This subroutine is called to inspect the path seperator character of the operating system APPX is running on. Usage: PASS path...
NEW - 12 Aug 2011 - 14:57 by PeteBrower
0LASubrEnvGetScreenSize
.ENV GET SCREEN SIZE This subroutine returns the size of the Appx screen in rows and columns. Usage: PASS rows FIELD ...
r2 - 10 Feb 2012 - 13:07 by JeanNeron
0LASubrEnvSetEnvVariable
.ENV SET ENV VARIABLE This subroutine sets the value of a environment variable. Usage: PASS env_value FIELD SHARE? Y ...
r2 - 25 Oct 2013 - 12:03 by AlKalter
0LASubrEnvViewLicenseInfo
.ENV VIEW LICENSE INFO This subroutine displays the APPX license info for the current application. Usage: GOSUB .ENV VIEW LICENSE INFO * ...
r3 - 03 May 2013 - 13:11 by JeanNeron
0LASubrFileCopy
.FILE COPY This subroutine will copy a file from one location to another, creating any required directories. Usage: PASS error_message ...
r4 - 01 May 2013 - 13:32 by JeanNeron
0LASubrFileCreate
.FILE CREATE This subroutine will create the specified file. Usage: PASS error_msg FIELD SHARE? Y PASS f...
r2 - 01 Mar 2012 - 14:23 by JeanNeron
0LASubrFileCreateArchive
.FILE CREATE ARCHIVE This subroutine creates an archive of the specified files, in either TAR or TGZ format. Usage: PASS error_message ...
r5 - 01 May 2013 - 18:01 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
0LASubrFileDelete
.FILE DELETE This subroutine is called to remove a file from the filesystem. Usage: PASS FIELD SHARE? Y PASS ...
r4 - 25 Jan 2012 - 11:27 by JeanNeron
0LASubrFileExists
.FILE EXISTS This subroutine is called to check if a file exists in the filesystem. Usage: PASS exists? FIELD SHARE? ...
r6 - 24 Jul 2014 - 16:30 by AlKalter
Number of topics: 50
Page 1 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