Backlinks to JeanNeron in APPX Web (Search all webs)

Results from APPX web retrieved at 19:41 (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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
0LASubrUtilSubrWriteIFL
.UTIL SUBR WRITE ILF This utility adds a statement to the subroutine you just created. Usage: PASS ILF_Verb FIELD SHAR...
r2 - 26 Oct 2012 - 10:22 by SherriMcCormack
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
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
0LASubrWidgetCountRows
.WIDGET COUNT ROWS This subroutine counts the number of selected rows in a table widget. Usage: PASS count FIELD SH...
r2 - 05 Jun 2013 - 09:44 by AlKalter
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
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
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
0LASubrWidgetSetTooltip
.WIDGET SET TOOLTIP This subroutine sets or clears the tooltip for selected widgets. Added in Release 6.1 Usage: PASS tooltip text ...
r2 - 19 May 2020 - 15:02 by BrianRyan
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
520AddModeNoClear
Add Mode No Longer Clears Screen When adding records to a scrolling display, the image is no longer cleared. Overview: When adding records to a scrolling display...
r2 - 25 Oct 2012 - 15:27 by SherriMcCormack
520BetterMessageControl
Better Warning and Error Control The method of displaying multiple Error, Warning and Message commands has been improved. Overview: The Message Status area on th...
r2 - 25 Oct 2012 - 16:47 by SherriMcCormack
520BonusFeatures
Bonus Features A collection of miscelleanous features that were added in 5.2.x. New Values for OPTION The predefined field OPTION now allows the following va...
r4 - 02 Dec 2015 - 14:21 by AlKalter
520ClientWindowSizing
Client Window Sizing New client property to give you more control over window sizing. Overview: There are two client settings which provide the user with control...
r3 - 09 Nov 2012 - 16:00 by SteveFrizzell
520DatabaseInterface
SQL Server Interface Performance Performance enhancements have been made to the SQL server interface. Overview: Significant improvements that impact SQL Server d...
r5 - 05 Dec 2012 - 10:49 by AlKalter
520DesignXferChildren
Design Transfer Children This Release introduces the ability to Design Transfer Automatic Children from frame to frame, or Optional Children from Image to Image. ...
r4 - 21 Mar 2014 - 08:40 by GaryRogers
520DragDrop
Drag Drop Support You can now define a Widget as the target of a drag drop operation. Overview: You can now define certain Widget types (Buttons, Labels, etc.)...
r9 - 21 May 2013 - 11:05 by JeanNeron
520FlashPlayerWidget
Flash Player Widget A Flash Player Widget has been implemented in APPX 5.2.0. Overview: The text field should contain the pathname to a flash file (swf). The fla...
r3 - 05 Feb 2013 - 11:27 by JeanNeron
520FriendlyCAssert
Friendly C Assert Screen The old C Assert error screen has been replaced with a hookable input process. Overview: The old C Assert error screen has been replaced...
r2 - 06 Nov 2012 - 17:07 by JeanNeron
520GenerateSubroutines
Generate Subroutines via ILF New utilities have been added for the ability to create a subroutine process via ILF code. Overview: Four new utilities (API's) have...
r3 - 26 Oct 2012 - 10:14 by SherriMcCormack
520HTMLEditorWidget
HTML Editor Widget A HTML Editor Widget has been implemented in APPX 5.2.0. Overview: The HTML Editor Widget can be used to enter and edit HTML in an APPX text f...
r4 - 24 Jun 2013 - 17:03 by JeanNeron
520KnownIssues
Known Issues Table Widget Editor * Some planned features are not yet implemented: * There is no spec to enable/disable multi select * There is no...
r62 - 04 Feb 2013 - 12:30 by JeanNeron
520NewGUIEvents
New GUI Events This Release introduces some additional GUI events. Overview: You can now be notified when a user tabs into, out of, or changes the value in a fie...
r4 - 06 Nov 2012 - 17:05 by JeanNeron
520NewTableWidget
New Table Widget This Release introduces a new type of Widget Table Widget. Overview: The Table Widget allows the designer to present information to the user i...
r13 - 25 Jul 2018 - 14:39 by JeanNeron
520NewTextWidgets
New Widget Types For TEXT Fields Several new Widget types are included in this Release. Overview: Five new Widget types are included in this Release for TEXT fie...
r7 - 08 Nov 2012 - 14:11 by SteveFrizzell
520RoleBasedSecurity
Role Based Security (RBS) This release of Appx includes a new method of managing security, known as 'Role Based Security'. Overview: The new Role Based Security ...
r9 - 12 Sep 2016 - 11:09 by JeanNeron
520SelectAccess
Select Access Path Uses Buttons The Select Access Path dialog box now uses buttons Overview: The Select Access Path dialog box will now display the various keypa...
r4 - 11 Feb 2013 - 17:22 by JeanNeron
520VerifySetWithGroup
Verify SET with Group Fields A new utility has been created to check group field size mismatches used in SET statements. Overview: A new Utility has been added ...
r2 - 25 Oct 2012 - 16:21 by SherriMcCormack
530CSVImportExport
New Import/Export Format In order to support Unicode data, the Import and Export Utilities for Data and Design Files now support UTF 8 encoding in csv format. Ov...
r2 - 31 Dec 2013 - 15:48 by JeanNeron
530ClientWindowSizing
Client Window Sizing The way the client handles different Window sizes has been improved. Overview: The way the client handles different Window sizes has been im...
r3 - 25 Feb 2014 - 08:01 by GaryRogers
530ConnectionManager
New Connection Manager A new connection manager allows a user to reconnect to dropped sessions. Overview: A new connection manager allows a user to reconnect to ...
r8 - 20 Mar 2018 - 12:49 by JeanNeron
530DataExchange
Data Exchange Application A new application (0DX) is included with 5.3. This application facilitates the exchange of data between Appx and external systems.This d...
r11 - 12 May 2020 - 16:17 by JeanNeron
530DataExchangeFileField
Define File/Field Map This page describes how to map incoming data to Appx files/Fields. Overview: This option allows you to maintain existing File/Field maps. Y...
r7 - 26 Jan 2015 - 13:46 by JeanNeron
530DataExchangeFileFieldSource
Define File/Field map from Source File This page describes how to map incoming data to Appx files/Fields using an existing XML file as a guide. __ Overview: In o...
r3 - 07 Mar 2014 - 18:09 by JeanNeron
530DataExchangeImporting
Importing Data This page describes how to import data using 0DX. Overview: Now that we have defined a mapping for our PROSPECT.XML file, we can run the actual im...
r4 - 07 Mar 2014 - 17:51 by JeanNeron
530DataExchangeMapping
Mapping Files Fields This page describes how to map incoming data to Appx files/Fields. Overview: In order to map the incoming data to Appx files and fields, y...
r6 - 16 Apr 2015 - 16:39 by JeanNeron
530DataExchangeProcessing
Processing This page describes the various processing and updating options. __ Overview: The 'Processing' options give us various ways of processing and importin...
r4 - 18 May 2014 - 09:51 by KorryD
530DataExchangeTransfer
Transfer Maps This page describes how to transfer or copy mappings. __ Overview: This option allows you to copy a mapping from another database, or an existing m...
r2 - 31 Dec 2013 - 15:43 by JeanNeron
530DataExchangeView
View Raw Data This page describes the options for viewing the processed data. __ Overview: These options provide various ways to examine the source data after it...
r3 - 07 Mar 2014 - 18:12 by JeanNeron
530GroupWidgetFields
New Group Around Widget Color Fields There is a new group field around WIDGET color fields for the designer to use. Overview: There is a new group field around...
r3 - 31 Dec 2013 - 15:47 by JeanNeron
530HTMLEditor
HTML Editor Improvements The HTML Editor has been changed to make it easier to use with small text fields. Overview: The HTML Editor has been changed to make it ...
r3 - 12 May 2020 - 16:38 by JeanNeron
530ImportUtilEnhancment
Enhancements to Import/Export Import/Export now display record counts for total records processed, success count, and failure count. Overview: Import/Export now ...
r2 - 31 Dec 2013 - 15:46 by JeanNeron
530MaxFileSize
New Maximum File Sizes Release 5.3 includes increased maximum file sizes. Overview: The internal pointers that Appx uses in the Appx I/O files are only 32 bits i...
r4 - 02 Mar 2017 - 13:25 by JeanNeron
530MoreTEMPFields
More TEMP Fields Available There are additional TEMP fields available for the designer to use. Overview: There are additional TEMP fields available for the d...
r5 - 31 Dec 2013 - 15:38 by JeanNeron
530PAM
Login Manager PAM Capable The Appx Login Manager can now use PAM to validate user ids/passwords. Overview: The Appx Login Manager can now use PAM (Pluggable Auth...
r3 - 31 Dec 2013 - 15:41 by JeanNeron
530ReadPrev
READPREV A new ILF command 'READPREV' has been added. Overview: A new ILF command 'READPREV' has been added. This command is similar to READNEXT, except it reads...
r5 - 04 Feb 2015 - 10:21 by AlKalter
530SelectAccessPath
Select Access Path A 'Select Access Path' icon appears in the toolbar if there is more than 1 path to the current file in a scan screen.. Overview: A 'Select Acc...
r2 - 31 Dec 2013 - 15:40 by JeanNeron
530TableFillAttribute
Table Fill Attribute A 'Float' option has been added to the width specification on Table Sources. Overview: A 'Float' option has been added to the width specific...
r2 - 31 Dec 2013 - 15:41 by JeanNeron
530UserCancel
Interrupt Running Processes The user can now interrupt running processes, and designers can break into Input processes. Overview: The user can now interrupt runn...
r8 - 03 Oct 2014 - 14:41 by AlKalter
APPX500BugsFixes
APPX 5.0 Bug Fixes Following is a list of bugs that were fixed in Appx release 5.0. Overview The list is sub divided into categories. The bug title, bug number (...
r20 - 20 Jan 2016 - 17:03 by JeanNeron
APPX500Features
APPX 5.0.0 Feature Index This is the starting point to discover details of the new features found in APPX Release 5.0.0. Follow the links below to learn more. ...
r30 - 20 Jan 2016 - 17:02 by JeanNeron
APPX500InstallAPPXServerLinuxRHEs
Installation Instructions for APPX Server on Red Hat Linux Server This page provides instructions for installing APPX Server on a Red Hat Linux Server. APPX Serve...
NEW - 26 Jan 2010 - 16:44 by JeanNeron
APPX500InstallationInstructions
APPX 5 Installation Instructions This page provides instructions for installing APPX 5. Notes * IMPORTANT: The APPX Desktop Client for Macs only runs on Intel...
r39 - 20 Jan 2016 - 17:02 by JeanNeron
APPX500LinuxUpgradeInstallation
APPX Linux/Unix APPX 5 Upgrade Instructions This page provides the information needed to upgrade an existing APPX 4.2.a Linux/Unix installation to APPX 5. Over...
r23 - 23 Aug 2021 - 14:00 by JoeOrtagus
APPX500LinuxUpgradeInstallationEs
APPX Linux/Unix APPX 5 Upgrade Instructions Esta pagina tiene contenidos que usted necesita para hacer un upgrade de APPX 4.2.a para una instalacion de Linux/Un...
r4 - 09 Mar 2010 - 17:15 by RayPelegrino
APPX500NewInstallConfigAPPX
APPX 5 New Installation Configure APPX Overview The first time that APPX is run after the installation wizard completes, you will need to complete the initia...
r13 - 11 Feb 2020 - 17:17 by JeanNeron
APPX500OpenSSL
APPX 5.0.0 Open SSL This page describes how APPX uses Open SSL. Overview UPDATE: Most of this is obsolete, as the required SSL libraries are included with the ...
r4 - 08 Dec 2009 - 11:26 by JeanNeron
APPX500ToOracle
APPX 5 connectivity to Oracle How to configure APPX 5 to store data inside Oracle. Overview This page is for APPX version 5.x higher. For 4.x and lower, go to ...
r6 - 07 Apr 2016 - 11:46 by JeanNeron
APPX500ToOracleOnAIX
APPX 5 on AIX connectivity to Oracle How to configure APPX 5 on AIX to store data inside Oracle. Overview Release 5.0.0 or higher of the APPX Utility allows APPX...
r22 - 07 Apr 2016 - 13:54 by JeanNeron
APPX500ToOracleOnHPUXItanium
APPX 5 on HP UX Itanium connectivity to Oracle How to configure APPX 5 on HP UX Itanium to store data inside Oracle. Overview Release 5.0.0 or higher of the APP...
r8 - 07 Apr 2016 - 13:55 by JeanNeron
APPX500ToOracleOnHPUXPARISC
APPX 5 on HP UX PA RISC connectivity to Oracle How to configure APPX 5 on HP UX PA RISC to store data inside Oracle. Overview Release 5.0.0 or higher of the APP...
r15 - 07 Apr 2016 - 13:54 by JeanNeron
APPX500ToOracleOnOracleSolarisSPARC
APPX 5 on Solaris SPARC connectivity to Oracle How to configure APPX 5 on Solaris SPARC to store data inside Oracle. Overview Release 5.0.0 or higher of the APP...
r4 - 07 Apr 2016 - 13:57 by JeanNeron
APPX500ToOracleOnWindows
APPX 5 on Windows connectivity to Oracle How to configure APPX 5 on Windows to store data inside Oracle. Overview Release 5.0.0 or higher of the APPX Utility all...
r43 - 25 Jan 2021 - 10:16 by MisaghKarimi
APPX500WindowsNewInstallation
APPX 5.x Windows New Installation Overview Two different methods are provided to install APPX on Windows. There is a GUI installer and a Console Mode (charac...
r8 - 25 Feb 2016 - 17:17 by JeanNeron
APPX500to502Upgrade
APPX 5 Special Installation Instructions for upgrading within the APPX 5.x series This page provides special instructions when upgrading an existing APPX 5.0 inst...
r8 - 11 Feb 2020 - 18:28 by JeanNeron
APPX510BugFixes
APPX 5.1 Bug Fixes Following is a list of bugs that were fixed in Appx release 5.1. Overview The list is sub divided into categories. The bug title, bug number (...
r5 - 11 Apr 2012 - 18:10 by JeanNeron
APPX510InstallationInstructions
APPX 5.1 Installation Instructions This page provides instructions for installing APPX 5.1. Notes * IMPORTANT: The APPX Desktop Client for Macs only runs on I...
r6 - 11 Mar 2014 - 17:01 by JeanNeron
APPX520BugFixes
APPX 5.2 Bug Fixes Following is a list of bugs that were fixed in Appx release 5.2. Overview The list is sub divided into categories. The bug title, bug number (...
r3 - 06 Nov 2012 - 17:13 by AlKalter
APPX520Features
APPX 5.2.0 Feature Index This is the starting point to discover details of the new features found in APPX Release 5.2.0. Follow the links below to learn more. ...
r18 - 12 May 2020 - 16:16 by JeanNeron
APPX520InstallationInstructions
APPX 5.2 Installation Instructions This page provides instructions for installing APPX 5.2. Notes * *There is an issue present in the 5.2.2 release of APPX th...
r7 - 15 Dec 2014 - 13:10 by JeanNeron
APPX530Features
APPX 5.3.0 Feature Index This is the starting point to discover details of the new features found in APPX Release 5.3.0. Follow the links below to learn more. Add...
r16 - 12 May 2020 - 16:17 by JeanNeron
APPX530InstallationInstructions
APPX 5.3 Installation Instructions This page provides instructions for installing APPX 5.3. Notes * IMPORTANT: APPX Desktop Client version should at least mat...
r8 - 11 Mar 2014 - 17:01 by JeanNeron
APPX53xBugFixes
APPX 5.3.1 Patch Bug Fixes Following is a list of bugs that were fixed in Appx patch release 5.3.1. The bug number, from APPX Bug Tracker (SIRID) is in parenthesi...
r9 - 22 Dec 2014 - 13:19 by JeanNeron
APPX540Features
APPX 5.4.0 Feature Index This is the starting point to discover details of the new features found in APPX Release 5.4.0. Follow the links below to learn more. Ov...
r5 - 19 Dec 2014 - 14:11 by JeanNeron
APPX541Features
APPX 5.4.0/5.4.1 Feature Index This is the starting point to discover details of the new features found in APPX Release 5.4.0/5.4.1. Follow the links below to lea...
NEW - 13 Feb 2015 - 11:51 by JeanNeron
APPX542Features
APPX 5.4.0/5.4.1/5.4.2 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. Follow the links ...
r2 - 26 Aug 2015 - 15:21 by AlKalter
APPX543Features
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.3/...
r13 - 20 Jul 2016 - 13:27 by JeanNeron
APPX544Features
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.3...
r8 - 22 Sep 2016 - 15:46 by JeanNeron
APPX545Features
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 subsequen...
r15 - 28 Feb 2018 - 17:11 by JeanNeron
APPX546Features
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 sub...
APPX547Features
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 a...
r17 - 26 May 2020 - 13:11 by JeanNeron
APPX600HTMLFeatures
APPX HTML Client Features This page provides an overview of the features in the latest HTML client The version number of the client can be determined by hovering ...
r9 - 30 Jul 2020 - 08:52 by MisaghKarimi
APPX600LinuxNewInstallation
APPX 6.0.0 Linux/Unix New Installation Overview Two different methods are provided to install APPX on Linux/Unix. There is a GUI installer and a Console Mode...
r6 - 29 Mar 2018 - 16:47 by JeanNeron
APPX600NewInstallConfigAPPX
APPX 6 New Installation Configure APPX Overview The first time that APPX is run after the installation wizard completes, you will need to complete the initia...
r3 - 14 Apr 2021 - 08:35 by BrianRyan
APPX600UpgradeInstallation
APPX 6.1 Upgrade Instructions This page provides the information needed to upgrade an existing APPX 5.4.5 (or higher) installation to APPX 6.1 Overview Release 6...
r18 - 16 Mar 2021 - 15:51 by MisaghKarimi
APPX600WindowsNewInstallation
APPX 6.0.0 Windows New Installation Overview Two different methods are provided to install APPX on Windows. There is a GUI installer and a Console Mode (cha...
r5 - 23 Feb 2018 - 17:09 by JeanNeron
APPX610HTMLFeatures
APPX HTML Client Features This page provides an overview of the features in the latest HTML client The version number of the client can be determined by hovering ...
r9 - 09 Sep 2021 - 10:24 by MisaghKarimi
APPX610LinuxNewInstallation
APPX 6.1.0 (and greater) Linux/Unix New Installation Overview Two different methods are provided to install APPX on Linux/Unix. There is a GUI installer and ...
r10 - 28 Oct 2022 - 12:40 by BrianRyan
APPX610NewInstallConfigAPPX
APPX 6.1.0 New Installation Configure APPX Overview The first time that APPX is run after the installation wizard completes, you will need to complete the in...
r3 - 14 Apr 2021 - 08:31 by BrianRyan
APPX610UpgradeInstallation
APPX 6.1 (and greater) Upgrade Instructions This page provides the information needed to upgrade an existing APPX 5.4.5 (or higher) installation to APPX 6.1 and 6...
r34 - 13 Nov 2023 - 16:49 by JoeOrtagus
APPX610WindowsNewInstallation
APPX 6.1.0 (and greater) Windows New Installation Overview Two different methods are provided to install APPX on Windows. There is a GUI installer and a Con...
r11 - 28 Oct 2022 - 12:39 by BrianRyan
APPX620HTMLFeatures
APPX HTML Client Features This page provides an overview of the features in the latest HTML client The version number of the client can be determined by hovering ...
r41 - 01 Nov 2023 - 08:47 by BrianRyan
APPXADCLinuxInstallation
APPX Desktop Client Installation Linux Requirements The Appx Desktop Client should run on most varieties of Linux, however due to the sheer number of distribut...
r4 - 25 Feb 2016 - 17:22 by JeanNeron
APPXADCLinuxInstallationEs
APPX Desktop Client Installation Linux Requirements El Appx Desktop Client debe rodar en los varios Linux, pero porque hay muchas tipos de distribucion, ni tod...
r3 - 01 Feb 2010 - 17:52 by RayPelegrino
APPXADCMacInstallation
APPX Desktop Client Installation Mac OS/X Requirements IMPORTANT: The APPX Desktop Client only runs on Intel based Macs with OS/X 10.5 Update 1, or higher. Old...
r11 - 27 Feb 2020 - 15:28 by JeanNeron
APPXADCMacInstallationEs
APPX Desktop Client Installation Mac OS/X Requirements IMPORTANT: El APPX Desktop Client solamente roda en Intel Macs con OS/X 10.5 Update 1, o mas alto. Intel...
r2 - 31 Jan 2010 - 01:02 by RayPelegrino
APPXADCWindowsInstallation
APPX Desktop Client Installation Windows Requirements The Appx Desktop Client runs on all versions of desktop Windows, including Windows XP, Vista, Windows 7. ...
r4 - 25 Feb 2016 - 17:21 by JeanNeron
APPXADCWindowsInstallationEs
APPX Desktop Client Installation Windows Requirements El Appx Desktop Client roda en todas las versiones de desktop Windows, incluyendo Windows XP, Vista, Wind...
r2 - 31 Jan 2010 - 00:18 by RayPelegrino
APPXAuditLog
APPX Audit Log Feature This page describes the APPX Audit Log feature and provides instructions for enabling the APPX Audit Log feature on either Linux or Windows...
r25 - 19 Apr 2023 - 08:15 by BrianRyan
APPXAuditLogEs
APPX Audit Log Feature Esta pagina muestra el APPX Audit Log y prove informacion para seleccionar el APPX Audit Log feature. Overview APPX Audit Log caracterist...
r2 - 08 Feb 2011 - 21:43 by RayPelegrino
APPXClientEncryption
APPX Desktop Client Encryption Effective with Release 5.0.0, the APPX Desktop Client includes an option to enable SSL encryption for "Remote" APPX Desktop Client ...
r27 - 11 Feb 2016 - 16:35 by JeanNeron
APPXClientEncryptionEs
APPX Desktop Client Encryption Efectivamente con la liberacion de la version 5.0.0, el APPX Desktop Client incluye una opcion para permitir SSL encryption para se...
r6 - 11 Feb 2016 - 16:37 by JeanNeron
APPXDataAPI
Data API The Data API provides a set of tools you can use to have your APPX applications respond to web based queries. Overview The Data API is a collection of t...
r4 - 13 Aug 2020 - 17:45 by AlKalter
APPXEnvironmentVariables
APPX Environment Variables Environment Variables are used to modify the behavior of APPX at runtime. They may be set in the Windows or Unix operating system befor...
r5 - 21 Jan 2016 - 13:44 by JeanNeron
APPXExternalDatabases
APPX External Databases Using the APPX/ODBC Connection APPX 4.1 The APPX/ODBC Connection allows APPX Applications, through a Windows ODBC Server, to access a...
r4 - 08 Jan 2016 - 18:17 by JeanNeron
APPXGuiOutputRawText
Output Process Design Raw Text Widget Effective with Release 5.0.0, Raw Text widgets on output images have a defined behavior. Overview Prior to Release 5.0.0,...
r3 - 10 Nov 2010 - 16:23 by JeanNeron
APPXKeys
APPX Keys AppxKEYS is a utility program embedded in APPX that allows a user to create an APPX keyboard layout for character mode connections. The keyboard layout ...
r3 - 21 Jan 2016 - 15:26 by JeanNeron
APPXLicenseServer
APPX License Server NOTE Most of this information is redundant. In current versions, if a license server is not detected it will be started automatically by th...
r2 - 22 Jan 2016 - 16:55 by JeanNeron
APPXLoginManagerForUnixLinux
APPX Login Manager For Unix/Linux This page describes how to install the APPX Login Manager command and how to use it to install, configure, and manage APPX Login...
r68 - 19 Jan 2018 - 11:01 by JeanNeron
APPXLoginManagerForWindows
APPX Login Manager For Windows This page describes how to install the APPX Login Manager command and how to use it to install, configure, and manage APPX Login Se...
r71 - 19 Jan 2018 - 11:01 by JeanNeron
APPXMovies-IntroductoryTopicsEs
APPX Peliculas Temas introductorios Cada una de las siguientes sesiones es una pelicula flash autonoma, centrada en un aspecto de APPX ejecucion o diseno. Cad...
r7 - 13 Apr 2017 - 17:36 by JeanNeron
APPXNTOperationsandAdministration
APPX/NT Operations and Administration Note: The information here is generally obsolete since WinAppxD has been replaced by the APPX Login Manager. Contents: 1 ...
r5 - 06 Apr 2016 - 18:02 by JeanNeron
APPXODBCInstallationInstructions
APPX ODBC Installations Instructions This page provides instructions for installing APPX ODBC 5. Overview APPX ODBC is used by APPX customers to gain access to A...
r53 - 20 Jan 2016 - 17:12 by JeanNeron
APPXPresentationServerWinAppxD
APPX Presentation Server WinAppxD APPX Release 4.2.a and earlier This document includes questions and hints about installing and running APPX/Server on Window...
r8 - 06 Apr 2016 - 17:56 by JeanNeron
APPXProcessStack
APPX Process Stack Running an APPX application consists of a series of processes calling each other. For example, the Main Menu might call a submenu, which might ...
r2 - 18 Feb 2016 - 16:21 by JeanNeron
APPXQUERYReportWriter
APPX QUERY Report Writer Introduction: APPX Query (formerly known as APPX SQL) is an enduser oriented Report Generator. It allows endusers trained in its use to ...
r2 - 10 Sep 2014 - 13:13 by JeanNeron
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
APPXTMUNIXScripting
Using the APPX/TMUNIX Scripting Feature The following information is only applicable when running APPX in character mode (ie, not using the APPX Desktop or HTML c...
r3 - 18 Feb 2016 - 17:10 by JeanNeron
APPXUTILOverview
APPXUTIL Overview This document is applicable to versions of APPX prior to 4.2.0. If you are using a later version refer to File Analysis Recovery. What is AP...
r4 - 20 Jan 2016 - 13:15 by JeanNeron
APPXUsageLog
APPX Usage Log The APPX Usage log gives you the ability to track session log on/off, process execution and more. Overview The APPX Usage log can be used to track...
r2 - 27 Mar 2018 - 08:57 by JoeOrtagus
APPXonWindowsFromHandHeldViaLinuxTerminalServer
Running APPX on Windows from a hand held device via a Linux Terminal Server This document will demonstrate how you can run APPX on Windows in character mode when ...
r5 - 11 Feb 2016 - 17:45 by JeanNeron
AccessingQueryParameters
Accessing Query Parameters Overview: The Query specifications used to produce a report are stored in three memory files, defined in the application. You can fi...
r2 - 18 Feb 2016 - 16:43 by JeanNeron
AdvancedTopics
Advanced Topics Now that you understand the technique described above, there are some existing and soon to be released features to make the process a little easie...
r2 - 05 Apr 2016 - 16:39 by JeanNeron
AlignmentSpecficiation
Alignment Specification This chart explains the positioning when using the various 'align' routines in the Chart Director API. Constant Description Botto...
NEW - 18 Nov 2011 - 17:42 by JeanNeron
Appx429Debian5-64
APPX 4.2.9, MySQL, and UnixODBC on 64 bit Debian 5 APPX, MySQL, and UnixODBC will all work under 64 bit Debian, but because Debian is 64 bit and APPX is 32 bit, i...
r3 - 12 Feb 2016 - 13:43 by JeanNeron
Appx429MySQLRedHat
APPX 4.2.9, MySQL, and UnixODBC on RHEL 6/Scientific Linux 6/Oracle Linux 6/CentOS 6 Overview This document will demonstrate how to configure APPX 4.2.9 and MySQ...
r2 - 12 Feb 2016 - 13:43 by JeanNeron
Appx429MySQLRedHat5
APPX 4.2.9, MySQL, and UnixODBC on RHEL 5/Scientific Linux 5/Oracle Linux 5/CentOS 5 Overview This document will demonstrate how to configure APPX 4.2.9 and MySQ...
r3 - 12 Feb 2016 - 13:44 by JeanNeron
Appx429PostgreSQLRedHat5
APPX 4.2.9, PostgreSQL, and UnixODBC on RHEL 5/Scientific Linux 5/Oracle Linux 5/CentOS 5 Overview This document will demonstrate how to configure APPX 4.2.9 and...
r4 - 12 Feb 2016 - 13:44 by JeanNeron
Appx531Installation
APPX 5.3/5.3.1/5.3.3 Installation Instructions This page provides instructions for installing APPX 5.3/5.3.1/5.3.3. Notes * IMPORTANT: APPX Desktop Client ver...
r6 - 08 Sep 2014 - 16:34 by JeanNeron
Appx540Installation
APPX 5.4.x Installation Instructions This page provides instructions for installing APPX 5.4.x. Notes * IMPORTANT: APPX Desktop Client version should at least...
r4 - 10 Jun 2015 - 12:31 by JeanNeron
Appx541Installation
APPX 5.4.1/5.4.2 Installation Instructions This page provides instructions for installing APPX 5.4.1. Notes * IMPORTANT: APPX Desktop Client version should at...
r3 - 10 Sep 2015 - 12:07 by JeanNeron
Appx543Installation
APPX 5.4.3 Installation Instructions This page provides instructions for installing APPX 5.4.3. Notes * IMPORTANT: APPX Desktop Client version should at least...
r7 - 29 Apr 2016 - 14:10 by JoeOrtagus
Appx544Installation
APPX 5.4.4 Installation Instructions This page provides instructions for installing APPX 5.4.4. Notes * IMPORTANT: This version includes new SSL certificates...
r5 - 30 Jun 2016 - 12:16 by JeanNeron
Appx545Installation
APPX 5.4.5 Installation Instructions This page provides instructions for installing APPX 5.4.5. Notes * IMPORTANT: This version includes new SSL certificates...
r3 - 30 Apr 2017 - 14:46 by JeanNeron
Appx546Installation
APPX 5.4.6 Installation Instructions This page provides instructions for installing APPX 5.4.6. Notes * IMPORTANT: This version includes new SSL certificates...
r6 - 04 Oct 2018 - 10:53 by JeanNeron
Appx547Installation
APPX 5.4.7 Installation Instructions This page provides instructions for installing APPX 5.4.7. Notes * IMPORTANT: This version includes new SSL certificates....
r2 - 16 Jan 2019 - 11:22 by JeanNeron
Appx550Features
APPX 5.5.0/5.5.1/5.5.2 Feature Index This is the starting point to discover details of the new features found in APPX Release 5.5 and subsequent patch releases. F...
r33 - 29 May 2024 - 09:36 by BrianRyan
Appx550FeaturesAppDesign
APPX 5.5.0/5.5.1 Features Application Design This page describes the new features in Application Design in Release 5.5.0 and subsequent patch releases. Note tha...
r20 - 28 Jul 2020 - 10:57 by BrianRyan
Appx550FeaturesRunTime
APPX 5.5.0 Features Runtime This page describes the new features for the runtime environment in APPX 5.5.0. Overview The runtime environment received a facelif...
r3 - 12 Mar 2020 - 14:31 by JeanNeron
Appx550FeaturesSCCS
APPX 5.5.0 Features SCCS This page describes the changes made to the Sourc Code Control System (SCCS) Changes * Cosmetic changes: All scrolling screens now ...
r2 - 13 Feb 2020 - 11:47 by JeanNeron
Appx550FeaturesSysAdmin
APPX 5.5.0 Features System Administration This page describes the new features in Application Design New Environment Variables Some new environment variables h...
r7 - 28 Apr 2020 - 13:48 by JeanNeron
Appx550Installation
APPX 5.5.0/5.5.1/5.5.2 Installation Instructions This page provides instructions for installing APPX 5.5.0 and subsequent patch releases.. Notes * IMPORTANT: ...
r9 - 29 May 2024 - 09:05 by BrianRyan
Appx600Features
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 Unic...
r19 - 14 Jul 2020 - 15:31 by BrianRyan
Appx600Installation
APPX 6.0.0 Installation Instructions This page provides instructions for installing APPX 6.0.0 Notes * IMPORTANT: This version includes new SSL certificates....
r4 - 23 Feb 2018 - 12:56 by JeanNeron
Appx610Features
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 Uni...
r48 - 29 Apr 2022 - 10:38 by BrianRyan
Appx610Installation
APPX 6.1.0 and 6.2.0 Installation Instructions This page provides instructions for installing APPX 6.1.x and 6.2.x Notes * IMPORTANT: Client versions earlier...
r13 - 24 May 2022 - 10:21 by MisaghKarimi
Appx620Features
APPX 6.2.0 Features This page provides an overview of the new features in APPX 6.2.x Overview This release is primarily focused on the repair of bugs, found in b...
r100 - 07 Oct 2024 - 13:53 by BrianRyan
AppxHTMLClient
APPX HTML Client This page gives installation instructions and an overview of the Appx HTML client. Overview The Appx HTML client is designed to allow you to con...
r18 - 13 Feb 2015 - 11:57 by JeanNeron
AppxHTMLClient542
APPX HTML Client 5.4.2 This page gives installation instructions and an overview of the Appx HTML client. Overview The Appx HTML client is designed to allow you ...
r3 - 04 Dec 2015 - 13:19 by JeanNeron
AppxHTMLClient543
APPX HTML Client 5.4.3/5.4.4 This page gives installation instructions and an overview of the Appx HTML client. Overview The Appx HTML client is designed to allo...
r19 - 20 Oct 2016 - 13:55 by JoeOrtagus
AppxHTMLClient545
APPX HTML Client 5.4.5 This page gives installation instructions and an overview of the Appx HTML client. Overview The Appx HTML client is designed to allow you ...
r17 - 12 May 2020 - 16:38 by JeanNeron
AppxHTMLClient546
APPX HTML Client 5.4.6/5.4.7 This page gives installation instructions and an overview of the Appx HTML client. Overview The Appx HTML client is designed to allo...
r16 - 12 May 2020 - 16:38 by JeanNeron
AppxHTMLClient550
APPX HTML Client This page gives installation instructions and an overview of the Appx HTML client. Overview The Appx HTML client is designed to allow you to con...
r20 - 20 Jun 2024 - 15:49 by BrianRyan
AppxODBCWithVB
Accessing APPX Data From VB Using AppxODBC The Appx ODBC client allows you to access APPXIO data from external applications such as Excel, Crystal Reports, and ot...
r5 - 06 Apr 2016 - 13:13 by JeanNeron
AutomatingExportImportUnixCrontabs
Automating Export/Import with Unix Crontabs "Can I run an APPX process via a Unix command (one liner) to Export and Import? I would like to setup a crontab to han...
r2 - 21 Jan 2016 - 15:35 by JeanNeron
BackgroundProcessing
APPX Background Processing This document discusses APPX background processing. Overview Background processes refers to the ability of APPX to spawn another sess...
r11 - 19 Feb 2016 - 16:39 by JeanNeron
CDAddAxisLabel
.AXIS LABEL ADD NEXT This subroutine adds the specified label to the "current" Axis of the "current" chart.. Usage: PASS axis_label ...
r4 - 24 Feb 2012 - 19:15 by JeanNeron
CDAxisSetAxisAutoScale
.AXIS SET AXIS SCALE This subroutine sets the top extension, bottom extension, and zero affinity values that are to be used when auto scaling the "current" axis. ...
r3 - 24 Feb 2012 - 19:09 by JeanNeron
CDAxisSetAxisColor
.AXIS SET AXIS CLR This subroutine sets the color of the "current" axis Usage: PASS color_spec_name FIELD SHARE? N * ...
r3 - 24 Feb 2012 - 19:07 by JeanNeron
CDAxisSetAxisDirection
.AXIS SET AXIS VAL DIR This subroutine sets the direction for the values of the "current" axis. Usage: PASS val_dir FIELD ...
r3 - 24 Feb 2012 - 19:10 by JeanNeron
CDAxisSetAxisLength
.AXIS SET AXIS L This subroutine sets the length of the "current" axis Usage: PASS axis_length FIELD SHARE? N GOSUB...
r3 - 24 Feb 2012 - 19:08 by JeanNeron
CDAxisSetAxisMargins
.AXIS SET AXIS MARGIN This subroutine reserves margins at the end of the "current" axis Usage: PASS top_margin FIELD SHA...
r4 - 24 Feb 2012 - 19:08 by JeanNeron
CDAxisSetAxisMode
.AXIS SET AXIS MODE This subroutine sets the axis mode of the "current" axis to be INDENTED or DEFAULT. Usage: PASS axis_mode FIEL...
r3 - 24 Feb 2012 - 19:08 by JeanNeron
CDAxisSetAxisOffset
.AXIS SET AXIS OFFSET This subroutine sets the offset (x and y) of the "current" axis Usage: PASS x_offset FIELD SHARE...
r3 - 24 Feb 2012 - 19:09 by JeanNeron
CDAxisSetAxisRoundMax
.AXIS SET AXIS RND MAX This subroutine controls whether or not the maximum value of the "current" axis should be rounded to correspond with a tick value. Usage: ...
r2 - 24 Feb 2012 - 19:10 by JeanNeron
CDAxisSetAxisRoundMin
.AXIS SET AXIS RND MIN This subroutine controls whether or not the minimum value of the "current" axis should be rounded to correspond with a tick value. Usage: ...
r2 - 24 Feb 2012 - 19:09 by JeanNeron
CDAxisSetAxisWidth
.AXIS SET AXIS W This subroutine sets the width of the "current" axis Usage: PASS axis_width FIELD SHARE? N GOSUB ...
r3 - 24 Feb 2012 - 19:08 by JeanNeron
CDAxisSetCurrent
.AXIS SET CURRENT This subroutine is called to set the specified axis ("x", "y") of the "current" chart to be the "current" axis. Usage: PASS axis...
r4 - 24 Feb 2012 - 19:07 by JeanNeron
CDAxisSetLabelFontColor
.AXIS SET LBL FONT CLR This subroutine sets the font color for the "current" label of the "current" axis. Usage: PASS color_spec_name FI...
r3 - 24 Feb 2012 - 19:16 by JeanNeron
CDAxisSetLabelFontIndex
.AXIS SET LBL FONT IDX This subroutine sets the font index for the "current" label of the "current" axis. Usage: PASS font_index FI...
r3 - 24 Feb 2012 - 19:15 by JeanNeron
CDAxisSetLabelFontName
.AXIS SET LBL FONT NAM This subroutine sets the font name and font number for the "current" label of the "current" Axis. Usage: PASS font_name ...
r3 - 24 Feb 2012 - 19:15 by JeanNeron
CDAxisSetLabelFontSize
.AXIS SET LBL FONT SZ This subroutine sets the font size for the "current" label of the "current" axis. Usage: PASS font_height FIEL...
r3 - 24 Feb 2012 - 19:16 by JeanNeron
CDAxisSetLabelFontStyle
.AXIS SET LBL FONT STL This subroutine sets the font style for the "current" label of the "current" axis. Usage: PASS font_style FI...
r3 - 24 Feb 2012 - 19:16 by JeanNeron
CDAxisSetLabelFormat
.AXIS SET LBL FORMAT This subroutine sets format for the "current" label on the "current" axis. Usage: PASS lbl_format FIELD ...
r3 - 24 Feb 2012 - 19:17 by JeanNeron
CDAxisSetLabelGap
.AXIS SET LBL GAP This subroutine sets the gap between the labels and the axis for the "current" axis. Usage: PASS title_gap FIELD...
r3 - 24 Feb 2012 - 19:17 by JeanNeron
CDAxisSetLabelOffset
.AXIS SET LBL OFFSET This subroutine sets the offset of the labels for the the "current" axis. Usage: PASS lbl_offset FIELD ...
r4 - 24 Feb 2012 - 19:17 by JeanNeron
CDAxisSetLabelRotation
.AXIS SET LBL ROTATION This subroutine sets the rotation angle for the "current" label of the "current" axis. Usage: PASS rot_angle ...
r3 - 24 Feb 2012 - 19:16 by JeanNeron
CDAxisSetMinTickIncr
.AXIS SET TICK MIN INC This subroutine sets the minimum tick increment of the ticks on the "current" axis. Usage: PASS tick_inc F...
r2 - 24 Feb 2012 - 19:12 by JeanNeron
CDAxisSetTickColor
.AXIS SET TICK CLR This subroutine sets the color of the major and/or minor ticks on the "current" axis. Usage: PASS color_spec_name FIE...
r2 - 24 Feb 2012 - 19:11 by JeanNeron
CDAxisSetTickDensity
.AXIS SET TICK DENSITY This subroutine sets the distance in pixels between major ticks and minor ticks on the "current" axis. Usage: PASS maj_tick...
r3 - 24 Feb 2012 - 19:12 by JeanNeron
CDAxisSetTickLength
.AXIS SET TICK L This subroutine sets the length of the major and/or minor ticks on the "current" axis. Usage: PASS maj_tick_len FIEL...
r2 - 24 Feb 2012 - 19:11 by JeanNeron
CDAxisSetTickOffset
.AXIS SET TICK OFFSET This subroutine sets the offset of the ticks on the "current" axis. Usage: PASS tick_offset FIELD S...
r5 - 24 Feb 2012 - 19:12 by JeanNeron
CDAxisSetTickWidth
.AXIS SET TICK W This subroutine sets the length of the major and/or minor ticks on the "current" axis. Usage: PASS maj_tick_width FIEL...
r2 - 24 Feb 2012 - 19:12 by JeanNeron
CDAxisSetTitle
.AXIS SET TITLE This subroutine is called to set the title for the "current" axis. Usage: PASS axis_title FIELD SHARE? N...
r2 - 24 Feb 2012 - 19:13 by JeanNeron
CDAxisSetTitleAlignment
.AXIS SET TTL ALIGN This subroutine sets the alignment of the axis title for the title of the "current" axis. Usage: PASS title_alignment ...
r3 - 24 Feb 2012 - 19:14 by JeanNeron
CDAxisSetTitleFontColor
.AXIS SET TTL FONT CLR This subroutine sets the font color for the title of the "current" axis. Usage: PASS color_spec_name FIELD ...
r3 - 24 Feb 2012 - 19:14 by JeanNeron
CDAxisSetTitleFontIndex
.AXIS SET TTL FONT IDX This subroutine sets the font index for the title of the "current" axis. Usage: PASS font_index FIELD ...
r3 - 24 Feb 2012 - 19:13 by JeanNeron
CDAxisSetTitleFontName
.AXIS SET TTL FONT NAM This subroutine sets the font name and font number for the title of the "current" Axis. Usage: PASS font_name ...
r5 - 24 Feb 2012 - 19:13 by JeanNeron
CDAxisSetTitleFontSize
.AXIS SET TTL FONT SZ This subroutine sets the font size for the title of the "current" axis. Usage: PASS font_height FIELD ...
r2 - 24 Feb 2012 - 19:14 by JeanNeron
CDAxisSetTitleFontStyle
.AXIS SET TTL FONT STL This subroutine sets the font style for the title of the "current" axis. Usage: PASS font_style FIELD ...
r2 - 24 Feb 2012 - 19:13 by JeanNeron
CDAxisSetTitleGap
.AXIS SET TTL GAP This subroutine sets the gap between the axis title and the axis for the "current" axis. Usage: PASS title_gap F...
r2 - 24 Feb 2012 - 19:14 by JeanNeron
CDAxisSwapXY
.AXIS SWAP XY This subroutine is called to swap the X Y axis of the "current" chart. Usage: GOSUB 0CD .AXIS SWAP XY * Check for error ...
r2 - 14 Dec 2011 - 17:37 by JeanNeron
CDAxisSyncYAxis
.AXIS SYNC Y AXIS This subroutine sets a linear formula to synchronize the secondary y axis scale to the primary y axis scale. Usage: PASS slope ...
r2 - 14 Dec 2011 - 17:39 by JeanNeron
CDAxisYonRight
.AXIS Y ON RIGHT This subroutine is called to interchange the position of the primary y axis and the secondary y axis. Usage: GOSUB 0CD .AXIS Y ON RIGHT...
NEW - 14 Dec 2011 - 17:40 by JeanNeron
CDChartDirectorBaseChartRoutines
Base Chart Routines These subroutines allow you to set various attributes of your chart, regardless of the type of chart you are creating. Base Chart Routines ...
r9 - 19 Feb 2012 - 13:11 by JeanNeron
CDChartDirectorColorRoutines
Color Routines These subroutines allow you to set or change the color of the "current object". In most cases, you have to have assigned a color to an object via s...
r4 - 19 Jan 2012 - 12:10 by JeanNeron
CDChartDirectorDataRoutines
Data Routines These subroutines allow you supply the data you want on your chart. See Datasets Overview for an overview on using these subroutines. Dataset Routi...
r3 - 22 Dec 2011 - 16:33 by JeanNeron
CDChartDirectorDesignerAPI
Chart Director API for APPX These APIs can be used by an APPX designer to create business charts within an APPX application. Installation Tips Overview Data Ro...
r114 - 10 Oct 2016 - 15:09 by AlKalter
CDChartDirectorInstallation
Installation Tips This page describes some installation tips. Description: * If your server does not already have PHP installed, download and install PHP from...
r4 - 13 Feb 2018 - 10:54 by ErikGimbergh
CDChartDirectorInstallationEs
Instalacion Esta pagina describe algunos consejos de instalacion. Descripcion: * Si su servidor no tiene ya instalado PHP, hay que bajar y instalar PHP de h...
r4 - 19 Feb 2013 - 16:18 by RayPelegrino
CDChartDirectorKnownIssues
Known Issues * The Linear Meter chart type has a few problems: * The pointer files (PTR1/2) are not initialized when .CHART INITIALIZE is called, so eac...
r60 - 23 Mar 2012 - 17:06 by JeanNeron
CDChartDirectorOverview
Overview Release 5.1.0 of the APPX Utility includes a new designer API which can be used to create charts within an APPX application. This API provides APPX Desig...
r2 - 24 Jan 2012 - 13:19 by JeanNeron
CDChartDirectorPieChartRoutines
Pie Chart Routines These subroutines are used to create a Pie chart. Pie Chart Routines General .PIE SET DATASET Associate a dataset with the pie chart. .PIE...
r2 - 25 Nov 2011 - 11:57 by JeanNeron
CDChartDirectorTextRoutines
Text Object Routines All the text that you place on the chart is considered a 'text object', such as axis labels, chart titles, legends, etc. These subroutines al...
r3 - 16 Feb 2012 - 23:43 by JeanNeron
CDChartDirectorXYChartRoutines
XY Chart Routines These subroutines are used to create an XY chart. General .XY SET PLOT AREA Set the position and size of the plot area. .XY SET PLOT AREA:X S...
r14 - 18 Oct 2016 - 13:28 by JeanNeron
CDChartGetName
.CHART GET NAME This subroutine is called to get the name of the "current" chart spec. Usage: PASS FIELD SHARE? Y GOSUB ...
r6 - 19 Feb 2012 - 12:58 by JeanNeron
CDChartRender
.CHART RENDER This subroutine is called to render a chart for the "current" chart spec. Usage: PASS FIELD SHARE? Y SUBR...
r9 - 27 May 2013 - 21:44 by JeanNeron
CDChartSetBGColor
.CHART SET BG COLOR This subroutine sets the background color of the "current" chart spec. Usage: PASS FIELD SHARE? N * ...
r6 - 19 Feb 2012 - 13:00 by JeanNeron
CDChartSetBGSize
.CHART SET BG SIZE This subroutine sets the background size (width and height) of the "current" chart spec. Usage: PASS FIELD ...
r7 - 19 Feb 2012 - 12:59 by JeanNeron
CDChartSetBGSizeH
.CHART SET BG SIZE:H This subroutine sets the background height of the "current" chart spec. Usage: PASS FIELD SHARE? N ...
r7 - 19 Feb 2012 - 12:59 by JeanNeron
CDChartSetBGSizeW
.CHART SET BG SIZE:W This subroutine sets the background width of the "current" chart spec. Usage: PASS FIELD SHARE? N ...
r7 - 19 Feb 2012 - 13:00 by JeanNeron
CDChartSetCnrExteriorColor
.CHART SET CNR EXT CLR This subroutine sets the exterior color for rounded corners for the "current" chart. Usage: PASS color_spec_name ...
r2 - 19 Feb 2012 - 13:03 by JeanNeron
CDChartSetCornerRadius
.CHART SET CNR R This subroutine sets the radius of the corners of the "current" chart spec. Usage: PASS corner_tl FIELD ...
r6 - 19 Feb 2012 - 13:01 by JeanNeron
CDChartSetCornerRadiusBL
.CHART SET CNR R:BL This subroutine sets the radius of the bottom left corner of the "current" chart spec. Usage: PASS corner_bl F...
r5 - 19 Feb 2012 - 13:02 by JeanNeron
CDChartSetCornerRadiusBR
.CHART SET CNR R:BR This subroutine sets the radius of the bottom right corner of the "current" chart spec. Usage: PASS corner_br ...
r5 - 19 Feb 2012 - 13:02 by JeanNeron
CDChartSetCornerRadiusTL
.CHART SET CNR R:TL This subroutine sets the radius of the top left corner of the "current" chart spec. Usage: PASS corner_tl FIEL...
r5 - 19 Feb 2012 - 13:02 by JeanNeron
CDChartSetCornerRadiusTR
.CHART SET CNR R:TR This subroutine sets the radius of the top right corner of the "current" chart spec. Usage: PASS corner_tr FIE...
r5 - 19 Feb 2012 - 13:02 by JeanNeron
CDChartSetCornerStyle
.CHART SET CNR STYLE This subroutine sets the corner style of the "current" chart spec. Usage: PASS cnr_style FIELD SHA...
r4 - 19 Feb 2012 - 13:01 by JeanNeron
CDChartSetCurrent
.CHART SET CURRENT This subroutine is called to switch the context of the "current" chart spec to a previously initialized chart spec. Usage: PASS ...
r4 - 19 Feb 2012 - 12:58 by JeanNeron
CDChartSetDropShadow
.CHART SET DROP SHADOW This subroutine turns the drop shadow effect on or off for the "current" chart spec. Usage: PASS drop_shadow_sw ...
r5 - 19 Feb 2012 - 13:03 by JeanNeron
CDChartSetDropShadowBlurRadius
.CHART SET DS BLUR RAD This subroutine sets the blur radius of the drop shadow for the "current" chart spec. Usage: PASS blur_radius ...
r2 - 19 Feb 2012 - 13:04 by JeanNeron
CDChartSetDropShadowColor
.CHART SET DS COLOR This subroutine sets the color of the drop shadow for the "current" chart spec. Usage: PASS color_spec_name FIELD ...
r3 - 19 Feb 2012 - 13:03 by JeanNeron
CDChartSetDropShadowX
.CHART SET DS LOC:X This subroutine sets the X offset of the drop shadow for the "current" chart spec. Usage: PASS x_offset FIELD...
r3 - 19 Feb 2012 - 13:04 by JeanNeron
CDChartSetDropShadowXY
.CHART SET DS LOC This subroutine sets the location of the drop shadow for the "current" chart spec. Usage: PASS x_offset FIELD ...
r3 - 19 Feb 2012 - 13:03 by JeanNeron
CDChartSetDropShadowY
.CHART SET DS LOC:Y This subroutine sets the Y offset of the drop shadow for the "current" chart spec. Usage: PASS y_offset FIELD...
r3 - 19 Feb 2012 - 13:04 by JeanNeron
CDChartSetEdgeColor
.CHART SET EDGE COLOR This subroutine sets the edge color of the "current" chart spec. Usage: PASS FIELD SHARE? N * ...
r5 - 19 Feb 2012 - 13:01 by JeanNeron
CDChartSetEdgeEffect
.CHART SET EDGE EFFECT This subroutine sets the edge effect of the "current" chart spec. Usage: PASS FIELD SHARE? N GOSUB ...
r4 - 19 Feb 2012 - 13:01 by JeanNeron
CDChartSetEdgeWidth
.CHART SET EDGE WIDTH This subroutine set the width of the 3D border for the "current" chart spec. Usage: PASS chart_edge_width FIELD ...
r5 - 19 Feb 2012 - 13:01 by JeanNeron
CDChartSetImage
.CHART SET BG IMAGE This subroutine sets the background image of the "current" chart spec. If you want the image to be tiled across the background, use .CHART SET...
r4 - 19 Feb 2012 - 13:00 by JeanNeron
CDChartSetImagePath
.CHART SET IMAGE PATH This subroutine sets a search path for images for the "current" chart spec. Usage: PASS image_pathname FIELD ...
r4 - 22 Mar 2012 - 17:25 by JeanNeron
CDChartSetLegendBox
.CHART SET LEGEND BOX This subroutine is called to create a legend box on your chart. Usage: PASS x_coordinate FIELD SHARE...
r3 - 19 Feb 2012 - 12:59 by JeanNeron
CDChartSetShapeAntiAlias
.CHART SET SHAPE AA This subroutine turns anti aliasing mode on or off for shapes and lines on the "current" chart spec. Usage: PASS shape_aa_sw ...
r3 - 19 Feb 2012 - 13:05 by JeanNeron
CDChartSetTextAntiAliasMode
.CHART SET TXT AA MODE This subroutine sets the anti aliasing mode for text on the "current" chart spec. Usage: PASS text_aa FIE...
r3 - 19 Feb 2012 - 13:06 by JeanNeron
CDChartSetTitle
.CHART SET TITLE This subroutine is called to set the title for the "current" chart. Usage: PASS FIELD SHARE? N PASS...
r6 - 19 Feb 2012 - 12:59 by JeanNeron
CDChartSetTransparencyColor
.CHART SET TRANS COLOR This subroutine sets the transparency color for the "current" chart spec. Usage: PASS color_spec_name FIELD ...
r2 - 19 Feb 2012 - 13:05 by JeanNeron
CDChartSetTransparencyType
.CHART SET TRANS TYPE This subroutine sets the transparency type for the "current" chart spec. Usage: PASS trans_type FIELD ...
r4 - 19 Feb 2012 - 13:05 by JeanNeron
CDChartSetWallpaper
.CHART SET BG WALLPAPR This subroutine sets the background image of the "current" chart spec. The image will be tiled across the background of the chart, if you w...
r4 - 19 Feb 2012 - 13:00 by JeanNeron
CDColorGetName
.COLOR GET NAME This subroutine is called to get the name of the "current" color object. Usage: PASS color_spec_name FIELD SH...
r4 - 22 Feb 2012 - 13:03 by JeanNeron
CDColorInitialize
.COLOR INITIALIZE This subroutine is called to initialize or reinitialize a color object. Usage: PASS color_spec_name FIELD S...
r3 - 22 Feb 2012 - 13:03 by JeanNeron
CDColorSetBrightness
.COLOR SET BRIGHTNESS Sets the brightness of the "current" Color Object. Usage: PASS brightness FIELD SHARE? N GOS...
r2 - 22 Feb 2012 - 13:08 by JeanNeron
CDColorSetBrushedMetal
.COLOR SET BRUSH METAL Sets the strength of the texture to create a Brushed Metal Effect for the "current" Color Object. Usage: PASS texture_stren...
r4 - 22 Feb 2012 - 13:08 by JeanNeron
CDColorSetColor
.COLOR SET COLOR Sets the color of the "current" Color Object. Usage: PASS color_value FIELD SHARE? N GOSUB 0CD ...
r3 - 22 Feb 2012 - 13:05 by JeanNeron
CDColorSetCurrent
.COLOR SET CURRENT This subroutine is called to set the "current" Color Object to be a previously initialized Color Object. Usage: PASS color_spec...
r3 - 22 Feb 2012 - 13:03 by JeanNeron
CDColorSetDashLine
.COLOR SET DASH LINE Sets the dash line pattern for the "current" Color Object. Usage: PASS dash_line_pattern FIELD SHARE? N ...
r2 - 22 Feb 2012 - 13:09 by JeanNeron
CDColorSetDefault
.COLOR SET DEFAULT Clear the "current" Color Object. Usage: GOSUB 0CD .COLOR SET DEFAULT * Check for error IF 0CD .COLOR SET DE...
r3 - 22 Feb 2012 - 13:05 by JeanNeron
CDColorSetGlass
.COLOR SET GLASS Assigns a special shading effect that emulates tinted glass or semi transparent plastic material to the "current" color object. Usage: PAS...
r2 - 22 Feb 2012 - 13:06 by JeanNeron
CDColorSetGradient
.COLOR SET GRADIENT Changes the "current" color object to have a two point linear gradient color. Usage: PASS start_x FIELD ...
r2 - 22 Feb 2012 - 13:09 by JeanNeron
CDColorSetHalfColor
.COLOR SET HALF COLOR Sets the intensity of the "current" Color Object to be one half of the normal intensity. Usage: PASS half_color ...
r2 - 22 Feb 2012 - 13:08 by JeanNeron
CDColorSetMetal
.COLOR SET METAL Sets the direction for brightness modulation to create a Metal color effect for the "current" Color Object. Usage: PASS brightnes...
r2 - 22 Feb 2012 - 13:07 by JeanNeron
CDColorSetMetalGold
.COLOR SET GOLD Sets the color of the "current" Color Object to be Yellow (FFEE44) and sets the direction for brightness modulation to create a Gold Metal color e...
r2 - 22 Feb 2012 - 13:07 by JeanNeron
CDColorSetMetalSilver
.COLOR SET SILVER Sets the color of the "current" Color Object to be Gray (DDDDDD) and sets the direction for brightness modulation to create a Silver Metal color...
r2 - 22 Feb 2012 - 13:08 by JeanNeron
CDColorSetOpaque
.COLOR SET OPAQUE Sets the "current" Color object to be opaque. Usage: GOSUB 0CD .COLOR SET OPAQUE * Check for error IF 0CD .CO...
r2 - 22 Feb 2012 - 13:07 by JeanNeron
CDColorSetTransparent
.COLOR SET TRANSPARENT Sets the "current" Color object to be transparent. Usage: GOSUB 0CD .COLOR SET TRANSPARENT * Check for error I...
r2 - 22 Feb 2012 - 13:07 by JeanNeron
CDColorSetsoft
.COLOR SET SOFT Assigns a special shading effect that looks like gradient coloring to the "current" color object. Usage: PASS direction ...
r3 - 22 Feb 2012 - 13:06 by JeanNeron
CDDatasetGetName
.DATASET GET NAME This subroutine gets the name of the "current" Dataset. Usage: PASS dataset_name FIELD SHARE? Y GO...
r2 - 19 Feb 2012 - 13:12 by JeanNeron
CDDatasetInitialize
.DATASET INITIALIZE This subroutine is called to initialize a dataset. Usage: PASS number_of_dimensions FIELD SHARE? N PASS ...
r4 - 19 Feb 2013 - 16:33 by RayPelegrino
CDDatasetInitializeEs
.DATASET INITIALIZE Esta subrutina es llamada para inicializar un conjunto de datos. Usage: PASS number_of_dimensions FIELD SHARE?...
NEW - 19 Feb 2013 - 16:43 by RayPelegrino
CDDatasetSetCurrent
.DATASET SET CURRENT This subroutine sets the "current" Dataset to be a previously initialized Dataset. Usage: PASS dataset_name FIEL...
r2 - 19 Feb 2012 - 13:12 by JeanNeron
CDLayerAddDataGroup
.LAYER ADD DATA GROUP This subroutine adds a Data Group to the current chart layer. Usage: PASS data_group_name FIELD SHARE? ...
r3 - 19 Feb 2012 - 13:13 by JeanNeron
CDLayerAddDataGroupEs
.LAYER ADD DATA GROUP Esta subrutina se agrega un grupo de datos a la capa de tabla actual. Usage: PASS data_group_name FIELD ...
NEW - 19 Feb 2013 - 21:01 by RayPelegrino
CDLayerAddDataSet
.LAYER ADD DATASET This subroutine adds a Data Set Template to the current Data Group. Usage: PASS data_set_name FIELD SHAR...
r2 - 25 Nov 2011 - 13:41 by JeanNeron
CDLayerAddDataSetTemplate
.LAYER ADD DATASET TM This subroutine adds a Data Set Template to the current Data Group. Usage: PASS data_set_name FIELD S...
r4 - 19 Feb 2012 - 13:13 by JeanNeron
CDLayerAddDataSetTemplateEs
.LAYER ADD DATASET TM Esta subrutina se suma una plantilla de conjunto de datos en el grupo de datos actual. Usage: PASS data_set_name ...
NEW - 19 Feb 2013 - 21:05 by RayPelegrino
CDLayerLinkDataSet
.LAYER LINK DATASET This subroutine links a Data Set to a Data Set Template. Usage: * Opt PASS dataset_name FIELD SHARE? N * Opt...
NEW - 03 Nov 2011 - 17:36 by JeanNeron
CDLayerLinkDataSetTemplate
.LAYER LINK DATASET TM This subroutine links a Data Set to a Data Set Template. Usage: * Opt PASS dataset_name FIELD SHARE? N * ...
r4 - 19 Feb 2012 - 13:13 by JeanNeron
CDLayerLinkDataSetTemplateEs
.LAYER LINK DATASET TM Esta subrutina enlaces un conjunto de datos a una plantilla de conjunto de datos. Usage: * Opt PASS dataset_name FIE...
NEW - 19 Feb 2013 - 21:10 by RayPelegrino
CDLegendKeyAddNext
.LEGEND KEY ADD NEXT This subroutine adds a new legend key to the "current" Legend Box. Usage: PASS legend_text FIELD SHA...
r3 - 19 Feb 2012 - 13:09 by JeanNeron
CDLegendKeyInitialize
.LEGEND KEY INTIALIZE This subroutine adds a new legend key to the "current" Legend Box at the specified priority. Usage: PASS entry_priority ...
r3 - 19 Feb 2012 - 13:09 by JeanNeron
CDLegendKeySetLineWidth
.LEGEND KEY SET LN W This subroutine sets the line width of the legend key at the specified priority on the "current" Legend Box. Usage: PASS entr...
r3 - 19 Feb 2012 - 13:10 by JeanNeron
CDLegendSetKeyColumns
.LEGEND SET KEY COLS This subroutine sets the number of columns to be used with the "autogrid" Key Layout method for the "current" Legend Box. Usage: PASS ...
r6 - 19 Feb 2012 - 13:06 by JeanNeron
CDLegendSetKeyGap
.LEGEND SET KEY GAP This subroutine sets the horizontal gap between two legend entries for horizontal legend layout and the vertical gap (line spacing) between th...
r4 - 19 Feb 2012 - 13:08 by JeanNeron
CDLegendSetKeyGapHoriz
.LEGEND SET KEY GAP:H This subroutine sets the horizontal gap between two legend entries for horizontal legend layout for the "current" Legend Box. Usage: ...
r4 - 19 Feb 2012 - 13:08 by JeanNeron
CDLegendSetKeyGapVert
.LEGEND SET KEY GAP:V This subroutine sets the vertical gap between two legend entries for "current" Legend Box. Usage: PASS vert_gap ...
r3 - 19 Feb 2012 - 13:08 by JeanNeron
CDLegendSetKeyIconEdgeColor
.LEGEND SET ICON E CLR This subroutine sets the icon edge color of the "current" chart spec. Usage: PASS color_spec_name FIELD ...
r3 - 19 Feb 2012 - 13:08 by JeanNeron
CDLegendSetKeyIconEdgeEffect
.LEGEND SET ICON E EFF This subroutine sets the icon edge effect of the "current" chart spec. Usage: PASS icon_edge_effect FIELD ...
r3 - 19 Feb 2012 - 13:09 by JeanNeron
CDLegendSetKeyIconEdgeWidth
.LEGEND SET ICON E W This subroutine sets the width of the icon edges in the "current" chart spec. Usage: PASS edge_width FIELD ...
r3 - 19 Feb 2012 - 13:09 by JeanNeron
CDLegendSetKeyIconGap
.LEGEND SET ICON GAP This subroutine sets the distance between legend key icons and the legend text for the "current" Legend Box. Usage: PASS icon...
r4 - 19 Feb 2012 - 13:07 by JeanNeron
CDLegendSetKeyIconHeight
.LEGEND SET ICON SZ:H This subroutine sets the height of the legend key icons for the "current" Legend Box. Usage: PASS icon_height ...
r4 - 19 Feb 2012 - 13:07 by JeanNeron
CDLegendSetKeyIconSize
.LEGEND SET ICON SZ This subroutine sets the width and height of the legend key icons for the "current" Legend Box. Usage: PASS icon_width ...
r4 - 19 Feb 2012 - 13:07 by JeanNeron
CDLegendSetKeyIconWidth
.LEGEND SET ICON SZ:W This subroutine sets the width of the legend key icons for the "current" Legend Box. Usage: PASS icon_width F...
r4 - 19 Feb 2012 - 13:07 by JeanNeron
CDLegendSetKeyLayout
.LEGEND SET KEY LAYOUT This subroutine sets the layout style for the "current" legend. Usage: PASS template FIELD SHAR...
r6 - 19 Feb 2012 - 13:06 by JeanNeron
CDLegendSetKeyOrder
.LEGEND SET KEY ORDER This subroutine sets the key order to be ascending or descending for the "current" Legend Box.. Usage: PASS key_order ...
r5 - 19 Feb 2012 - 13:06 by JeanNeron
CDLegendSetKeyStyle
.LEGEND SET KEY STYLE This subroutine sets the icon key style of the "current" chart spec. Usage: PASS key_style FIELD ...
r3 - 19 Feb 2012 - 13:09 by JeanNeron
CDLegendSetKeyTemplate
.LEGEND SET TEMPLATE This subroutine sets the template for the style for the "current" legend. Usage: PASS template FIELD ...
r4 - 19 Feb 2012 - 13:06 by JeanNeron
CDLineInitialize
.LINE INITIALIZE This subroutine initializes a line on the "current" chart. Usage: PASS line_spec_name FIELD SHARE? N ...
r2 - 19 Feb 2012 - 12:38 by JeanNeron
CDLineSetClr
.LINE SET CLR This subroutine sets the color of the "current" line object. Usage: PASS color_spec_name FIELD SHARE? N *...
NEW - 17 Feb 2012 - 18:09 by JeanNeron
CDLineSetEndXY
.LINE SET END XY This subroutine changes the ending co ordinates of the "current" line. Usage: PASS end_x FIELD SHA...
NEW - 17 Feb 2012 - 18:12 by JeanNeron
CDLineSetStartXY
.LINE SET START XY This subroutine changes the starting co ordinates of the "current" line. Usage: PASS start_x FIELD ...
NEW - 17 Feb 2012 - 18:14 by JeanNeron
CDLineSetW
.LINE SET W This subroutine sets the width of the "current" line object. Usage: PASS line_width FIELD SHARE? N GOS...
NEW - 19 Feb 2012 - 12:43 by JeanNeron
CDOverviewChartDesign
Chart Design Overview This page describes the basic steps and related subroutine calls for creating a simple chart. Description: Designing a chart can be as simp...
r6 - 27 May 2013 - 21:37 by JeanNeron
CDOverviewChartRender
Chart Rendering Overview This page describes the process for rendering a chart and using it in your Appx program. Description: After you have initialized your ch...
r4 - 27 May 2013 - 21:30 by JeanNeron
CDOverviewChartRenderEs
Chart Rendering Overview Resumen Representacion de Tablas Esta pagina describe el proceso de presentacion de una chart y utilizarla en su programa APPX Descripc...
r3 - 15 Feb 2013 - 20:34 by RayPelegrino
CDOverviewDatasetDefinition
Datasets Overview This page describes the basic steps and related subroutine calls for supplying data to the charting routines. Description: Data and the present...
r9 - 22 Nov 2013 - 11:09 by AlKalter
CDOverviewDatasetDefinitionEs
Datasets Overview Informacion general de conjunto de datos Esta pagina describe los pasos basicos y las llamadas relacionadas con el subprograma para el suminis...
r4 - 19 Feb 2013 - 16:32 by RayPelegrino
CDOverviewKeyConcepts
Key Concepts This page describes de key concepts you should know before using the API's. Description: The API's have been designed so that you have a minimum num...
r10 - 28 Jan 2015 - 12:50 by JeanNeron
CDOverviewKeyConceptsEs
Conceptos Clave Esta pagina describe los conceptos clave que usted debe saber antes de usar el API's. Descripcion: Las APIs se han sido disenado para que tenga ...
r3 - 15 Feb 2013 - 20:24 by RayPelegrino
CDOverviewTroubleshooting
Troubleshooting Tips This page describes some troubleshooting tips. Description: * When creating a new chart, find an example chart that is close to the layou...
r4 - 06 May 2013 - 12:59 by JeanNeron
CDOverviewTroubleshootingEs
Consejos para solucionar problemas Esta pagina describe algunas sugerencias para solucionar problemas. Descripcion: Al crear un nuevo grafico, encuentra un gr...
r2 - 15 Feb 2013 - 03:47 by RayPelegrino
CDPieSectorAddNext
.PIE SECT ADD NEXT This subroutine is called to create a new pic chart sector spec. Usage: PASS sector_data_point FIELD SHARE? ...
r5 - 06 Mar 2015 - 11:08 by WimJongejan
CDPieSectorInitialize
.PIE SECT INITIALIZE This subroutine is called to initialize or reinitialize a pie sector spec. Usage: PASS chart_spec_name FIELD ...
r4 - 24 Feb 2012 - 18:52 by JeanNeron
CDPieSectorSetCurrent
.PIE SECT SET CURRENT This subroutine is called to select a new "current" pie sector spec. Usage: PASS sector_no FIELD ...
r3 - 24 Feb 2012 - 18:52 by JeanNeron
CDPieSet3DDepth
.PIE SET 3D DEPTH This subroutine sets the 3D Depth for all pie sectors. Usage: PASS pie_3D_depth FIELD SHARE? N GOS...
r4 - 24 Feb 2012 - 18:49 by JeanNeron
CDPieSet3DMode
.PIE SET 3D MODE This subroutine sets the 3D mode of a pie chart. Usage: PASS pie_3d_mode FIELD SHARE? N GOSUB 0...
r4 - 24 Feb 2012 - 18:49 by JeanNeron
CDPieSet3DSectDepth
.PIE SET SECT 3D DEPTH This subroutine sets the sector 3D Depth for all pie sectors, a range of pie sectors, an individual pie sector, or the current pie sector. ...
r2 - 24 Feb 2012 - 18:49 by JeanNeron
CDPieSet3DViewAngle
.PIE SET 3D VIEW ANGLE This subroutine sets the 3D view angle of the "current" pie chart. Usage: PASS 3D_view_angle FIELD S...
r5 - 24 Feb 2012 - 18:49 by JeanNeron
CDPieSetDataset
.PIE SET DATASET This subroutine associates a dataset with the "current" pie chart. Usage: PASS dataset_name FIELD SHARE? ...
r3 - 24 Feb 2012 - 18:47 by JeanNeron
CDPieSetLabelBounds
.PIE SET LBL BOUNDS This subroutine sets the upper and lower bounds for drawing labels on the "current" chart. Usage: PASS top_bound ...
r3 - 24 Feb 2012 - 18:51 by JeanNeron
CDPieSetLabelBoundsBottom
.PIE SET LBL BOUNDS:B This subroutine sets the lower bound for drawing labels on the "current" chart. Usage: PASS bottom_bound FIELD ...
r3 - 24 Feb 2012 - 18:52 by JeanNeron
CDPieSetLabelBoundsTop
.PIE SET LBL BOUNDS:T This subroutine sets the upper bound for drawing labels on the "current" chart. Usage: PASS top_bound FIELD ...
r3 - 24 Feb 2012 - 18:51 by JeanNeron
CDPieSetLabelDistance
.PIE SET LBL DISTANCE This subroutine sets the label layout for all pie sectors, a range of pie sectors, an individual pie sector, or the "current" pie sector. U...
r5 - 24 Feb 2012 - 18:55 by JeanNeron
CDPieSetLabelFormat
.PIE SET LBL FORMAT This subroutine sets format for pie sector labels for all pie sectors, a range of pie sectors, an individual pie sector, or the "current" pie ...
r3 - 24 Feb 2012 - 18:55 by JeanNeron
CDPieSetLabelJoinLineColor
.PIE SET LBL JN LN CLR This subroutine sets the color of the lines that join the pie sector perimeter with the pie sector labels for all pie sectors, a range of p...
r3 - 24 Feb 2012 - 18:55 by JeanNeron
CDPieSetLabelJoinLineWidth
.PIE SET LBL JN LN W This subroutine sets the width of the lines that join the pie sector perimeter with the pie sector labels for all pie sectors, a range of pie...
r3 - 24 Feb 2012 - 18:55 by JeanNeron
CDPieSetLabelLayoutMethod
.PIE SET LBL LAYOUT This subroutine sets the label layout for all pie sectors, a range of pie sectors, an individual pie sector, or the "current" pie sector. Usa...
r3 - 24 Feb 2012 - 18:54 by JeanNeron
CDPieSetOrigin
.PIE SET ORIGIN This subroutine sets the x and y coordinates (horizontal and vertical) of the center of the pie for the "current" chart. Usage: PASS ...
r4 - 24 Feb 2012 - 18:47 by JeanNeron
CDPieSetOriginX
.PIE SET ORIGIN:X This subroutine sets the x coordinate (horizontal) of the center of the pie for the "current" chart. Usage: PASS pie_X_coord ...
r3 - 24 Feb 2012 - 18:48 by JeanNeron
CDPieSetOriginY
.PIE SET ORIGIN:Y This subroutine sets the y coordinate (vertical) of the center of the pie for the "current" chart. Usage: PASS pie_Y_coord ...
r3 - 24 Feb 2012 - 18:48 by JeanNeron
CDPieSetRadius
.PIE SET RADIUS This subroutine sets the radius of the pie for the "current" chart. Usage: PASS outer_radius FIELD SHARE? ...
r3 - 24 Feb 2012 - 18:48 by JeanNeron
CDPieSetRadiusInner
.PIE SET RADIUS:INNER This subroutine sets the inner radius of the pie for the "current" chart. Usage: PASS inner_radius FIELD ...
r3 - 24 Feb 2012 - 18:50 by JeanNeron
CDPieSetRadiusOuter
.PIE SET RADIUS:OUTER This subroutine sets the outer radius of the pie for the "current" chart. Usage: PASS outer_radius FIELD ...
r3 - 24 Feb 2012 - 18:50 by JeanNeron
CDPieSetSectorBackgroundColor
.PIE SET SECT BG CLR This subroutine sets the background color of the "current" or specified sector specs. Usage: PASS color_spec_name F...
r3 - 24 Feb 2012 - 18:53 by JeanNeron
CDPieSetSectorEdgeColor
.PIE SET SECT EDGE CLR This subroutine sets the edge color of the "current" or specified sector specs. Usage: PASS color_spec_name FIELD...
r3 - 24 Feb 2012 - 18:53 by JeanNeron
CDPieSetSectorEdgeWidth
.PIE SET SECT EDGE W This subroutine sets the edge width of the "current" or specified sector specs. Usage: PASS edge_width FIELD ...
r3 - 24 Feb 2012 - 18:53 by JeanNeron
CDPieSetSectorExplosionDistance
.PIE SET SECT EXP DIST This subroutine sets the distance between exploded sectors for the "current" or specified sector specs. Usage: PASS exp_dis...
r3 - 24 Feb 2012 - 18:54 by JeanNeron
CDPieSetSectorLabel
.PIE SET SECT LABEL This subroutine sets the label for the "current" or specified sector specs. Usage: PASS sector_label FIELD ...
r4 - 24 Feb 2012 - 18:54 by JeanNeron
CDPieSetSectorLayout
.PIE SET LAYOUT This subroutine sets the starting angle of the first sector and the direction for subsequent sectors for the "current" chart. Usage: PASS ...
r3 - 24 Feb 2012 - 18:50 by JeanNeron
CDPieSetSectorLayoutDir
.PIE SET LAYOUT:DIR This subroutine sets the direction for drawing sectors for the "current" chart. Usage: PASS layout_clockwise FIELD ...
r3 - 24 Feb 2012 - 18:51 by JeanNeron
CDPieSetSectorPosition
.PIE SET SECT POSITION This subroutine sets the position (Normal or Exploded) of the "current" or specified sector specs. Usage: PASS sector_pos ...
r3 - 24 Feb 2012 - 18:54 by JeanNeron
CDPieSetSectorShading
.PIE SET SECT SHADING This subroutine sets the shading method of the "current" or specified sector specs. Usage: PASS shade_method FI...
r3 - 24 Feb 2012 - 18:53 by JeanNeron
CDPieSetSectorStartAngle
.PIE SET LAYOUT:ANGLE This subroutine sets the starting angle of the first sector for the "current" chart. Usage: PASS starting_angle F...
r3 - 24 Feb 2012 - 18:51 by JeanNeron
CDPieSetShape
.PIE SET SHAPE This subroutine is called to set the shape of the pie chart to be Standard or Donut. Usage: PASS FIELD SH...
r3 - 24 Feb 2012 - 18:50 by JeanNeron
CDPieSetView
.PIE SET VIEW This subroutine sets the view of the "current" pie chart to be 2D or 3D. Usage: PASS FIELD SHARE? N ...
r3 - 24 Feb 2012 - 18:48 by JeanNeron
CDPointAddNew
.POINT ADD NEW This subroutine adds a new Point to the "current" Dataset. Usage: PASS dataset_point_value1 FIELD SHARE? N ...
r4 - 18 Oct 2016 - 13:39 by JeanNeron
CDPointAddNewEs
.POINT ADD NEW Esta subrutina agrega un nuevo punto al "actual" conjunto de datos. Usage: PASS dataset_point_value1 FIELD S...
NEW - 19 Feb 2013 - 16:56 by RayPelegrino
CDPointSetValue
.POINT SET VALUE This subroutine changes the value of an existing data point. Usage: PASS dataset_point_value1 FIELD SHARE?...
r2 - 19 Feb 2012 - 13:13 by JeanNeron
CDShapeGetName
.SHAPE GET NAME Gets the name of the "current" Shape Object. Usage: PASS shape_name FIELD SHARE? Y GOSUB OCD .SHAPE ...
r2 - 24 Feb 2012 - 19:18 by JeanNeron
CDShapeInitialize
.SHAPE INITIALIZE This subroutine is called to initialize or reinitialize a shape spec. Usage: PASS shape_name FIELD SHARE? N...
r4 - 24 Feb 2012 - 19:18 by JeanNeron
CDShapeSetCurrent
.SHAPE SET CURRENT Set the "current" Shape Object to be a previously initialized Shape Object. Usage: PASS shape_name FIELD S...
r2 - 24 Feb 2012 - 19:18 by JeanNeron
CDShapeSetDefault
.SHAPE SET DEFAULT Clear the "current" Shape Object. Usage: GOSUB OCD .SHAPE SET DEFAULT * Check for error IF OCD .SHAPE SET DE...
r2 - 24 Feb 2012 - 19:18 by JeanNeron
CDShapeSetNextPoint
.SHAPE SET NEXT POINT This subroutine is called to create a custom shape. Usage: PASS x_point FIELD SHARE? N PASS ...
r2 - 24 Feb 2012 - 19:20 by JeanNeron
CDShapeSetPoints
.SHAPE SET POINTS CNT This subroutine is called to set the number of sides, points or width for the current shape. Usage: PASS no_of_points ...
NEW - 20 Oct 2011 - 17:07 by JeanNeron
CDShapeSetShape
.SHAPE SET SHAPE ID This subroutine changes the shape id of the "current" shape. Usage: PASS shape_id FIELD SHARE? N ...
r2 - 24 Feb 2012 - 19:19 by JeanNeron
CDShapeSetSides
.SHAPE SET SIDES CNT This subroutine is called to set the number of sides, points or width for the current shape. Usage: PASS no_of_points ...
r2 - 24 Feb 2012 - 19:19 by JeanNeron
CDShapeSetWidth
.SHAPE SET WIDTH PCT This subroutine is called to set the number of sides, points or width for the current shape. Usage: PASS width_percent ...
r2 - 24 Feb 2012 - 19:20 by JeanNeron
CDTextBxAlign
.TEXT BX ALIGN This subroutine sets the alignment (position) of the "current" text box. Usage: PASS box_alignment FIELD SHA...
r2 - 22 Feb 2012 - 12:53 by JeanNeron
CDTextGetName
.TEXT GET NAME This subroutine is called to get the name of the "current" text object. Usage: PASS text_spec_name FIELD SHAR...
r2 - 22 Feb 2012 - 12:51 by JeanNeron
CDTextInitialize
.TEXT INITIALIZE This subroutine is called to initialize or reinitialize a text object. Usage: PASS text_spec_name FIELD SHA...
r3 - 22 Feb 2012 - 12:50 by JeanNeron
CDTextSetBoxBGColor
.TEXT SET BX BG CLR This subroutine sets the background color for the "current" Text Object . Usage: PASS color_spec_name FIELD ...
r2 - 22 Feb 2012 - 12:53 by JeanNeron
CDTextSetBoxCornerRadius
.TEXT SET BX CNR R This subroutine sets the radius of the corners of the "current" text box. Usage: PASS top_left_radius FIELD ...
r2 - 22 Feb 2012 - 12:56 by JeanNeron
CDTextSetBoxCornerRadiusBL
.TEXT SET BX CNR R:BL This subroutine sets the radius of the bottom left corner of the "current" text box. Usage: PASS bottom_left_radius ...
r2 - 22 Feb 2012 - 12:57 by JeanNeron
CDTextSetBoxCornerRadiusBR
.TEXT SET BX CNR R:BR This subroutine sets the radius of the bottom right corner of the "current" text box. Usage: PASS bottom_right_radius ...
r2 - 22 Feb 2012 - 12:57 by JeanNeron
CDTextSetBoxCornerRadiusTL
.TEXT SET BX CNR R:TL This subroutine sets the radius of the top left corner of the "current" text box. Usage: PASS top_left_radius FIEL...
r2 - 22 Feb 2012 - 12:56 by JeanNeron
CDTextSetBoxCornerRadiusTR
.TEXT SET BX CNR R:TR This subroutine sets the radius of the top right corner of the "current" text box. Usage: PASS top_right_radius FIE...
r2 - 22 Feb 2012 - 12:57 by JeanNeron
CDTextSetBoxCornerType
.TEXT SET BX CNR STYLE This subroutine sets the corner style of the "current" text object. Usage: PASS corner_style FIELD ...
r2 - 22 Feb 2012 - 12:56 by JeanNeron
CDTextSetBoxEdgeColor
.TEXT SET BX EDGE CLR This subroutine sets the edge color for the "current" Text Object . Usage: PASS color_spec_name FIELD S...
r2 - 22 Feb 2012 - 12:53 by JeanNeron
CDTextSetBoxEdgeEffect
.TEXT SET BX EDGE EFF This subroutine sets the edge effect for the "current" Text Object . Usage: PASS edge_effect FIELD ...
r2 - 22 Feb 2012 - 12:55 by JeanNeron
CDTextSetBoxEdgeWidth
.TEXT SET BX EDGE W This subroutine sets the edge width for the "current" Text Object . Usage: PASS edge_width FIELD SHA...
r3 - 22 Feb 2012 - 12:56 by JeanNeron
CDTextSetBoxLocation
.TEXT SET BX LOC This subroutine sets the offset (x and y) of the "current" Text Object . Usage: PASS X_location FIELD S...
r2 - 22 Feb 2012 - 12:57 by JeanNeron
CDTextSetBoxLocationX
.TEXT SET BX LOC:X This subroutine sets the X offset of the "current" Text Object . Usage: PASS X_location FIELD SHARE? ...
r2 - 22 Feb 2012 - 12:58 by JeanNeron
CDTextSetBoxLocationY
.TEXT SET BX LOC:Y This subroutine sets the Y offset of the "current" Text Object . Usage: PASS Y_location FIELD SHARE? ...
r2 - 22 Feb 2012 - 12:58 by JeanNeron
CDTextSetBoxSize
.TEXT SET BX SZ This subroutine sets the size (height and width) of the "current" Text Object . Usage: PASS txt_bx_height FIELD ...
r2 - 22 Feb 2012 - 12:58 by JeanNeron
CDTextSetBoxSizeHeight
.TEXT SET BX SZ:H This subroutine sets the height of the "current" Text Object . Usage: PASS txt_bx_height FIELD SHARE? N ...
r2 - 22 Feb 2012 - 12:58 by JeanNeron
CDTextSetBoxSizeWidth
.TEXT SET BX SZ:H This subroutine sets the width of the "current" Text Object . Usage: PASS txt_bx_width FIELD SHARE? N ...
r2 - 22 Feb 2012 - 12:59 by JeanNeron
CDTextSetBoxZOrder
.TEXT SET BX Z ORDER This subroutine sets the Z order for the "current" Text Object . Usage: PASS z_order FIELD SHARE...
r2 - 22 Feb 2012 - 12:59 by JeanNeron
CDTextSetCurrent
.TEXT SET CURRENT This subroutine is called to set the "current" Text Object to be a previously initialized Text Object. Usage: PASS text_spec_nam...
r2 - 22 Feb 2012 - 12:51 by JeanNeron
CDTextSetFontColor
.TEXT SET FONT CLR This subroutine sets the font color for the "current" text object. Usage: PASS color_spec_name FIELD SHARE...
r2 - 22 Feb 2012 - 12:53 by JeanNeron
CDTextSetFontIndex
.TEXT SET FONT INDEX This subroutine sets the font index for the "current" text object. Usage: PASS font_index FIELD SHA...
r2 - 22 Feb 2012 - 12:52 by JeanNeron
CDTextSetFontName
.TEXT SET FONT NAME This subroutine sets the font name and font number for the "current" text object. Usage: PASS font_name FIELD ...
r2 - 22 Feb 2012 - 12:51 by JeanNeron
CDTextSetFontSize
.TEXT SET FONT SZ This subroutine sets the font size for the "current" text object. Usage: PASS font_height FIELD SHARE? ...
r2 - 22 Feb 2012 - 12:52 by JeanNeron
CDTextSetFontSizeH
.TEXT SET FONT SZ:H This subroutine sets the font height for the "current" text object. Usage: PASS font_height FIELD SHA...
r2 - 22 Feb 2012 - 12:52 by JeanNeron
CDTextSetFontSizeW
.TEXT SET FONT SZ:W This subroutine sets the font width for the "current" text object. Usage: PASS font_width FIELD SH...
r4 - 22 Feb 2012 - 12:52 by JeanNeron
CDTextSetFontStyle
.TEXT SET FONT STYLE This subroutine sets the font style for the "current" text object. Usage: PASS font_style FIELD SHA...
r2 - 22 Feb 2012 - 12:52 by JeanNeron
CDTextSetText
.TEXT SET TEXT This subroutine is called to set the text for the "current" text object. Usage: PASS text_string FIELD SHA...
r3 - 22 Feb 2012 - 12:51 by JeanNeron
CDTextSetTextAlignment
.TEXT SET TXT ALIGN This subroutine sets the alignment of the text in the "current" text object. Usage: PASS text_alignment FIELD ...
r2 - 22 Feb 2012 - 13:02 by JeanNeron
CDTextSetTextLayout
.TEXT SET TXT LAYOUT This subroutine sets the layout direction of the text(horizontal or Vertical) in the "current" Text Object . Usage: PASS font...
r2 - 22 Feb 2012 - 13:02 by JeanNeron
CDTextSetTextMargin
.TEXT SET TXT MARGIN This subroutine sets the margins for the text in the "current" Text Object . Usage: PASS left_margin FIELD ...
r2 - 22 Feb 2012 - 13:00 by JeanNeron
CDTextSetTextMarginBottom
.TEXT SET TXT MARGIN:B This subroutine sets the bottom margin for the text in the "current" Text Object . Usage: PASS bottom_margin FI...
r2 - 22 Feb 2012 - 13:01 by JeanNeron
CDTextSetTextMarginLeft
.TEXT SET TXT MARGIN:L This subroutine sets the left margin for the text in the "current" Text Object . Usage: PASS left_margin FIEL...
r2 - 22 Feb 2012 - 13:00 by JeanNeron
CDTextSetTextMarginRight
.TEXT SET TXT MARGIN:R This subroutine sets the right margin for the text in the "current" Text Object . Usage: PASS right_margin FI...
r2 - 22 Feb 2012 - 13:01 by JeanNeron
CDTextSetTextMarginTop
.TEXT SET TXT MARGIN:T This subroutine sets the top margin for the text in the "current" Text Object . Usage: PASS top_margin FIEL...
r2 - 22 Feb 2012 - 13:01 by JeanNeron
CDTextSetTextMaxSize
.TEXT SET TXT MAX SZ This subroutine sets the maximum size (width and height) of the text that can be displayed in the "current" Text Object. Usage: PASS ...
r3 - 22 Feb 2012 - 12:59 by JeanNeron
CDTextSetTextMaxSizeHeight
.TEXT SET TXT MAX SZ:H This subroutine sets the maximum height of the text that can be displayed in the "current" Text Object. Usage: PASS max_lin...
r3 - 22 Feb 2012 - 13:00 by JeanNeron
CDTextSetTextMaxSizeWidth
.TEXT SET TXT MAX SZ:W This subroutine sets the maximum width of the text that can be displayed in the "current" Text Object. Usage: PASS max_text...
r2 - 22 Feb 2012 - 13:00 by JeanNeron
CDTextSetTextRotation
.TEXT SET TXT ROTATION This subroutine sets the rotation angle for the text in the "current" Text Object. Usage: PASS rotation_angle FI...
r2 - 22 Feb 2012 - 13:02 by JeanNeron
CDXTSetBarOlap
.XY SET BAR OLAP This subroutine sets overlapping among bars within a bar group in a multi bar chart. Usage: PASS olap_ratio FIELD ...
r5 - 24 Feb 2012 - 19:03 by JeanNeron
CDXYAddBarLayer
.XY ADD BAR LAYER This subroutine adds a Bar layer to the "current" chart spec. Usage: PASS data_combine_method FIELD SHARE? N ...
r14 - 16 Oct 2018 - 13:43 by JeanNeron
CDXYAddBarLayerEs
.XY ADD BAR LAYER Esta subrutina agrega un bar layer a la especificacion "current" grafico. Usage: PASS data_combine_method FIELD ...
NEW - 19 Feb 2013 - 20:45 by RayPelegrino
CDXYPackPlotArea
.XY PACK PLOT AREA This subroutine adjusts the size and position of the plot area for an XY type chart. Usage: PASS left_x FIEL...
r2 - 15 Mar 2012 - 16:16 by JeanNeron
CDXYSetAgLabel
.XY SET AG LABEL This subroutine turns aggregate labels on or off for the "current" chart layer. Usage: PASS ag_total_sw FIELD ...
r2 - 11 Jan 2012 - 13:27 by JeanNeron
CDXYSetBarColor
.XY SET BAR CLR This subroutine sets the color of the bars at the current level or at the data point. Usage: PASS color_spec_name FIELD ...
r5 - 24 Feb 2012 - 18:59 by JeanNeron
CDXYSetBarColorDG
.XY SET BAR CLR:DG This subroutine sets the color of the bar at the "current" data group. Usage: PASS color_spec_name FIELD S...
r5 - 24 Feb 2012 - 19:00 by JeanNeron
CDXYSetBarColorDP
.XY SET BAR CLR:DP This subroutine sets the color of the bar at the "current" data point. Usage: PASS color_spec_name FIELD S...
r6 - 24 Feb 2012 - 18:59 by JeanNeron
CDXYSetBarColorDS
.XY SET BAR CLR:DS This subroutine sets the color of the bar at the "current" data set template. Usage: PASS color_spec_name FIELD ...
r5 - 24 Feb 2012 - 19:00 by JeanNeron
CDXYSetBarColorLR
.XY SET BAR CLR:LR This subroutine sets the color of the bar at the "current" layer. Usage: PASS color_spec_name FIELD SHARE?...
r6 - 24 Feb 2012 - 19:00 by JeanNeron
CDXYSetBarEdgeColor
.XY SET BAR EDGE CLR This subroutine sets the color of the bar borders at the "current" layer. Usage: PASS color_spec_name FIELD ...
NEW - 13 Jan 2012 - 18:15 by JeanNeron
CDXYSetBarEdgeEffect
.XY SET BAR EDGE EFF This subroutine sets the edge effect of the bars on the "current" layer. Usage: PASS bar_edge_effect FIELD ...
NEW - 18 Jan 2012 - 12:22 by JeanNeron
CDXYSetBarEdgeWidth
.XY SET BAR EDGE WIDTH This subroutine set the width of the 3D border for bars on the "current" layer. Usage: PASS bar_edge_width FIELD...
r2 - 24 Feb 2012 - 19:01 by JeanNeron
CDXYSetBarGap
.XY SET BAR GAP This subroutine sets the gap between the bars or a bar group in a bar chart layer. Usage: PASS bar_gap FIELD ...
r5 - 24 Feb 2012 - 19:01 by JeanNeron
CDXYSetBarGapBtw
.XY SET BAR GAP:BTW This subroutine sets the gap between the bars in a bar chart layer. Usage: PASS bar_gap FIELD SHA...
r3 - 24 Feb 2012 - 19:02 by JeanNeron
CDXYSetBarGapWithin
.XY SET BAR GAP:WITHIN This subroutine sets the gap between the bars or a bar group in a bar chart layer. Usage: PASS subBar_gap FI...
r2 - 24 Feb 2012 - 19:02 by JeanNeron
CDXYSetBarGradient
.XY SET BAR GRADIENT This subroutine applies a special shading effect for rectangular and polygonal bars. Usage: PASS start_bright FI...
r2 - 24 Feb 2012 - 19:00 by JeanNeron
CDXYSetBarLabelMinSz
.XY SET BAR LBL MIN SZ This subroutine sets the minimum height (or width for horizontal bars) of the bar segments below which data labels will be hidden. Usage: ...
r3 - 24 Feb 2012 - 19:02 by JeanNeron
CDXYSetBarLayer3DDepth
.XY SET BAR 3D DEPTH This subroutine sets the 3D Depth of the current bar layer. Usage: PASS 3D_depth FIELD SHARE? N ...
r3 - 24 Feb 2012 - 19:06 by JeanNeron
CDXYSetBarLegendISz
.XY SET BAR LEGEND ISZ This subroutine sets the width and height of the legend key icons for the "current" Legend Box. Usage: PASS icon_width ...
r3 - 24 Feb 2012 - 19:03 by JeanNeron
CDXYSetBarLineGapClr
.XY SET LINE GAP CLR Sets the color of the line connecting 2 data points when there is a 'NoValue' data point in between. Usage: PASS color_spec_n...
NEW - 18 Oct 2016 - 13:58 by JeanNeron
CDXYSetBarOlapOrder
.XY SET BAR OLAP:ORDER This subroutine sets the order among overlapping bars within a bar group in a multi bar chart. Usage: PASS olap_order ...
r3 - 24 Feb 2012 - 19:03 by JeanNeron
CDXYSetBarOlapRATIO
.XY SET BAR OLAP:RATIO This subroutine sets the overlap ratio among bars within a bar group in a multi bar chart. Usage: PASS olap_ratio ...
r3 - 24 Feb 2012 - 19:04 by JeanNeron
CDXYSetBarShape
.XY SET BAR SHAPE This subroutine sets the shape of the bars in the current Data Point, Data Set Template, Data Group, or XY Bar Layer. Usage: PASS ...
r4 - 24 Feb 2012 - 19:04 by JeanNeron
CDXYSetBarShapeDG
.XY SET BAR SHAPE:DG This subroutine sets the shape of the bars in the current Data Group. Usage: PASS shape_name FIELD ...
r4 - 24 Feb 2012 - 19:05 by JeanNeron
CDXYSetBarShapeDP
.XY SET BAR SHAPE:DP This subroutine sets the shape of the bars in the current Data Point. Usage: PASS shape_name FIELD ...
r5 - 24 Feb 2012 - 19:04 by JeanNeron
CDXYSetBarShapeDS
.XY SET BAR SHAPE:DS This subroutine sets the shape of the bars in the current Data Set Template. Usage: PASS shape_name FIELD ...
r4 - 24 Feb 2012 - 19:04 by JeanNeron
CDXYSetBarShapeLR
.XY SET BAR SHAPE:LR This subroutine sets the shape of the bars in the current Layer. Usage: PASS shape_name FIELD SHARE...
r4 - 24 Feb 2012 - 19:05 by JeanNeron
CDXYSetBarW
.XY SET BAR W This subroutine sets the bar and subBar width in a chart layer. Usage: PASS bar_width FIELD SHARE? N ...
r4 - 24 Feb 2012 - 19:05 by JeanNeron
CDXYSetBarWGroup
.XY SET BAR W:GROUP This subroutine sets the bar width in a chart layer. Usage: PASS bar_width FIELD SHARE? N GOS...
r3 - 24 Feb 2012 - 19:06 by JeanNeron
CDXYSetBarWWithin
.XY SET BAR W:WITHIN This subroutine sets the subBar width in a chart layer. Usage: PASS subBar_width FIELD SHARE? N ...
r3 - 24 Feb 2012 - 19:06 by JeanNeron
CDXYSetDataLabel
.XY SET DATA LABEL This subroutine turns data labels on or off for the "current" chart layer. Usage: PASS data_total_sw FIELD ...
r3 - 24 Feb 2012 - 19:07 by JeanNeron
CDXYSetLegendTxt
.XY SET LEGEND TXT This subroutine sets the name to be included in the Legend box. Usage: PASS legend_name FIELD SHARE? N...
r7 - 24 Feb 2012 - 19:03 by JeanNeron
CDXYSetPlotArea
.XY SET PLOT AREA This subroutine sets position and size of the plot area for an XY type chart. Usage: PASS x_coord FIELD ...
r5 - 24 Feb 2012 - 18:57 by JeanNeron
CDXYSetPlotAreaBGColor
.XY SET PA BG CLR This subroutine sets the background colors of the "current" chart spec. Usage: PASS color_spec_name FIELD S...
r5 - 24 Feb 2012 - 18:58 by JeanNeron
CDXYSetPlotAreaEdgeColor
.XY SET PA EDGE CLR This subroutine sets the edge color of the "current" chart spec. Usage: PASS color_spec_name FIELD SHARE?...
r4 - 24 Feb 2012 - 18:58 by JeanNeron
CDXYSetPlotAreaHGridColor
.XY SET PA HGRID CLR This subroutine sets the horizontal grid color of the "current" chart spec. Usage: PASS color_spec_name FIELD ...
r4 - 24 Feb 2012 - 18:58 by JeanNeron
CDXYSetPlotAreaHeight
.XY SET PLOT AREA:H This subroutine sets the height of the plot area for an XY type chart. Usage: PASS plot_area_height FIELD ...
r5 - 24 Feb 2012 - 18:58 by JeanNeron
CDXYSetPlotAreaVGridColor
.XY SET PA VGRID CLR This subroutine sets the vertical grid color of the "current" chart spec. Usage: PASS color_spec_name FIELD ...
r4 - 24 Feb 2012 - 18:59 by JeanNeron
CDXYSetPlotAreaWidth
.XY SET PLOT AREA:W This subroutine sets the width of the plot area for an XY type chart. Usage: PASS plot_area_width FIELD S...
r4 - 24 Feb 2012 - 18:58 by JeanNeron
CDXYSetPlotAreaX
.XY SET PLOT AREA:X This subroutine sets the x coordinate of the plot area position for an XY type chart. Usage: PASS x_coord FI...
r4 - 24 Feb 2012 - 18:57 by JeanNeron
CDXYSetPlotAreaY
.XY SET PLOT AREA:Y This subroutine sets the y coordinate of the plot area position for an XY type chart. Usage: PASS y_coord FI...
r4 - 24 Feb 2012 - 18:57 by JeanNeron
CallingWindowsAPIFunctions
Calling O/S API Functions By using the PASS and CALL statements in APPX, O/S libraries and functions can easily be accessed from APPX subroutines. This paper disc...
r5 - 19 Apr 2016 - 17:33 by JeanNeron
CharacterEncoding
Character Encoding Character encoding wasn't much of an issue in the pre internet and pre PDF days. This is because the first 128 characters in most encoding sche...
r3 - 24 Jun 2016 - 11:43 by JeanNeron
Client-SideProcessesFileTransfers
Client Side Processes File Transfers This page is intended for APPX Release 5.0 and earlier. In Release 5.1 various API's were introduced to perform these funct...
r3 - 12 May 2020 - 16:38 by JeanNeron
ClientAlwaysOnTop
APPX Client Always On Top This client setting turn on the Always On Top setting in the Operating System for this window. Overview This client property will set t...
r2 - 28 Mar 2012 - 17:11 by JeanNeron
ClientAppxDoubleClick
APPX Client Control Double Click Behavior This client setting allows you to control the behaviour of a double click. Overview This client property allows you to ...
r3 - 12 May 2020 - 16:38 by JeanNeron
ClientArrowScrollRegion
APPX Client Arrow Key in Scrolling Regions This client setting causes use of the arrow keys in a scrolling process to scroll records up or down the screen. Overv...
r4 - 12 May 2020 - 16:38 by JeanNeron
ClientBorderlessMode
APPX Client Borderless Mode This client setting turns off the outermost client border. Overview This client property turns off the outermost client window border...
r2 - 28 Mar 2012 - 17:13 by JeanNeron
ClientDrawBlockCursor
APPX Client Turn the Block Cursor On or Off This client setting lets you control the block cursor. Overview This client property allow you to control the block c...
r3 - 12 May 2020 - 16:38 by JeanNeron
ClientDrawScrollActive
APPX Client Draw Border around Active Scrolling Region This client setting turns on or off the blue border we draw around the active scrolling record. Overview T...
r5 - 12 May 2020 - 16:38 by JeanNeron
ClientDupSessHotKey
APPX Client Duplicate Session Hot Key This feature allows a user to easily start an additional APPX Client session. Overview The Duplicate Session Hot Key (Alt F...
r4 - 28 Mar 2012 - 16:43 by JeanNeron
ClientMapEndOptTab
APPX Client Map End, Tab, and Option keys This client setting allows you to map the End, Tab, and Option functions to different keyboard keys. Overview The prope...
r4 - 07 Mar 2014 - 12:15 by JeanNeron
ClientNewScanButton
APPX Client New Scan Button This client setting replace the scan button with a smaller scan button. Overview This client property replaces the standard Scan butt...
r4 - 12 May 2020 - 16:38 by JeanNeron
ClientPIDinTitle
Process ID is part of Client Title The Process ID is now part of the default Client Title. Overview By default, the title for the client window now includes the ...
NEW - 12 Apr 2012 - 18:15 by JeanNeron
ClientPresentationFooterSize
APPX Client Presentation Mode Footer Size This client setting controls the size of the footer in Presentation Mode. Overview This client property controls the si...
r2 - 28 Mar 2012 - 17:09 by JeanNeron
ClientPresentationRemote
APPX Client Presentation Remote This client setting allows you to use certain keystrokes used by presentation remotes to trigger selected Appx options. Overview ...
r4 - 12 May 2020 - 16:38 by JeanNeron
ClientSidePrinting
Tech Tip Client Side Printing by Gary Rogers, APPX Director of Training and Consulting With the advent of the APPX Desktop Client, a broad range of features wer...
r4 - 12 May 2020 - 16:38 by JeanNeron
ClientSingleSignOn
APPX Client Single Sign On (Windows Only) This allows the Appx Client to automatically use your Windows Active Directly desktop authenticated credentials to log i...
r2 - 29 Mar 2012 - 17:36 by JeanNeron
ClientStartupINI
Client Startup Preferences File You can now specify a preferences file for the client on the command line. Overview This setting allows you to set any client pre...
r4 - 11 Mar 2013 - 14:35 by JeanNeron
ClientSwipeScrollMode
APPX Client Swipe/Drag Scrolling This client setting causes mouse drag and touchscreen swipe actions to translate into Appx Panning and Scrolling options. Overvi...
r4 - 12 May 2020 - 16:38 by JeanNeron
ClientUseMainTitlebar
APPX Client Use Main Title Bar This client setting moves the processes title bar text to the Appx Client titlebar. Overview This client property takes the text f...
r2 - 28 Mar 2012 - 17:03 by JeanNeron
ClientUseScrollNavBar
APPX Client Scroll Navigation Bar This client setting replace the scrollbar with a new navigation bar. Overview This client property replace the standard Scroll ...
r2 - 28 Mar 2012 - 17:02 by JeanNeron
ClientUserData
Passing data to a Client Session This client setting allows you to pass custom data into a new Appx Client session. Overview This client property allows you to p...
r2 - 29 Mar 2012 - 17:31 by JeanNeron
ClientWindowOpacity
APPX Client Semi Transparent Mode This client setting controls the transparency of the entire client window as it appears on the desktop. Overview This client pr...
r3 - 21 Jan 2013 - 17:37 by JeanNeron
ColorSpec
Working with Color Specifications Various API's allow you to pass a 'color_spec_name' or 'color_value' to set a color. A 'color_spec_name' refers to a previously ...
r5 - 15 Nov 2011 - 17:40 by JeanNeron
CombiningCGIScriptandAPPXILF
Combining CGI Script and APPX ILF Now that you are generating HTML from within APPX, wouldn't it be nice to generate the new documents directly in response to web...
r5 - 12 May 2020 - 16:20 by JeanNeron
ConfiguringAPPXForUnix
Configuring APPX for Unix Configuring the Login Manager This document explains how to configure the new login manager in APPX 5.0 higher Unix HASP Installation...
r5 - 20 Jan 2016 - 16:47 by JeanNeron
ConfiguringAPPXForWindows
Configuring APPX for Windows APPX Presentation Server WinAppxD This document includes questions and hints about installing and running APPX/Server on Windows...
r8 - 21 Jan 2016 - 11:39 by JeanNeron
ConvertingArraysToScalarData
Converting Arrays to Scalar Data At present, only the 'CNV TEXT' stmt addresses an Alpha array as if it were a single scalar variable. (Unfortunately, it also adj...
r2 - 17 Feb 2016 - 17:11 by JeanNeron
CustomRuntime
Customizing the Runtime Environment The APPX environment includes a number of standard processes. This page describes how you can customize them. Overview Your A...
NEW - 05 Apr 2016 - 12:26 by JeanNeron
DebuggingPrintProblems
Debugging Print Problems How many times have you gotten this call: "I need APPX to print me a list . . .". You throw together an output and route it to the user's...
r3 - 05 Apr 2016 - 12:52 by JeanNeron
DesignerQuestions
Designer Questions WinAppxD was replaced by the APPX Login Manager in Release 5.0.0. See this page for installing configuring the Login Manager. 3.1) How do I ...
r2 - 06 Apr 2016 - 17:58 by JeanNeron
DeterminingSerialNumbers
Determining the Windows Serial Number When installed on a Windows server or stand alone PC, the APPX license is tied to the serial number of the C drive of the ma...
r2 - 12 Feb 2016 - 13:45 by JeanNeron
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
DiagnosingErrors
Diagnosing Strange and Generic Errors To diagnose strange or generic errors (such as bus errors, seg faults, attempting to free freed memory errors, or "an intern...
r3 - 21 Jan 2016 - 12:55 by JeanNeron
DisplayingDateTimeStamps
Displaying Date/Time Stamps "APPX has a convention of Option 98 for audit information. We would like to continue with that convention within our design. How do w...
r2 - 18 Feb 2016 - 15:38 by JeanNeron
DynamicLinkingAndTheCALLStatement
Dynamic Linking and the CALL Statement Contents : Calling External Functions from APPX ILF Code It is possible for system integrators to develop and compile fun...
r3 - 19 Feb 2016 - 12:41 by JeanNeron
E-mailSupport
APPX E mail Support APPX Support List The APPX Support List is a membership mailing list, open only to supported customers with current maintenance agreements at...
r2 - 06 Apr 2016 - 17:31 by JeanNeron
EndUserSelectionRequired
End User Selection can now be Required You can now designate certain End User Selections as 'Required' on a Query. Overview To help prevent users from accidental...
NEW - 13 Apr 2012 - 13:43 by JeanNeron
ExternalCommandsFromTheWindowsClient
External Commands from the Windows Client In Release 5.1 and higher you can use the APPX Desktop or HTML client and the .CLIENT LOAD URL API. In earlier versions,...
r4 - 12 May 2020 - 16:38 by JeanNeron
FieldOverrides
Field Overrides If you do not want to use the APPX assigned data types you can override them using Field Overrides. For example, if you are mapping an APPX Data D...
r2 - 08 Jan 2016 - 13:55 by JeanNeron
FontSpecifications
Font Specifications Font Location In Chart Director, the font name is simply the file name that contains the font. For example, under the Windows platform, the "...
r4 - 17 Nov 2011 - 12:32 by JeanNeron
ForeignLanguageTranslation
Foreign Language Translation Following are known issues with the Foreign Language Translation utility: 1) The mechanism that determines when an EM must be rebuilt...
r2 - 05 Apr 2016 - 18:01 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
Googlemap
Displaying Google Maps in the HTML client Google does not allow any of their website to be loaded in an iframe in a web browser. It works in the java client becau...
NEW - 09 Jul 2019 - 17:13 by JeanNeron
HTMLClientRemoteTroubleshooting
HTML Client Remote Troubleshooting If you're having trouble with remote HTML Client connections, here are some things you can try. Client doesn't load or run cor...
r2 - 11 Mar 2016 - 11:58 by JeanNeron
HowToCreateAPDFFormOverlay
Tech Tip How to create a PDF Form Overlay by Gary Rogers, APPX Director of Training and Consulting There have been a lot of inquiries on how to create a form ove...
r3 - 05 Apr 2016 - 12:50 by JeanNeron
ILFDebugScanOption
ILF Debugger allows Scanning of Field Names You can now scan for field names in the debugger. Overview You can now scan for field names in the debugger. Usage: ...
NEW - 13 Apr 2012 - 13:19 by JeanNeron
ImportingConsecutiveFiles
Importing Consecutive Files APPX Versions 5.1 higher In 5.1 a number of APIs were introduced that make the task of importing data easier. For example, if we ha...
r3 - 18 Feb 2016 - 15:56 by JeanNeron
InstallationOfWinAppxD
Installation of WinAppxD WinAppxD was replaced by the APPX Login Manager in Release 5.0.0. See this page for installing configuring the Login Manager. _____...
r3 - 06 Apr 2016 - 17:57 by JeanNeron
InteractiveSupport
Interactive Support Among the APPX Interactive Support offerings are a Message Board open to all members of the APPX community and e mail support addressing a var...
r5 - 22 May 2018 - 15:11 by JeanNeron
IntroductiontoWebServer
Introduction to Web Server Before running out and trying to attach your APPX application to a Web Server, you need to understand the basic concepts used to get in...
r3 - 05 Apr 2016 - 15:02 by JeanNeron
InvokingWindowsShellFunctions
Invoking Windows Shell Functions In order to invoke a Windows shell function (such as a batch file or executable) from APPX for Windows, you can use a syntax simi...
r4 - 12 May 2020 - 16:38 by JeanNeron
JavaClientKeymap
Java Client Keymap We welcome any input on what our standard keymap should be. This one tries to be like a Windows keymap for other standard Windows Applications....
r2 - 06 Apr 2016 - 13:22 by JeanNeron
JeanNeronLeftBar
My links: * My home page * My activities edit
NEW - 07 Jan 2010 - 17:04 by JeanNeron
JeanNeronWatchlist
Watchlist Return to: JeanNeron
NEW - 11 Feb 2016 - 16:37 by JeanNeron
KeystrokeRecordingPlayback
APPX Keystroke Process Recording Playback The following information is only applicable when running APPX in character mode (ie, not using the APPX Desktop or ...
r2 - 18 Feb 2016 - 17:08 by JeanNeron
LaunchingAPPXDesktopClientFromWebPageViaJavaWebstart
APPX Desktop Client Launched via Java Web Start This document will explain how to start the APPX Desktop Client via Java Web Start Technology. Overview When you ...
r73 - 03 Mar 2016 - 11:10 by JeanNeron
LibraryUpdates
Library Updates The APPX engine interfaces with a variety of third party libraries. Overview The APPX engine uses a variety of third party libraries to implement...
r5 - 08 Dec 2009 - 11:30 by JeanNeron
LogMonitor
A LogMonitor is a special background process that records changes in data files. It is controlled using the same mechanisms as appxLoginMgr. Using FMS groups, you...
NEW - 26 Aug 2008 - 11:43 by JeanNeron
MovingAPPXFilesBetweenPlatforms
Moving APPX Applications and Data Between Platforms The above title is not accurate, but it does represent a typical migration that these instructions are designe...
r4 - 02 Mar 2016 - 17:46 by JeanNeron
NTEquivalentOf
What is the NT Equivalent of ... WinAppxD was replaced by the APPX Login Manager in Release 5.0.0. See this page for installing configuring the Login Manager. ...
r2 - 06 Apr 2016 - 18:00 by JeanNeron
OptimizeRDBMS
Optimizing Performance when using an RDBMS This page contains some tips to optmize performance when you store your data in an RDBMS. APPX performance with data st...
NEW - 27 Sep 2016 - 11:06 by JeanNeron
OptionNumbersinImageEditor
Option Numbers Visible in Image Editor Option Numbers for auto GUI buttons are visible in the Image Editor Overview Option Numbers for auto GUI buttons are visib...
NEW - 13 Apr 2012 - 13:35 by JeanNeron
PassingFieldsOrFileNames
Passing Fields or File Names To pass FIELD(s): PASS fieldname1 FIELD PASS fieldname2 FIELD RUN ScriptName $* The "$*" allows "ScriptName" to receive all ...
r2 - 18 Feb 2016 - 13:29 by JeanNeron
PreDisplayVerifyEventPoint
The Pre Display/Verify Event Point "As far as I can see the reason that the pre display / verify event point exists is because the access/verify in Speed II was ...
r2 - 18 Feb 2016 - 16:31 by JeanNeron
PurgingTheUSAGEFile
Purging the USAGE File The USAGE files ($APPXPATH/0SA/USAGE.*) track numbers of endusers, designers, and users of locked applications currently logged into APPX. ...
r3 - 22 Jan 2016 - 17:05 by JeanNeron
RBSCopySecurity
Copy Security This utility allows you to copy the Security Hierarchy and Access Control Lists from one entity to another. Overview: This utility allows you to co...
r2 - 06 Nov 2012 - 17:10 by JeanNeron
RBSCreateAccessControlList
Create Access Control List This utility will create the initial Access Control List for the selected application(s) and database(s). Overview: The Create Access ...
r2 - 06 Nov 2012 - 17:36 by JeanNeron
RBSExport
Security Export Exports the Security Hierarchy and Access Control Lists for transfer to another system. Overview: This utility will transfer the complete Securit...
r3 - 06 Nov 2012 - 17:38 by JeanNeron
RBSImport
Security Import Imports a previously exported Security Hierarchy and Access Control Lists. Overview: This utility will import the previously exported Security Hi...
r2 - 06 Nov 2012 - 17:39 by JeanNeron
RBSInactivityReport
Inactivity Report Prints a list of users sorted by the number of days since last login. Overview: Prints a list of users sorted by the number of days since last ...
r2 - 06 Nov 2012 - 18:04 by JeanNeron
RBSLockedUsers
Locked Users Prints a list of users who are locked out due to inactivity. Overview: This report will prints a list of users who are locked out due to inactivity....
r3 - 06 Nov 2012 - 18:08 by JeanNeron
RBSMaintainHierarchy
Security Hierarchy Maintenance This process allows you to maintain the Security Hierarchy. Overview: This process allows you to maintain the Security Hierarchy. ...
NEW - 31 Oct 2012 - 23:20 by JeanNeron
RBSNewChangedObjects
New/Changed Objects Prints a detailed list of any changes or additions to the selected Applications. Overview: This report will print a detailed list of any chan...
r2 - 06 Nov 2012 - 18:10 by JeanNeron
RBSSecurityList
Security Hierarchy List/Export Prints and exports the Security Hierarchy. Overview: This report will list the currently defined Databases, Departments, Workgroup...
r3 - 06 Nov 2012 - 18:11 by JeanNeron
RBSSetConfiguration
Setting RBS Configuration This process allows you to activate/disable RBS, and set defaults. Overview: The Parameter file for RBS controls various aspects of how...
r4 - 06 Nov 2012 - 18:14 by JeanNeron
RBSSetFileSecurity
Access Control List Files/Fields This process allows you to assign security to the files and fields in your applications. Overview: This process allows you to ...
r2 - 08 Nov 2012 - 16:42 by AlKalter
RBSSetProcessSecurity
Access Control List Processes This process allows you to assign security to the processes in your applications. Overview: This process allows you to assign sec...
r7 - 26 Mar 2013 - 16:41 by JeanNeron
RBSSetupCreateAccessControlList
Create Access Control List The next step in setting up RBS is to create the initial Access Control List. Overview: The Create Access Control List utility will po...
r3 - 08 Nov 2012 - 16:35 by AlKalter
RBSSetupDefineHierarchy
Defining Your Databases, Departments, Workgroups, Roles Users The first step in setting up RBS is to define your company's structure. Overview: The first step ...
r3 - 31 Oct 2012 - 22:54 by JeanNeron
RBSSetupSetConfiguration
Setting RBS Configuration The final step in setting up RBS is to set the configuration parameters. Overview: The Parameter file for RBS controls various aspects ...
r4 - 12 Sep 2016 - 11:09 by JeanNeron
RBSUserOverrides
User Security Overrides Prints any user level security overrides. Overview: This report will print any user level security overrides you have defined. You will b...
r2 - 06 Nov 2012 - 18:19 by JeanNeron
RBSUserRights
User Rights Prints a detailed list of the access rights for Processes, Files and Fields, by user. Overview: This report will print a detailed list of the access ...
r3 - 22 Jan 2013 - 16:26 by JeanNeron
RBSUsersList
Users Lists the users and their membership in the Hierarchy. Overview: This report will list the users and show their membership in the hierarchy, ie, what Datab...
r3 - 06 Nov 2012 - 18:27 by JeanNeron
RUNInSeriesOrParallel
RUN in Series or Parallel When you RUN from APPX/Unix, APPX won't resume running until the shell object called has completed. They execute in series. When you RUN...
r4 - 12 May 2020 - 16:38 by JeanNeron
ReadingSQLTablesfromAPPXUnix
Reading SQL/Server Tables from APPX/Unix In order to access data stored under SQL Server under Windows while running APPX/Unix you have 2 choices, depending on wh...
r10 - 11 Apr 2019 - 17:05 by JeanNeron
RemovingInactiveSessions
Removing Inactive Sessions "I connect to my customer over the Internet, running APPX on their Windows server. It works okay, but once in a while my APPX session ...
r4 - 21 Jan 2016 - 12:09 by JeanNeron
RunningWindowsFunctionsFromAPPX
Running Windows Functions from APPX Invoking Windows Shell Functions In order to invoke a Windows shell function (such as a batch file or executable) from APPX...
r2 - 18 Feb 2016 - 13:51 by JeanNeron
RuntimeRTCalls
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 the...
r2 - 19 Feb 2016 - 16:55 by JeanNeron
ScopingRulesSubprocessRelatedDetached
Scoping Rules Subprocess/Related/Detached 'Scoping' refers to what workfields and temporary files (both disk and memory) are available to a given process. There...
r2 - 19 Feb 2016 - 16:51 by JeanNeron
ScriptingImportsForWindows
Scripting Imports for Windows Prior to APPX 4.2.0 The following example batch file will import (appxutil i=) the design files for application TAP version 00 fr...
r4 - 21 Jan 2016 - 12:15 by JeanNeron
ScrollingInputsThatAdjustToTheClientScreenSize
Tech Tip by Gary Rogers, Director of Training, APPX Software, Inc. In this article we will talk about how to take advantage of any extra room by designing scrolli...
r3 - 05 Apr 2016 - 12:44 by JeanNeron
ServerSidePDFPrintingOnAAPPXWindowsServer
APPX Printing This document will explain how to best perform APPX server side PDF printing on a Windows server. This applies to APPX 4.2.0 and above when APPX Ser...
r6 - 12 Feb 2016 - 13:45 by JeanNeron
SettingEnvironmentVariables
Setting Environment Variables APPX offers six levels at which environment variables may be set: General Environment Variable information can be found at APPX Envi...
r5 - 21 Jan 2016 - 13:38 by JeanNeron
SiteStatistics
TWiki Site Statistics = 2)" then="display: block" else="display: none" }%" Monthly Site Statistics Data Month WebsTotal WebsViewed Websupdated TopicsT...
SpecialTopics
Special Topics Here you will find a wide range of support documents, frequently asked questions, "How To" guides, and general instructions concerning installation...
r6 - 22 Jul 2016 - 11:08 by JeanNeron
SpeedIIToAPPXConversionInstructions
Speed II to APPX Conversion Instructions The following steps are necessary to migrate SPEED II applications into APPX: Please note that these instructions assume ...
r3 - 05 Apr 2016 - 18:04 by JeanNeron
SysAdminNotDesigner
Administrators no longer Designers Automatically Appx System Administrators are no longer automatically granted design rights. Overview As part of an ongoing pro...
r2 - 08 May 2012 - 15:59 by ErikGimbergh
SystemAdministration
System Administration Environment / Widget File Wizards The environment variable wizard assists you in setting APPX environment variables. The Widget wizard expl...
r21 - 24 Sep 2018 - 11:05 by JeanNeron
SystemAdministratorQuestions
System Administrator Questions WinAppxD was replaced by the APPX Login Manager in Release 5.0.0. See this page for installing configuring the Login Manager. 2....
r3 - 06 Apr 2016 - 17:57 by JeanNeron
TWikiUsers
List of Foswiki users Below is a list of users with accounts. If you want to edit topics or see protected areas of the site then you can get added to the list by ...
TheAPPXClient
The APPX Client APPX/Linux Client Here's how to set up an APPX/Linux Client (character based, and as opposed to a Windows or Java Client) to run against a Window...
r4 - 06 Apr 2016 - 13:22 by JeanNeron
TheUseOfCachedFiles
The Use of Cached Files APPX 4.1 introduces the ability to create and access a cached instance of a file in memory. The CREATE, OPEN, SCRATCH, and IF EXIST statem...
r2 - 18 Feb 2016 - 16:35 by JeanNeron
Troubleshooting
Troubleshooting WinAppxD was replaced by the APPX Login Manager in Release 5.0.0. See this page for installing configuring the Login Manager. 6.1) WinAppxD ser...
r2 - 06 Apr 2016 - 18:01 by JeanNeron
UnicodeAPPENDStmt
APPEND Statement Overview Append RAW Alpha or Group or Literal to RAW Alpha or Group * This is the current implementation no changes needed here. Append UNI...
r12 - 02 Jun 2011 - 12:22 by JeanNeron
UnicodeBEG_AT_END_ATStmt
BEG AT / END AT Statements Overview These statements presume that the designer has specified a field of the appropriate type or an appropriate Literal value for ...
r5 - 02 Jun 2011 - 12:27 by JeanNeron
UnicodeBROWSEStmt
BROWSE Statement Overview BROWSE is only applicable in character mode when viewing a report on the screen, therefore no Unicode support required. Test Plan Bug...
r2 - 29 Apr 2011 - 11:25 by JeanNeron
UnicodeCALLStmt
CALL Statement Overview * The initial implementation of Unicode will not allow passed arguments to be UNICODE Alpha fields or NATIONAL Alpha fields. A runtime...
r4 - 06 Apr 2011 - 17:12 by JeanNeron
UnicodeCNV_BINStmt
CNV BIN Statement Overview o UNICODE Alpha Field from Numeric field or NATIONAL Alpha Field from Numeric Field * Converts the value of the specified Numeric F...
r11 - 15 Jun 2011 - 16:56 by JeanNeron
UnicodeCNV_PORTStmt
CNV PORT Statement Overview CNV PORT uses the same rules and CNV TEXT except that Date fields are not formatted using the Date Mask. Test Plan Follow the same t...
r2 - 16 Jun 2011 - 11:58 by JeanNeron
UnicodeCNV_TEXTStmt
CNV TEXT Statement Overview Converting To and From alpha fields * Both fields are RAW * No change in behavior * Both fields are UNICODE or NATIONAL ...
r17 - 05 Jul 2011 - 17:08 by JeanNeron
UnicodeCOMPAREFile
Unicode COMPARE File Certain fields in the COMPARE file are now Unicode Overview The following field in the COMPARE file are now Unicode fields: * COMPA...
r2 - 15 Dec 2011 - 17:41 by JeanNeron
UnicodeCOMPUTE_TOTALStmt
COMPUTE / TOTAL Statements Overview The COMPUTE statement can work with Alpha fields when used with the P and M operators. It should continue to replace the non ...
r8 - 28 Jul 2011 - 11:42 by JeanNeron
UnicodeClientCommunication
Unicode Client Communications Client/server data flow has be reworked to support unicode data. Overview Initially, Only the Java Client will communicate using un...
r5 - 04 Nov 2011 - 17:19 by JeanNeron
UnicodeDEFINE_UNDEFINEStmt
DEFINE/UNDEFINE Statement Overview DEFINE and UNDEFINE should allow National and Unicode fields to be defined and undefined. Test Plan 1 DEFINE/UNDEFINE a Na...
r2 - 28 Jul 2011 - 10:41 by JeanNeron
UnicodeDataEntry
Unicode Client Validations The client will not perform data entry validations to make sure data values entered are consistent with the field encoding types. This ...
r4 - 13 Apr 2011 - 17:28 by JeanNeron
UnicodeERROR_WARNING_MESSAGE_CANCEL_REFRESHStmt
ERROR / WARNING / MESSAGE / CANCEL / REFRESH Statements Overview 1 The internal storage type of all messages created by these statements must be UTF 32. 1 ...
r10 - 22 Nov 2011 - 12:19 by JeanNeron
UnicodeIFStmt
IF / AND / OR Statements Overview The GE/GT/LE/LT operators should use the Unicode collation API when UTF 32 operands are involved. This is because the 32 bit va...
r17 - 16 May 2011 - 11:22 by JeanNeron
UnicodeIF_DIFFStmt
IF DIFF Statement Overview The IF DIFF statement has been revised to compare Unicode and National alpha fields as well as compare records that contain Unicode an...
r2 - 25 Mar 2011 - 17:19 by JeanNeron
UnicodeIlfLiterals
Unicode ILF Literals The ILF editor and compiler have been reworked to support the following Unicode literals. Overview ILF Literal values are stored in the STMT...
r5 - 06 Apr 2011 - 17:33 by JeanNeron
UnicodePACK_UNPACKStmt
PACK / UNPACK Statements Overview Not defined in spec document. Test Plan These statements were never fully implemented, so nothing needs to be done re: Unicode...
r3 - 05 Jul 2011 - 17:04 by JeanNeron
UnicodePASSStmt
PASS Statement Overview When used with RECEIVE statement UNICODE and NATIONAL fields are supported. When used with a RUN statement UNICODE and NATIONAL fields ar...
r4 - 05 Jul 2011 - 11:52 by JeanNeron
UnicodePRINTStmt
PRINT Statement Overview The PRINT statement should handle all three types of alpha fields, Raw, National and Unicode. Test Plan 1 Test PRINT with a Raw, Nat...
r4 - 05 Jul 2011 - 17:25 by JeanNeron
UnicodePUSH_POPStmt
PUSH / POP Statements Overview The PUSH and POP statements will work on all encoding types without any transcoding. Test Plan 1 Test PUSH/POP of fields with ...
r2 - 29 Mar 2011 - 17:45 by JeanNeron
UnicodePrintPDF
PDF Printing Overview Test Plan: Bugs: 1 Appx crashes with C Assert " 1504 PDF Show Invalid UTF 8 String" if 'Print Grid' is checked in the form definiti...
r4 - 11 Feb 2013 - 12:20 by JeanNeron
UnicodePrintText
Unicode Text Printing Text printing now generates UTF 8 report files. Overview Text output files are now encoded using UTF 8. Test Plan: Bugs: 1 Reports do ...
r6 - 22 Nov 2011 - 13:09 by JeanNeron
UnicodeRECEIVE_LOCALStmt
RECEIVE / LOCAL Statements Overview RECEIVE statements should follow the same rules as defined for a SET statement. LOCAL statements should follow the same rules...
r6 - 05 Jul 2011 - 11:29 by JeanNeron
UnicodeRUNStmt
RUN Statement Overview The alpha operand of the RUN statement will be transcoded to the encoding of the OS shell environment before being executed . The RUN sta...
r7 - 05 Jul 2011 - 11:51 by JeanNeron
UnicodeSCANStmt
SCAN Statement Overview The SCAN statement should allow Unicode and National field types to be used as both a source and a destination. Test Plan 1 SCAN a Na...
r6 - 01 Mar 2013 - 17:35 by JeanNeron
UnicodeSETStmt
SET Statement Overview The SET statement has been extended to take the Encoding Type attribute of an alpha field into consideration. All Alpha fields in existing...
r17 - 02 Jun 2011 - 12:20 by JeanNeron
UnicodeSET_DAY_SET_MNTHStmt
SET DAY / SET MNTH Statements Overview * These statements have been revised to support all three encoding types for the destination alpha field * The text ...
r4 - 05 Jul 2011 - 17:10 by JeanNeron
UnicodeSET_TEMPStmt
SET TEMP Statement Overview All TEMP fields in have been changed to have an encoding type of UNICODE. Since all TEMP fields are now UNICODE fields, SET TEMP wi...
r8 - 15 Jun 2011 - 15:04 by JeanNeron
UnicodeSTDFile
Unicode STD File The STD file has been changed to include unicode values Overview The following fields in the STD record are now defined as Unicode fields: ...
r2 - 15 Dec 2011 - 17:44 by JeanNeron
UnicodeSTORE_RESTOREStmt
STORE / RESTORE Statements Overview The STORE and RESTORE statements will work on all encoding types without any transcoding. Test Plan 1 Test STORE/RESTORE ...
r2 - 29 Mar 2011 - 17:33 by JeanNeron
UnicodeTEMPFields
Unicode TEMP Fields All TEMP fields are now UNICODE Overview The following TEMP fields are now Unicode fields: * TEMP 1 * TEMP 132 * TEMP 2 * TEM...
r2 - 15 Dec 2011 - 17:29 by JeanNeron
UnicodeTestPlan
Unicode Test Plan This document outlines a plan for testing the Unicode enhancements in APPX 6.0. Overview Release 6.0.0 of the APPX Utility includes support for...
r59 - 01 May 2015 - 11:02 by JeanNeron
UnicodeTranscodingFn
ILF Callable Unicode Engine Functions Overview UC_STRCASECMP Performs a case insensitive comparison of two UTF 32 values, returning 0 if the strings should be c...
r10 - 03 Jan 2018 - 18:12 by JeanNeron
UnicodeVERIFYStmt
VERIFY Statement Overview The Verify statement has been enhanced to verify characters within an alpha field based on the encoding type. * RAW All 256 charac...
r5 - 28 Jul 2011 - 11:35 by JeanNeron
UnixHASPInstallation
Unix HASP Installation This document is of interest to customers installing APPX on an Intel/Unix platform, such as Linux, SCO, and NCR Unix. Because Intel/Unix s...
r6 - 18 Jan 2016 - 16:28 by JeanNeron
UploadSpreadsheetData
Uploading Spreadsheet Data to APPX You have data in a spreadsheet that you want to transfer into APPX data files. There are certainly several ways to go about doi...
r4 - 27 Oct 2017 - 11:50 by JeanNeron
UserSupportQuestions
User Support Questions WinAppxD was replaced by the APPX Login Manager in Release 5.0.0. See this page for installing configuring the Login Manager. 4.1) How c...
r3 - 06 Apr 2016 - 18:00 by JeanNeron
UsingAPPXODBCConnection
Using the APPX/ODBC Connection Introduction: This page is applicable to APPX version 4.1 and higher. For older versions, refer to this page The APPX/ODBC Connect...
r6 - 08 Jan 2016 - 14:02 by JeanNeron
UsingAPPXODBCConnectionpre410
Using the APPX/ODBC Connection Introduction: These instructions are for APPX version 4.0.x and earlier. For APPX version 4.1.x higher, see this page. The APPX/...
r4 - 04 Jan 2016 - 13:29 by JeanNeron
UsingAPPXOracleConnection
Using the APPX/Oracle Connection Introduction: This page is for APPX version 4.x earlier. For 5.x and higher, go to this page APPX allows data storage in nu...
r2 - 08 Jan 2016 - 17:14 by JeanNeron
UsingAPPXSybaseConnection
Using the APPX/Sybase Connection Introduction: NOTE: The Sybase interface is no longer actively supported. This information is provided for historical purposes ...
r2 - 08 Jan 2016 - 18:13 by JeanNeron
UsingCGItoInterfacewiththeWeb
Using CGI to Interface with the Web APPX understands how to parse CGI data into APPX variables. It picks apart the CGI data string and looks for variable NAMEs th...
r3 - 05 Apr 2016 - 16:47 by JeanNeron
UsingCustomFonts
Defining Custom Fonts How to use custom fonts in PDF outputs Disclaimer: While these steps work in most cases this implementation of custom fonts is not supported...
r20 - 13 Jul 2017 - 16:01 by JoeOrtagus
VaryingTheAPPXDisplayArea
Tech Tip by Gary Rogers, Director of Training, APPX Software, Inc. As you migrate your users to the Appx Desktop Client you will find that one advantage you gain ...
r5 - 12 May 2020 - 16:38 by JeanNeron
WarnSysAdminOnly
Only Show License Warning to Administrators You can now control who sees license expiry warnings. Overview You can now set whether or not regular users will ever...
r2 - 06 Jul 2012 - 11:56 by JeffPrentice
WebStatistics
Statistics for APPX Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: ...
WindowsClientDisk-ServerConfigurations
Windows Client/Disk Server Configurations Note: The information in this document is generally obsolete and is only presented here for archive purposes. This docum...
r3 - 18 Jan 2016 - 16:54 by JeanNeron
WindowsHASPInstallation
Windows HASP Installation This document is of interest to customers installing APPX on a Windows PC or in a Windows PC network environment, who wish to register t...
r5 - 18 Jan 2016 - 15:25 by JeanNeron
XrefLiterals
Cross Reference for Literal Values A new Cross Reference for Literals option has been added. Overview You can now run a cross reference for literals. Usage: On ...
NEW - 13 Apr 2012 - 13:14 by JeanNeron
XrefSpecificOcc
Cross Reference Specific Occurrences of a Field You can now optionally get a field cross reference by occurrence number. Overview When running a field cross refe...
NEW - 13 Apr 2012 - 13:07 by JeanNeron
Number of topics: 707
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