Tags:
create new tag
view all tags

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

Results from Main web retrieved at 07:34 (GMT)

.CONVERT HEX PR TO NUM This subroutine converts a hex pair of alpha characters to a decimal number. Usage: PASS decimal number FIELD...
.CONVERT NUM TO HEX PR This subroutine converts a decimal number to a hex pair of alpha characters. Usage: PASS hex pair FIELD...
.CONVERT SPLIT NUMBER This subroutine splits a number into its whole number and fractional parts. Usage: PASS whole number FIELD...
.ENV GET OS TYPE This subroutine returns the type of operating system Appx is running on. Usage: PASS os type FIELD SHARE...
.ENV GET PATH SEP This subroutine returns the directory separator character of the host operating system. Usage: PASS path separator FIELD...
.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...
.FILE CSV EXPORT This subroutine is called to export an APPX file in CSV format. Release 5.4.0 up. Usage: PASS error msg FIELD...
.FILE CSV IMPORT This subroutine is called to import data in CSV format into an APPX file. Release 5.4.0 up. Usage: PASS error msg...
.FILE DELETE This subroutine is called to remove a file from the filesystem. Usage: PASS FIELD SHARE? Y PASS...
.FILE EXISTS This subroutine is called to check if a file exists in the filesystem. Usage: PASS exists? FIELD SHARE...
.FILE MAKE DIR This subroutine is called to create a directory in the filesystem. Usage: PASS error message FIELD SHARE? Y...
.FILE SPLIT FILENAME This subroutine is called to separate a filename into it`s name and extension parts. Usage: PASS FIELD...
.FILE SPLIT PATHNAME This subroutine is called to separate a full pathname into its path and name parts. Usage: PASS path part FIELD...
.STREAM CLOSE This subroutine is called close a file stream and free up it`s resources. Usage: PASS stream name FIELD SHARE...
.STREAM CLOSE ALL This subroutine is called close all file streams and free up their resources. Usage: GOSUB .STREAM CLOSE ALL check for errors...
.STREAM OPEN This subroutine is called to open a file stream. Usage: PASS stream name FIELD SHARE? N PASS...
.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 BEHAV...
.UTIL SUBR WRITE ILF This subroutine writes ILF code to a subroutine in the Application. Added in 5.2.0 Usage: PASS ilf verb FIELD...
.WIDGET SET THEME This subroutine sets the current theme. Usage: PASS theme name FIELD SHARE? N PASS application...
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...
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...
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....
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...
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 title...
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 title...
APPX Runtime Subroutine API These APIs can be used by an APPX designer to interact with the APPX Runtime Application ( ) to gain access to extra functionality. This...
FileAuditLogging Logging file access and updates PeteBrower 16 Jul 2007
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...
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...
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. Overview...
APPX Client Borderless Mode This client setting turns off the outermost client border. Overview This client property turns off the outermost client window border...
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...
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...
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 property...
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 button...
APPX Client Presentation Mode Footer Size This client setting controls the size of the footer in Presentation Mode. Overview This client property controls the size...
APPX Client Presentation Remote This client setting allows you to use certain keystrokes used by presentation remotes to trigger selected Appx options. Overview...
APPX Client Single Sign On (Windows Only) This allows the Appx Client to automatically use your Windows Active Directly desktop authenticated credentials to log into...
APPX Client Swipe/Drag Scrolling This client setting causes mouse drag and touchscreen swipe actions to translate into Appx Panning and Scrolling options. Overview...
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...
APPX Client Scroll Navigation Bar This client setting replace the scrollbar with a new navigation bar. Overview This client property replace the standard Scroll...
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...
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 property...
Database Import Commands MySQL LOAD DATA LOCAL INFILE ` /importfile.csv ` INTO TABLE test table FIELDS TERMINATED BY `,` LINES TERMINATED BY `\n` (field...
TWiki Site Statistics Monthly Site Statistics Data Month WebsTotal WebsViewed Websupdated TopicsTotal TopicsViewed TopicsUpdated Attach...
List of TWiki 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...
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...
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...
BROWSE Statement Overview BROWSE is only applicable in character mode when viewing a report on the screen, therefore no Unicode support required. Test Plan Bugs...
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 testing...
CNV TEXT Statement Overview Converting To and From alpha fields Both fields are RAW No change in behavior Both fields are UNICODE or NATIONAL...
Unicode COMPARE File Certain fields in the COMPARE file are now Unicode Overview The following field in the COMPARE file are now Unicode fields: COMPARE...
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 numeric...
Unicode Client Communications Client/server data flow has be reworked to support unicode data. Overview Initially, Only the Java Client will communicate using unicode...
Unicode Encoding Types Add new encoding types to alpha fields, RAW, NATIONAL, and UNICODE. Overview Alpha fields will have three choices for Encoding. RAW...
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 and...
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...
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...
PASS Statement Overview When used with RECEIVE statement UNICODE and NATIONAL fields are supported. When used with a RUN statement UNICODE and NATIONAL fields are...
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, National...
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 raw...
RECEIVE / LOCAL Statements Overview RECEIVE statements should follow the same rules as defined for a SET statement. LOCAL statements should follow the same rules...
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 statement...
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... Permanent...
Restructuring Appx IO Files Restructure has been reworked to handle all Encoding types Overview Restructure has been reworked to support the following behaviors...
Restructuring Oracle Tables Restructure has been reworked to handle all Encoding types Overview Restructure has been reworked to support the following behaviors...
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 National...
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:...
STORE / RESTORE Statements Overview The STORE and RESTORE statements will work on all encoding types without any transcoding. Test Plan 1 Test STORE/RESTORE of...
VERIFY Statement Overview The Verify statement has been enhanced to verify characters within an alpha field based on the encoding type. RAW All 256 characters...
Statistics for Main Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and...
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...
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...
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...
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....
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...
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...
Number of topics: 78

Results from Sandbox web retrieved at 07:34 (GMT)

PeteBrower 16 Jul 2007
This is a test page PeteBrower 16 Jul 2007
Number of topics: 2

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