Backlinks to APPXRuntimeSubroutineAPI in all Webs (Search APPX Web only)

Results from APPX web retrieved at 10:37 (Local)

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
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
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
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
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
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
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
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
NEW - 12 Aug 2011 - 16:25 by PeteBrower
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
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
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
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
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
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
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
0LASubrUtilGetHookRecords
.UTIL GET HOOK RECORDS This subroutine copies the engine Hook records into a temporary file for modification. Usage: GOSUB .UTIL GET HOOK RECORDS ...
r3 - 07 Mar 2016 - 17:26 by JeanNeron
0LASubrUtilLoadStackFile
.UTIL LOAD STACK FILE This subroutine loads STACK with the current process stack. Usage: GOSUB .UTIL LOAD STACK FILE * Check for errors...
NEW - 27 Jan 2012 - 16:52 by JeanNeron
0LASubrUtilMakeDynamicKey
.UTIL MAKE DYNAMIC KEY This subroutine is not implemented. Usage: Description: Not implemented, just returns. Comments: Read what other users have said abou...
NEW - 27 Jan 2012 - 15:55 by JeanNeron
0LASubrUtilModeScrollBehav
.UTIL MOD SCROLL BEHAV This subroutine allows the user to select a record on a scrolling display by just clicking it. Usage: GOSUB .UTIL MOD SCROLL BEHA...
r2 - 27 Jan 2012 - 16:44 by JeanNeron
0LASubrUtilProcssDd
.UTIL PROCESS DD This subroutine processes the Data Dictionary for the selected Application or File. Usage: PASS application FIELD ...
r3 - 27 Jan 2014 - 20:47 by GaryRogers
0LASubrUtilProcssQueryRec
.UTIL PROCESS QRY REC This subroutine adds the current PCF record to the query pointer file. Usage: GOSUB .UTIL PROCESS QRY REC Description: This subro...
r2 - 30 Mar 2012 - 12:20 by JeanNeron
0LASubrUtilPutHookRecords
.UTIL PUT HOOK RECORDS This subroutine copies hook records from the temporary file back to the Appx engine. Usage: GOSUB .UTIL PUT HOOK RECORDS ...
r2 - 27 Jan 2012 - 16:53 by JeanNeron
0LASubrUtilSleep
.UTIL SLEEP This subroutine pauses for the specified number of seconds. Usage: PASS seconds FIELD SHARE? N GOSU...
NEW - 27 Jan 2012 - 16:41 by JeanNeron
0LASubrUtilSleepWithTimer
.UTIL SLEEP WITH TIMER This subroutine pauses for the specified number of seconds and displays a countdown timer. Usage: PASS seconds ...
NEW - 27 Jan 2012 - 16:41 by JeanNeron
0LASubrUtilSwitchUser
.UTIL SWITCH USER This subroutine changes to a different user. Usage: PASS user_id FIELD SHARE? N PASS ...
r5 - 28 Jan 2014 - 10:31 by GaryRogers
0LASubrUtilTimeoutExit
.UTIL TIMEOUT EXIT This subroutine exits the current process or logs a user off after a set timeout period. Usage: PASS action ...
r2 - 30 Sep 2016 - 17:57 by JeanNeron
0LASubrUtilTimeoutSet
.UTIL TIMEOUT SET This subroutine sets the keyboard timeout value. Usage: PASS seconds FIELD SHARE? N GOSUB ...
r2 - 28 Jan 2014 - 10:36 by GaryRogers
0LASubrWidgetApplyTheme
.WIDGET APPLY THEME This subroutine applies a GUI Theme to the the current image. Usage: GOSUB .WIDGET APPLY THEME * Check for errors ...
r11 - 20 Feb 2014 - 15:59 by WimJongejan
0LASubrWidgetCnvClrToRgb
.WIDGET CNV CLR TO RGB This subroutine converts an alpha/hex color code to decimal. Usage: PASS clr_binary FIELD SHARE? ...
r3 - 12 May 2020 - 16:22 by JeanNeron
0LASubrWidgetCnvRgbToClr
.WIDGET CNV RGB TO CLR This subroutine converts a decimal color code to alpha/hex. Usage: PASS clr_alpha FIELD SHARE? Y...
r4 - 12 May 2020 - 16:22 by JeanNeron
0LASubrWidgetDelByName
.WIDGET DEL BY NAME This subroutine deletes selected widgets. Usage: PASS beg_at_name FIELD SHARE? N PASS ...
NEW - 06 Feb 2012 - 17:31 by JeanNeron
0LASubrWidgetDelModeBtn
.WIDGET DEL MODE BTN This subroutine deletes the mode buttons from the toolbar. Usage: GOSUB .WIDGET DEL MODE BTN * Check for errors ...
r2 - 07 Feb 2012 - 00:21 by JeanNeron
0LASubrWidgetDelScrollBtn
.WIDGET DEL SCROLL BTN This subroutine deletes the scroll buttons from the toolbar. Usage: GOSUB .WIDGET DEL SCROLL BTN * Check for error...
r2 - 05 Feb 2014 - 11:35 by GaryRogers
0LASubrWidgetDelStdMenus
.WIDGET DEL STD MENUS This subroutine deletes the standard pull down menus. Usage: GOSUB .WIDGET DEL STD MENUS * Check for errors I...
NEW - 07 Feb 2012 - 12:33 by JeanNeron
0LASubrWidgetHideByName
.WIDGET HIDE BY NAME This subroutine hides selected widgets. Usage: PASS beg_at_name FIELD SHARE? N PASS e...
NEW - 06 Feb 2012 - 23:55 by JeanNeron
0LASubrWidgetHideModeBtn
.WIDGET HIDE MODE BTN This subroutine hides the mode buttons on the toolbar. Usage: GOSUB .WIDGET HIDE MODE BTN * Check for errors ...
r2 - 07 Feb 2012 - 00:22 by JeanNeron
0LASubrWidgetHideScrolBtn
.WIDGET HIDE SCROL BTN This subroutine hides the scroll buttons on the toolbar. Usage: GOSUB .WIDGET HIDE SCROL BTN * Check for errors ...
NEW - 07 Feb 2012 - 00:27 by JeanNeron
0LASubrWidgetHideStdMenus
.WIDGET HIDE STD MENUS This subroutine hides the standard pull down menus. Usage: GOSUB .WIDGET HIDE STD MENUS * Check for errors I...
NEW - 07 Feb 2012 - 12:41 by JeanNeron
0LASubrWidgetMissingTheme
.WIDGET MISSING THEME This subroutine finds all Inputs/Menus that do not use .WIDGET APPLY THEME. Usage: PASS app_id FIELD ...
r3 - 31 Jul 2013 - 16:31 by JeanNeron
0LASubrWidgetSetFromMwdgt
.WIDGET SET FROM MWDGT This subroutine copies the memory file to WIDGET. Usage: GOSUB .WIDGET SET FROM MWDGT * Check for errors I...
NEW - 07 Feb 2012 - 10:49 by JeanNeron
0LASubrWidgetSetIntoMwdgt
.WIDGET SET INTO MWDGT This subroutine copies the current WIDGET file to a memory file. Usage: GOSUB .WIDGET SET INTO MWDGT * Check for...
NEW - 07 Feb 2012 - 10:50 by JeanNeron
0LASubrWidgetSetTheme
.WIDGET SET THEME This subroutine sets the current theme. Usage: PASS theme_name FIELD SHARE? N PASS appl...
r2 - 30 Mar 2012 - 13:04 by JeanNeron
0LASubrWidgetShowByName
.WIDGET SHOW BY NAME This subroutine shows previously hidden widgets. Usage: PASS beg_at_name FIELD SHARE? N PASS ...
r3 - 19 May 2020 - 14:20 by BrianRyan
0LASubrWidgetShowModeBtn
.WIDGET SHOW MODE BTN This subroutine shows the previously hidden mode buttons on the toolbar. Usage: GOSUB .WIDGET SHOW MODE BTN * Check...
r2 - 07 Feb 2012 - 13:27 by JeanNeron
0LASubrWidgetShowScrolBtn
.WIDGET SHOW SCROL BTN This subroutine shows the previously hidden scroll buttons on the toolbar. Usage: GOSUB .WIDGET SHOW SCROL BTN * C...
r2 - 07 Feb 2012 - 13:27 by JeanNeron
0LASubrWidgetShowStdMenus
.WIDGET SHOW STD MENUS This subroutine shows the previously hidden standard pull down menus. Usage: GOSUB .WIDGET SHOW STD MENUS * Check ...
NEW - 07 Feb 2012 - 12:49 by JeanNeron
0LASubrWidgetViewRuntime
.WIDGET VIEW RUNTIME This subroutine shows properties of the current WIDGET file. Usage: GOSUB .WIDGET VIEW RUNTIME * Check for errors ...
r3 - 14 Feb 2012 - 12:32 by JeanNeron
0LAUtilUpdateDocument
.UTIL UPDATE DOCUMENT This subroutine is called to update documentation via ILF. Usage: PASS app_id FIELD SHARE? N ...
NEW - 27 Jan 2012 - 17:38 by JeanNeron
APPX510Features
APPX 5.1.0 Feature Index This is the starting point to discover details of the new features found in APPX Release 5.1.0. Follow the links below to learn more. ...
r13 - 02 Aug 2012 - 16:47 by AlKalter
APPXRuntimeSubroutineAPIOverview
APPX Runtime Subroutine API Overview Over 100 new subroutines are available for designers to use. Overview: Release 5.1 contains over 100 subroutines for designe...
r4 - 12 Jun 2012 - 16:11 by JeanNeron
APPXRuntimeSubroutineAPIOverviewEs
APPX Runtime Subroutine API Overview Descripcion general de API Mas de 100 nuevas subrutinas estan disponibles para los disenadores a utilizar. Informacion gene...
r2 - 19 Feb 2013 - 19:32 by RayPelegrino
DeveloperTips
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 W...
r15 - 09 Jul 2019 - 17:12 by JeanNeron
FullAPIList
APPX Runtime Subroutine API This page lists all the available API's in the current version of Appx. Various API's have been released at different times and are do...
r32 - 25 May 2022 - 16:48 by MisaghKarimi
WebStatistics
Statistics for APPX Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: ...
Number of topics: 112

No backlinks in public webs
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