Backlinks to PeteBrower in APPX Web (Search all webs)

Results from APPX web retrieved at 08:12 (Local)

0LASubrConvertHexPrToNum
.CONVERT HEX PR TO NUM This subroutine converts a hex pair of alpha characters to a decimal number. Usage: PASS decimal_number FIELD ...
r3 - 10 Feb 2012 - 12:59 by JeanNeron
0LASubrConvertNumToHexPr
.CONVERT NUM TO HEX PR This subroutine converts a decimal number to a hex pair of alpha characters. Usage: PASS hex pair FIELD ...
r3 - 10 Feb 2012 - 13:00 by JeanNeron
0LASubrConvertSplitNumber
.CONVERT SPLIT NUMBER This subroutine splits a number into its whole number and fractional parts. Usage: PASS whole_number FIELD ...
r5 - 06 Aug 2015 - 16:00 by AlKalter
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
0LASubrEnvGetPathSep
.ENV GET PATH SEP This subroutine returns the directory separator character of the host operating system. Usage: PASS path separator FIE...
r7 - 12 May 2020 - 16:32 by JeanNeron
0LASubrEnvGetPathSeperatr
.ENV GET PATH SEPARATR This subroutine is called to inspect the path seperator character of the operating system APPX is running on. Usage: PASS path...
NEW - 12 Aug 2011 - 14:57 by PeteBrower
0LASubrFileCsvExport
.FILE CSV EXPORT This subroutine is called to export an APPX file in CSV format. Release 5.4.0 up. Usage: * PASS error_msg FIELD ...
r5 - 26 Sep 2019 - 17:12 by JeanNeron
0LASubrFileCsvImport
.FILE CSV IMPORT This subroutine is called to import data in CSV format into an APPX file. Release 5.4.0 up. Usage: * PASS error_msg ...
r3 - 26 Sep 2019 - 17:13 by JeanNeron
0LASubrFileDelete
.FILE DELETE This subroutine is called to remove a file from the filesystem. Usage: PASS FIELD SHARE? Y PASS ...
r4 - 25 Jan 2012 - 11:27 by JeanNeron
0LASubrFileExists
.FILE EXISTS This subroutine is called to check if a file exists in the filesystem. Usage: PASS exists? FIELD SHARE? ...
r6 - 24 Jul 2014 - 16:30 by AlKalter
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
0LASubrFileSplitFilename
.FILE SPLIT FILENAME This subroutine is called to separate a filename into it's name and extension parts. Usage: PASS FIELD ...
r7 - 07 May 2021 - 12:21 by MisaghKarimi
0LASubrFileSplitPathname
.FILE SPLIT PATHNAME This subroutine is called to separate a full pathname into its path and name parts. Usage: PASS path_part FIE...
r7 - 07 May 2021 - 12:21 by MisaghKarimi
NEW - 12 Aug 2011 - 16:25 by PeteBrower
0LASubrStreamClose
.STREAM CLOSE This subroutine is called close a file stream and free up it's resources. Usage: PASS stream_name FIELD SHA...
r3 - 25 Feb 2013 - 13:07 by AlKalter
0LASubrStreamCloseAll
.STREAM CLOSE ALL This subroutine is called close all file streams and free up their resources. Usage: GOSUB .STREAM CLOSE ALL * check for er...
r2 - 24 Jan 2012 - 12:32 by JeanNeron
0LASubrStreamOpen
.STREAM OPEN This subroutine is called to open a file stream. Usage: PASS stream_name FIELD SHARE? N PASS ...
r12 - 02 Mar 2016 - 13:17 by JeanNeron
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
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
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
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
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
APPX510Features
APPX 5.1.0 Feature Index This is the starting point to discover details of the new features found in APPX Release 5.1.0. Follow the links below to learn more. ...
r13 - 02 Aug 2012 - 16:47 by AlKalter
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
APPX511BugFixes
APPX 5.1.1 Patch Bug Fixes Following is a list of bugs that were fixed in Appx patch release 5.1.1. Overview The list is sub divided into categories. The bug tit...
r3 - 19 Apr 2013 - 12:29 by AlKalter
APPX512BugFixes
APPX 5.1.2 Patch Bug Fixes Following is a list of bugs that were fixed in Appx patch release 5.1.2. Overview The list is sub divided into categories. The bug tit...
NEW - 06 Nov 2012 - 16:50 by AlKalter
APPXRuntimeSubroutineAPI
APPX Runtime Subroutine API These APIs can be used by an APPX designer to interact with the APPX Runtime Application ( ) to gain access to extra functionality. Th...
r59 - 07 May 2021 - 12:21 by MisaghKarimi
AppxRelease430
FileAuditLogging Logging file access and updates PeteBrower 16 Jul 2007
r2 - 17 Jul 2007 - 07:25 by PeteBrower
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
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
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
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
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
FileAuditLogging
Database Import Commands MySQL LOAD DATA LOCAL INFILE ' /importfile.csv ' INTO TABLE test_table FIELDS TERMINATED BY ',' LINES TERMINATED BY '\n' (field1, fil...
NEW - 17 Jul 2007 - 08:11 by PeteBrower
SiteStatistics
TWiki Site Statistics = 2)" then="display: block" else="display: none" }%" Monthly Site Statistics Data Month WebsTotal WebsViewed Websupdated TopicsT...
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 ...
UnicodeAPPXIO
Appx IO Support Add new encoding types to alpha fields, RAW, NATIONAL, and UNICODE. Overview The Encoding Type attribute of an alpha field determines the format ...
NEW - 09 Mar 2011 - 15:36 by PeteBrower
UnicodeAlphaFieldSize
Maximum Alpha Field Size Increase maximum alpha field size to 4GB Overview Allow large alpha fields to be defined in the APPX DD (up to 4GB) Note: Even thought t...
r4 - 04 Mar 2011 - 16:09 by PeteBrower
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
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
UnicodeEncodingType
Unicode Encoding Types Add new encoding types to alpha fields, RAW, NATIONAL, and UNICODE. Overview Alpha fields will have three choices for Encoding. * RAW ...
r4 - 09 Mar 2011 - 15:47 by PeteBrower
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
UnicodeOracle
Oracle Support Add new encoding types to alpha fields, RAW, NATIONAL, and UNICODE to our Oracle interface Overview The Encoding Type attribute of an alpha field ...
r2 - 15 Mar 2011 - 14:48 by PeteBrower
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
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
UnicodeRecordSize
Maximum Record Size Increase maximum record size to 4GB Overview Allow large alpha fields to be defined in the APPX DD (up to 4GB) This change effects... * Pe...
r2 - 04 Mar 2011 - 16:08 by PeteBrower
UnicodeRestructureAPPXIO
Restructuring Appx IO Files Restructure has been reworked to handle all Encoding types Overview Restructure has been reworked to support the following behaviors:...
NEW - 09 Mar 2011 - 15:31 by PeteBrower
UnicodeRestructureOracle
Restructuring Oracle Tables Restructure has been reworked to handle all Encoding types Overview Restructure has been reworked to support the following behaviors:...
NEW - 09 Mar 2011 - 15:33 by PeteBrower
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
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
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
WebStatistics
Statistics for APPX Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: ...
WidgetDropShadows
Drop Shadows You can easily add drop shadow effects to your widgets. Overview: All widget types now support a drop shadow effect. You have full control over the ...
r3 - 29 Jan 2018 - 16:23 by AlKalter
WidgetFileChooser
File Chooser Widget The file chooser widget provides the ability to have a user select a File, a Folder, or either from a filtered list of files on their desktop....
r3 - 11 Apr 2012 - 16:11 by AlKalter
WidgetLayering
Assigning Widgets to Layers Widgets now support layering. You can control how widget overlap and which shows up on top. Overview: All screen widgets now support ...
r4 - 29 Jan 2018 - 16:23 by AlKalter
WidgetLine
Line Widget The LINE widget allows you to draw lines on Appx screens and PDF reports. You have control over the line Color, Weight, End Caps, and Stroke Pattern. ...
r4 - 05 Apr 2012 - 14:27 by AlKalter
WidgetLocalLists
Local Lists You can now override the contents of a dropdown list dynamically. Overview: Dropdown List widgets now support a special macro to alter their contents...
r3 - 05 Apr 2013 - 10:32 by AlKalter
WidgetSetMovable
Button Widget Drag Option The button widget now supports a new @ macro to set a Movable (or Drag) option. Overview: The Button Widget now supports the ability to...
r3 - 13 Feb 2014 - 16:03 by GaryRogers
Number of topics: 78
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