Recent Changes in Main Web retrieved at 11:53 (GMT)

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 connect...
APPX 5.5.0/5.5.1 Feature Index This is the starting point to discover details of the new features found in APPX Release 5.5 and subsequent patch releases. Follow...
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...
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...
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 both...
Welcome to the APPX WIKI web Welcome to the APPX Software, Inc. TWiki site. This web site is dedicated to all things APPX.. This web site is intended to be for the...
Statistics for Main Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and...
TWiki Site Statistics Monthly Site Statistics Data Month WebsTotal WebsViewed Websupdated TopicsTotal TopicsViewed TopicsUpdated Attach...
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...
.TEXT UPPER TO LOWER This subroutine converts upper case to lower case in a text/alpha field. Usage: PASS converted text FIELD...
.TEXT UNICODE COMP This subroutine compares 2 Unicode fields. Added in 6.0.0 Usage PASS result FIELD SHARE? Y PASS...
.TEXT TO UNICODE This subroutine transcodes a RAW alpha field to a Unicode field. Added in 6.0.0 Usage PASS unicode field FIELD...
.TEXT SET UNINAME This subroutine returns the named Unicode character. Added in 6.0.0 Usage PASS unicode string FIELD SHARE?...
.TEXT PARSE LINE This subroutine parses a string into separate fields. Usage: PASS text to parse FIELD SHARE? N PASS...
.TEXT LOWER TO UPPER This subroutine converts lower case to upper case in a text/alpha field. Usage: PASS converted text FIELD...
.TEXT INSERT AT POS This subroutine inserts characters into a text/alpha field. Usage: PASS text field FIELD SHARE? Y...
.TEXT GET UNINAME This subroutine returns the name of the specified Unicode character. Added in 6.0.0 Usage PASS unicode name FIELD...
.TEXT FROM UNICODE This subroutine transcodes a Unicode alpha field into a RAW alpha field. Added in 6.0.0 Usage PASS raw FIELD...
.TEXT FIND AND REPLACE This subroutine finds and replaces text in a text/alpha field. Usage: PASS text field FIELD SHARE...
.TEXT FIND This subroutine finds the position of text in a text/alpha field. Usage: PASS text position FIELD SHARE? Y...
.TEXT CUT AT POS This subroutine removes characters from a text/alpha field. Usage: PASS text field FIELD SHARE? Y...
.TEXT CREATE PAD This subroutine fills a field with a single character. Usage: PASS text field FIELD SHARE? Y PASS...
Running APPX in a 64 bit Linux/Unix environment This page explains how you can run APPX in a 64 bit Linux/Unix environment. No special set up is required for 64 bit...
APPX Movies Introductory Topics Each of the following is a self contained flash movie, focusing on one aspect of the APPX runtime and design environment. Each movie...
APPX 5 on Linux connectivity to Oracle How to configure APPX 5 on Linux to store data inside Oracle. Overview Release 5.0.0 or higher of the APPX Utility allows...
APPX Client Command Line Options The following is a partial list of the command line options that can be appended to the `Target:` line of the Appx Desktop Client...
Upgrade APPX HTML Client on Linux Assumption #1 /var/www/html/client/ contains the contents of webhost.zip bundle. Modify paths below if different. Assumption...
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 a...
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 Console...
.UTIL FIELD SET This subroutine is called to set a value into a specified field name. Usage: PASS App Id FIELD SHARE...
.UTIL FIELD GET This subroutine is called to retrieve the value of the specified field name. Usage: PASS value FIELD...
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 documented...
.XML WRITER CDAT START This subroutine adds an opening cdata tag in the given XML file. Added in 6.2.0 Usage: PASS XML stream name FIELD...
.XML WRITER CDAT END This subroutine adds an ending cdata tag in the given XML file. Added in 6.2.0 Usage: PASS XML stream name FIELD...
.XML WRITER ELEM END This subroutine adds an end tag for the most recent opened element in the given XML file. Added in 6.2.0 Usage: PASS XML stream...
.XML WRITER ADD DATA This subroutine adds data to the most recent opened element in the given XML file. Added in 6.2.0 Usage: PASS XML stream name...
.XML WRITER ADD ATTR This subroutine adds attribute to the most recent opened element in the given XML file. Added in 6.2.0 Usage: PASS XML stream...
.XML WRITER CLOSE This subroutine closes an XML file. Added in 6.2.0 Usage: PASS XML stream name FIELD SHARE? N GOSUB...
.XML WRITER ELEM START This subroutine adds a starting tag for an element to the given XML file. Added in 6.2.0 Usage: PASS XML stream name...
.XML WRITER OPEN This subroutine creates and opens an XML file. Added in 6.2.0 Usage: PASS XML stream name FIELD SHARE? N...
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...
.JSON PARSE FILE This subroutine parses and imports a JSON file. (Added in 6.2.0) Usage: PASS JSON File Path FIELD SHARE? N...
.JSON PARSE This subroutine parses and imports a JSON string (Added in 6.2.0). Usage: PASS JSON String FIELD SHARE? N...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
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...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
Configuring APPX and RDBMS Compatibility with newer versions of popular databases is among the many features of APPX 5.0 higher. This page gives some examples of...
.CONVERT FROM BASE64 This subroutine converts Base64 data to Appx raw data (Release 6.2.0 higher). Usage: PASS raw data FIELD...
.CONVERT TO BASE64 This subroutine converts Appx raw data to Base64 data (Release 6.2.0 higher). Usage: PASS base64 data FIELD...
.UTIL ADD USER This subroutine adds a user to the Appx User file. Usage: PASS error msg FIELD SHARE? Y PASS...
.UTIL CHG USER This subroutine changes fields on the Appx User file. Usage: PASS error msg FIELD SHARE? Y PASS...
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 Unicode...
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...
APPX Windows APPX 5 Upgrade Instructions This page provides the information needed to upgrade an existing APPX 4.2.a Windows installation to APPX 5. Overview Warning...
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. Overview...
APPX ODBC Installations Instructions This page provides instructions for installing APPX ODBC 6.1 Overview APPX ODBC is used by APPX customers to gain access to...
APPX Monitor Effective with Release 5.0.0, APPX System Administration includes a utility that allows an APPX System Administrator to monitor all APPX sessions...
.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...
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...
.ENV GET APPXPATH This subroutine returns the path to the location of Appx data files. Usage: PASS appxpath FIELD SHARE...
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 initial...
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 initial...
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...
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 allows...
Convert SSL Certificate from IIS formatted (PKCS#12/.pfx) This document assumes your IIS server is already configured with an SSL certificate from either a public...
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 tools...
APPX 5.5.0/5.5.1 Installation Instructions This page provides instructions for installing APPX 5.5.0 and subsequent patch releases.. Notes IMPORTANT: This version...
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...
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 that...
APPX 5 connectivity to DB2 on AIX How to configure APPX 5 to store data inside IBM`s DB2 on AIX. Note: Support for DB2 has been discontinued. Overview Release...
APPX Database Interfaces The database interfaces in APPX 5.0.0 have been updated to support newer versions. Support for Microsoft Access and DB2 has been discontinued...
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 Unicode...
APPX Widget Macros APPX provides special functionality for various widgets via the use of macro commands that can be inserted in the Tooltip or Label field on the...
APPX 5 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 (character...
.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...
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 and...
.CLIENT CHECK VERSION This subroutine returns the version of the Desktop Client. Usage: PASS version text FIELD SHARE? Y...
.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:...
.WIDGET SET TOOLTIP This subroutine sets or clears the tooltip for selected widgets. Added in Release 6.1 Usage: PASS tooltip text...
.WIDGET SHOW BY NAME This subroutine shows previously hidden widgets. Usage: PASS beg at name FIELD SHARE? N PASS...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
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 functions...
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 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 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 Remote This client setting allows you to use certain keystrokes used by presentation remotes to trigger selected Appx options. Overview...
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 were...
APPX Client Swipe/Drag Scrolling This client setting causes mouse drag and touchscreen swipe actions to translate into Appx Panning and Scrolling options. Overview...
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,...
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 similar...
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...
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 is...
.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...
.CLIENT PLAY SOUND This subroutine plays a .wav file on the user`s PC. Usage: PASS wave file FIELD SHARE? N GOSUB...
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...
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...
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 allow...
.CLIENT CHECK FOR GUI This subroutine returns a flag to indicate if the user is running the Desktop Client. Usage: PASS gui...
.CLIENT DOWNLOAD FILE This subroutine will download a file to the user`s PC. Usage: PASS status code FIELD SHARE? Y...
.ENV GET PATH SEP This subroutine returns the directory separator character of the host operating system. Usage: PASS path separator FIELD...
.ENV GET PARENT PROC This subroutine returns the name and type of the parent process. Usage: PASS parent type FIELD SHARE...
.ENV GET CONFIG INFO This subroutine populates PDF fields with configuration information. Usage: GOSUB .ENV GET CONFIG INFO Check for...
.ENV GET OS TYPE This subroutine returns the type of operating system Appx is running on. Usage: PASS os type FIELD SHARE...
.CONVERT HTML TO TEXT This subroutine converts a HTML field to plain APPX text. Release 5.5. higher. Usage: PASS text FIELD...
.CONVERT TEXT TO HTML This subroutine converts a text field to HTML encoding. Usage: PASS html FIELD SHARE? Y...
.WIDGET CNV RGB TO CLR This subroutine converts a decimal color code to alpha/hex. Usage: PASS clr alpha FIELD SHARE?...
.WIDGET CNV CLR TO RGB This subroutine converts an alpha/hex color code to decimal. Usage: PASS clr binary FIELD SHARE...
.IMPORT CGI DATA This subroutine populates Appx variables from STDIN. Usage: GOSUB .IMPORT CGI DATA Test for Error IF .IMPORT...
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...
.XML IMPORT This subroutine processes an XML file and optionally imports it. Added in 5.3.0 Usage: SET 0DX .XML IMPORT PASS...
.XML PURGE This subroutine purges the work files associated with an import session. Added in 5.3.0 Usage: SET 0DX .XML PURGE...
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 documentation...
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. Additional...
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....
.UTIL SUBR CREATE This utility adds a subroutine to the Application. Added in 5.2.0 Usage: PASS process name FIELD SHARE...
.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...
.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...
.UTIL CHECK SECURITY This subroutine is called to check the security code for the specified user. Usage: PASS result FIELD...
.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...
.RBS PROCESS SECURITY Allows the designer to invoke `Access Control List Processes` for a particular parent / child pair (System Administration Role Based Security...
.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 Application...
.RBS HIERARCHY MTCE This subroutine invokes the `Security Hierarchy Maintenance` program, bypassing the System Administrator requirement (System Administration...
APPX 5.5.0 Features System Administration This page describes the new features in Application Design New Environment Variables Some new environment variables have...
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 facelift...
.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)...
.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 higher...
.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 higher...
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. Older...
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 use...
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 installation...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide...
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 initial...
.CLIENT GET CONSTANT This subroutine returns the value of a client constant. Usage: PASS client value FIELD SHARE? Y...
.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 deliver...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
.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...
.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...
.UTIL SECR SAVE This subroutine will archive the Security codes for the selected application(s). Release 5.5 and higher only Usage: PASS count...
.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 CSV EXPORT This subroutine is called to export an APPX file in CSV format. Release 5.4.0 up. Usage: PASS error msg FIELD...
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 because...
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 Wizards...
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 which...
APPX 5.4.7 Installation Instructions This page provides instructions for installing APPX 5.4.7. Notes IMPORTANT: This version includes new SSL certificates...
.UTIL ADD HOOK This subroutine adds a record to the Hook file. Usage: PASS error msg FIELD SHARE? Y PASS HOOK...
.XY ADD BAR LAYER This subroutine adds a Bar layer to the `current` chart spec. Usage: PASS data combine method FIELD SHARE? N...
APPX 5.4.6 Installation Instructions This page provides instructions for installing APPX 5.4.6. Notes IMPORTANT: This version includes new SSL certificates...
System Administration Environment / Widget File Wizards The environment variable wizard assists you in setting APPX environment variables. The Widget wizard explains...
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...
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 variety...
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...
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...
.TEXT GET LENGTH This subroutine determines the length of a text/alpha field. Usage: PASS text len FIELD SHARE? Y...
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...
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 subsequent...
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 (character...
APPX 6.0.0 Installation Instructions This page provides instructions for installing APPX 6.0.0 Notes IMPORTANT: This version includes new SSL certificates...
Installation Tips This page describes some installation tips. Description: If your server does not already have PHP installed, download and install PHP from...
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...
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...
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...
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 Services...
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 considered...
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
.FILE EXTRACT ARCHIVE This subroutine extracts all the files from a previously created archive. Usage: PASS error message FIELD...
.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...
.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 ENCODINGS...
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 subsequent...
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 doing...
Watchlist Return to: WimJongejan
My Links WelcomeGuest starting points on TWiki TWikiUsersGuide complete TWiki documentation, Quick Start to Reference WebHome try out TWiki on...
.CONVERT TRANSLATE This subroutine converts a string from one language to another using the Application and System Dictionaries. Usage: PASS trans...
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...
APPX 5.4.5 Installation Instructions This page provides instructions for installing APPX 5.4.5. Notes IMPORTANT: This version includes new SSL certificates...
Online Manuals APPX documentation is available online for all APPX users. Three manuals, all fully browsable with indexes and hyperlinks, will help APPX designers...
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...
Watchlist Return to: LeninGarciaMayorca
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
.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...
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 allow...
.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...
.POINT ADD NEW This subroutine adds a new Point to the `current` Dataset. Usage: PASS dataset point value1 FIELD SHARE? N...
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 Set...
.ENV GET ENV VARIABLE This subroutine returns the value of a environment variable. Usage: PASS env value FIELD SHARE?...
File Analysis and Recovery Verifying and Analyzing a File You can verify a file`s integrity from the Data File Management menu (`Verify Files`) or from the command...
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 Routines...
.UTIL TIMEOUT EXIT This subroutine exits the current process or logs a user off after a set timeout period. Usage: PASS action...
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 stored...
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....
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...
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...
Special Topics Here you will find a wide range of support documents, frequently asked questions, `How To` guides, and general instructions concerning installation...
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....
APPX 5.4.4 Installation Instructions This page provides instructions for installing APPX 5.4.4. Notes IMPORTANT: This version includes new SSL certificates...
Character Encoding Character encoding wasn...
Environment Variables List This document describes Environment Variables recognized by APPX 4.1. Most are also recognized by earlier APPX releases, as noted. This...
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...
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 discusses...
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 APPX...
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 APPX...
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...
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 APPX...
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...
APPX/NT Operations and Administration Note: The information here is generally obsolete since WinAppxD has been replaced by the APPX Login Manager. Contents:...
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 service...
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....
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...
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...
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....
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....
APPX Presentation Server WinAppxD APPX Release 4.2.a and earlier This document includes questions and hints about installing and running APPX/Server on Windows...
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...
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....
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 Windows...
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 other...
Speed II to APPX Conversion Instructions The following steps are necessary to migrate SPEED II applications into APPX: Please note that these instructions assume...
Foreign Language Translation Following are known issues with the Foreign Language Translation utility: 1) The mechanism that determines when an EM must be rebuilt...
APPX Client/Server Installation and Configuration Overview: This information only applies to very old versions of APPX (pre 4.2). Consult the installation instructions...
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 that...
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 easier...
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 information...
Debugging Print Problems How many times have you gotten this call: ...
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 overlay...
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 scrolling...
Customizing the Runtime Environment The APPX environment includes a number of standard processes. This page describes how you can customize them. Overview Your...
HTML Client Remote Troubleshooting If you`re having trouble with remote HTML Client connections, here are some things you can try. Client doesn...
.UTIL GET HOOK RECORDS This subroutine copies the engine Hook records into a temporary file for modification. Usage: GOSUB .UTIL GET HOOK RECORDS...
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 publish...
Moving APPX Applications and Data Between Platforms The above title is not accurate, but it does represent a typical migration that these instructions are designed...
.STREAM WRITE This subroutine is called to write data to a file stream. Usage: PASS write buffer FIELD SHARE? N PASS...
.STREAM READ This subroutine is called to read a file stream. Usage: (Option 1) PASS read buffer FIELD SHARE? Y PASS...
.STREAM OPEN This subroutine is called to open a file stream. Usage: PASS stream name FIELD SHARE? N PASS...
APPX Desktop Client Installation Linux Requirements The Appx Desktop Client should run on most varieties of Linux, however due to the sheer number of distributions...
APPX Desktop Client Installation Windows Requirements The Appx Desktop Client runs on all versions of desktop Windows, including Windows XP, Vista, Windows 7....
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 (character...
.UTIL SUBR DELETE This utility deletes a subroutine from the Application. Added in 5.2.0 Usage: PASS process name FIELD SHARE...
.UTIL SUBR CLOSE This utility closes the subroutine you created. Added in 5.2.0 Usage: GOSUB .UTIL SUBR CLOSE Check for errors IF...
.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...
.WIDGET RELOAD DATASRC This subroutine reloads the data in a Table Widget. Added in 5.2.0 Usage: PASS beg at name FIELD...
.UTIL KILL SESSION Cancels the specified process. Added in 5.4.4 Usage: PASS PID FIELD SHARE? N PASS...
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 these...
Scoping Rules Subprocess/Related/Detached `Scoping` refers to what workfields and temporary files (both disk and memory) are available to a given process. There...
APPX Background Processing This document discusses APPX background processing. Overview Background processes refers to the ability of APPX to spawn another session...
Dynamic Linking and the CALL Statement Contents : Calling External Functions from APPX ILF Code It is possible for system integrators to develop and compile functions...
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 clients...
APPX Keystroke Process Recording Playback The following information is only applicable when running APPX in character mode (ie, not using the APPX Desktop or...
Accessing Query Parameters Overview: The Query specifications used to produce a report are stored in three memory files, defined in the application. You can find...
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 statements...
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...
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 call...
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 have...
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...
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...
Passing Fields or File Names To pass FIELD(s): PASS fieldname1 FIELD PASS fieldname2 FIELD RUN ScriptName $ The `$ ` allows `ScriptName` to receive all the...
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 adjusts...
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 Server...
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 machine...
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...
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 MySQL...
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 MySQL...
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, it...
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...
Watchlist Return to: JeanNeron
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 sesiones...
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...
Purging the USAGE File The USAGE files ($APPXPATH/0SA/USAGE. ) track numbers of endusers, designers, and users of locked applications currently logged into APPX. Prior...
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 the...
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 handle...
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 for...
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 before...
Setting Environment Variables APPX offers six levels at which environment variables may be set: General Environment Variable information can be found at APPX Environment...
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 internal...
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 from...
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 just...
Configuring APPX for Windows APPX Presentation Server WinAppxD This document includes questions and hints about installing and running APPX/Server on Windows...
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...
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...
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....
APPX 5 Installation Instructions This page provides instructions for installing APPX 5. Notes IMPORTANT: The APPX Desktop Client for Macs only runs on Intel...
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...
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 APPXUTIL...
Windows Client/Disk Server Configurations Note: The information in this document is generally obsolete and is only presented here for archive purposes. This document...
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 systems...
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 their...
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 and...
Using the APPX/Sybase Connection Introduction: NOTE: The Sybase interface is no longer actively supported. This information is provided for historical purposes...
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 numerous...
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 Connection...
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 Dictionary...
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/ODBC...
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...
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 values...
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...
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...
.CONVERT SPLIT NUMBER This subroutine splits a number into its whole number and fractional parts. Usage: PASS whole number FIELD...
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...
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...
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,...
User Last Login Date/Time Utility With the Role Base Security feature enabled you can programmatically determine a user...
.PIE SECT ADD NEXT This subroutine is called to create a new pic chart sector spec. Usage: PASS sector data point FIELD SHARE...
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 connect...
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 learn...
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...
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 number...
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....
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 parenthesis...
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. Overview...
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 that...
Interrupt Running Processes The user can now interrupt running processes, and designers can break into Input processes. Overview: The user can now interrupt running...
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 define...
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 version...
.FILE EXISTS This subroutine is called to check if a file exists in the filesystem. Usage: PASS exists? FIELD SHARE...
All Authenticated Users Group This is a special group all authenticated users belong. The main use of this group is to lift a web level restriction at the topic level...
All Users Group This is a special group literally all users belong. The main use of this group is to lift a web level restriction at the topic level. This is close...
Processing This page describes the various processing and updating options. Overview: The `Processing` options give us various ways of processing and importing...
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
Design Transfer Children This Release introduces the ability to Design Transfer Automatic Children from frame to frame, or Optional Children from Image to Image....
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.3 Installation Instructions This page provides instructions for installing APPX 5.3. Notes IMPORTANT: APPX Desktop Client version should at least match...
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...
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...
Importing Data This page describes how to import data using 0DX. Overview: Now that we have defined a mapping for our XML file, we can run the actual import step...
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...
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 improved...
.WIDGET APPLY THEME This subroutine applies a GUI Theme to the the current image. Usage: GOSUB .WIDGET APPLY THEME Check for errors...
My Links .ATasteOfTWiki view a short introductory presentation on TWiki for beginners .WelcomeGuest starting points on TWiki .TWikiUsersGuide...
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...
.WIDGET DEL SCROLL BTN This subroutine deletes the scroll buttons from the toolbar. Usage: GOSUB .WIDGET DEL SCROLL BTN Check for errors...
.UTIL TIMEOUT SET This subroutine sets the keyboard timeout value. Usage: PASS seconds FIELD SHARE? N GOSUB...
.UTIL SWITCH USER This subroutine changes to a different user. Usage: PASS user id FIELD SHARE? N PASS...
.UTIL PROCESS DD This subroutine processes the Data Dictionary for the selected Application or File. Usage: PASS application FIELD...
.UTIL DEL HOOK This subroutine deletes a record from the Hook file. Usage: PASS error msg FIELD SHARE? Y PASS...
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. Overview...
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...
Enhancements to Import/Export Import/Export now display record counts for total records processed, success count, and failure count. Overview: Import/Export now...
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...
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 Authentication...
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 specification...
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 Access...
More TEMP Fields Available There are additional TEMP fields available for the designer to use. Overview: There are additional TEMP fields available for the...
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
Datasets Overview This page describes the basic steps and related subroutine calls for supplying data to the charting routines. Description: Data and the presentation...
APPX 5.2.1 Patch Bug Fixes Following is a list of bugs that were fixed in Appx patch release 5.2.1. The bug number, from APPX Bug Tracker (SIRID) is in parenthesis...
.ENV SET ENV VARIABLE This subroutine sets the value of a environment variable. Usage: PASS env value FIELD SHARE? Y...
.WIDGET MISSING THEME This subroutine finds all Inputs/Menus that do not use .WIDGET APPLY THEME. Usage: PASS app id FIELD...
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...
.WIDGET COUNT ROWS This subroutine counts the number of selected rows in a table widget. Usage: PASS count FIELD SHARE...
.UTIL MARK REWIND This subroutine returns immediately to a previously marked process, closing all processes in between. Usage: PASS mark name...
.UTIL MARK SET This subroutine marks the current process with a name so you can return to it later. Usage: PASS mark name FIELD...
.CHART RENDER This subroutine is called to render a chart for the `current` chart spec. Usage: PASS FIELD SHARE? Y SUBR...
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 simple...
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 chart...
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...
.CLIENT GET CLIPBOARD This subroutine gets the current content of the system clipboard. Usage: PASS clip data FIELD SHARE...
Troubleshooting Tips This page describes some troubleshooting tips. Description: When creating a new chart, find an example chart that is close to the layout...
.ENV VIEW LICENSE INFO This subroutine displays the APPX license info for the current application. Usage: GOSUB .ENV VIEW LICENSE INFO...
.FILE CREATE ARCHIVE This subroutine creates an archive of the specified files, in either TAR or TGZ format. Usage: PASS error message...
.FILE COPY This subroutine will copy a file from one location to another, creating any required directories. Usage: PASS error message...
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...
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...
Access Control List Processes This process allows you to assign security to the processes in your applications. Overview: This process allows you to assign security...
APPX 5.2.3 Patch Bug Fixes Following is a list of bugs that were fixed in Appx patch release 5.2.3. The bug number, from APPX Bug Tracker (SIRID) is in parenthesis...
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 preference...
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...
.STREAM CLOSE This subroutine is called close a file stream and free up it`s resources. Usage: PASS stream name FIELD SHARE...
.LAYER LINK DATASET TM Esta subrutina enlaces un conjunto de datos a una plantilla de conjunto de datos. Usage: Opt PASS dataset name FIELD...
.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...
.LAYER ADD DATA GROUP Esta subrutina se agrega un grupo de datos a la capa de tabla actual. Usage: PASS data group name FIELD...
.XY SET BAR CLR Esta subrutina establece el color de las barras en el nivel actual o en el punto de datos. Usage: PASS color spec name FIELD...
.XY ADD BAR LAYER Esta subrutina agrega un bar layer a la especificaci...
.CHART INITIALIZE This subroutine is called to initialize or reinitialize a chart spec. Usage: PASS FIELD SHARE? N...
! WYSIWYG content do not remove this comment, and never use this identical text in your topics .CHART INITIALIZE This subroutine is called to initialize or reinitialize...
APPX Runtime Subroutine API Overview Descripci...
.POINT ADD NEW Esta subrutina agrega un nuevo punto al `actual` conjunto de datos. Usage: PASS dataset point value1 FIELD SHARE...
.DATASET INITIALIZE Esta subrutina es llamada para inicializar un conjunto de datos. Usage: PASS number of dimensions FIELD SHARE?...
.DATASET INITIALIZE This subroutine is called to initialize a dataset. Usage: PASS number of dimensions FIELD SHARE? N PASS...
Datasets Overview Informaci...
Overview Resumen Release 5.1.0 APPX incluye una API del dise...
APPX 5.2.2 Patch Bug Fixes Following is a list of bugs that were fixed in Appx patch release 5.2.2. The bug number, from APPX Bug Tracker (SIRID) is in parenthesis...
APPX 5.2.1 Patch Bug Fixes Following is a list of bugs that were fixed in Appx patch release 5.2.1. The bug number, from APPX Bug Tracker (SIRID) is in parenthesis...
Chart Rendering Overview Resumen Representaci...
Conceptos Clave Esta p...
Chart Design Overview Esta p...
Consejos para solucionar problemas Esta p...
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 keypaths...
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 definition...
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 flash...
Known Issues Table Widget Editor Some planned features are not yet implemented: There is no spec to enable/disable multi select There is no...
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...
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...
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
SQL Server Interface Performance Performance enhancements have been made to the SQL server interface. Overview: Significant improvements that impact SQL Server...
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...
Media Player Widget A Media Player Widget has been implemented in APPX 5.2.0. Overview: The text field should contain the pathname to a media file (avi, mp3, mp...
Code Viewer Widget A Code Viewer Widget has been implemented in APPX 5.2.0. Overview: The Code Viewer Widget can be used to display various types of source code...
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...
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 populate...
Web Browser Widget A Web Browser Widget has been implemented in APPX 5.2.0. Overview: The Web Browser Widget can be used to display a web page in an APPX text field...
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 fields...
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 Database...
User Security Overrides Prints any user level security overrides. Overview: This report will print any user level security overrides you have defined. You will...
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...
Security Hierarchy List/Export Prints and exports the Security Hierarchy. Overview: This report will list the currently defined Databases, Departments, Workgroups...
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 changes...
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...
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...
Security Import Imports a previously exported Security Hierarchy and Access Control Lists. Overview: This utility will import the previously exported Security Hierarchy...
Security Export Exports the Security Hierarchy and Access Control Lists for transfer to another system. Overview: This utility will transfer the complete Security...
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...
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...
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 copy...
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...
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 field...
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...
Security Hierarchy Maintenance This process allows you to maintain the Security Hierarchy. Overview: This process allows you to maintain the Security Hierarchy...
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...
.UTIL SUBR WRITE ILF This utility adds a statement to the subroutine you just created. Usage: PASS ILF Verb FIELD SHARE...
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...
Better Warning and Error Control The method of displaying multiple Error, Warning and Message commands has been improved. Overview: The Message Status area on the...
Option Numbers in Design Mode When in Design Mode, the option numbers assigned can be displayed on the image. Overview: The option numbers assigned on an image...
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...
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...
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
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....
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...
APPX/ODBC Server APPX/ODBC Revised for APPX Release 5.0 There have been significant changes in the installation and operation of APPX/ODBC, effective with the release...
APPX Runtime Subroutine API Overview Over 100 new subroutines are available for designers to use. Overview: Release 5.1 contains over 100 subroutines for designers...
My Links ATasteOfTWiki view a short introductory presentation on TWiki for beginners WelcomeGuest starting points on TWiki TWikiUsersGuide complete...
Administrators no longer Designers Automatically Appx System Administrators are no longer automatically granted design rights. Overview As part of an ongoing process...
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 accidentally...
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 visible...
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...
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...
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 reference...
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...
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...
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...
APPX 5: Instrucciones de Instalaci...
APPX 5.0.0 Problemas Resueltos La lista de los problemas que fueron resueltos en Appx versi...
APPX Source Code Control System This page describes the Source Code Control System feature of APPX Application Design. The Source Code Control System in APPX...
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....
HTML Elements in PDF Output Effective with Release 5.0.0, a variety of html elements are now available for use in formatting text within individual data fields in...
APPXIO Data Encryption Effective with Release 5.0.0, the APPX Utility includes an option to encrypt APPXIO data files. Overview Release 5.0.0 or higher of...
.WIDGET SET THEME This subroutine sets the current theme. Usage: PASS theme name FIELD SHARE? N PASS application...
.UTIL PROCESS QRY REC This subroutine adds the current PCF record to the query pointer file. Usage: GOSUB .UTIL PROCESS QRY REC Description: This subroutine...
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...
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 Borderless Mode This client setting turns off the outermost client border. Overview This client property turns off the outermost client window border...
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 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 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...
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...
APPX Application Design Audit History Effective with Release 5.0.0, APPX Application Design includes an audit history feature. Application Design Each APPX application...
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 each...
.CHART SET IMAGE PATH This subroutine sets a search path for images for the `current` chart spec. Usage: PASS image pathname FIELD...
.ENV GET PATH NAME This subroutine returns the path name of the requested Appx file. Usage: PASS file path FIELD SHARE...
Client Side Printing With the advent of the APPX Desktop Client, a broad range of features were introduced that opened up integration between APPX and the desktop...
Speed II Upgrade Instructions 6.x to 7.3 Introduction This document is intended to assist users of SPEED II Release 6 (including 06.00.00 through 06.01.07) to upgrade...
Speed II Upgrade Instructions 7.x to 7.3 Introduction Following are the instructions necessary to upgrade from SPEED II Release 7.0 (or 7.1 or 7.2) to Release 7....
Speed II Upgrades Migrations Speed II to APPX Conversion Instructions Detailed instructions on migrating Speed II applications into APPX. The COPYAPPX Utility...
Instructions for Using the CopyAPPX Utility The CopyAPPX Utility transfers design and datafiles from a VS to an APPX platform. Here are instructions for using CopyAPPX...
APPX/ODBC FAQs This document includes Frequently Asked Questions about installing and running the APPX/ODBC Server. APPX/ODBC Server makes APPX files (and files in...
Debugging APPX/ODBC The top two reasons for APPX/ODBC problems are: 1) Old version installed. Even if you`re running APPX release 3.5, you should download the current...
.XY PACK PLOT AREA This subroutine adjusts the size and position of the plot area for an XY type chart. Usage: PASS left x FIELD...
APPX/ODBC Checklist When attempting to access AppxIO files from an ODBC client using APPX/ODBC, and you get a generic error message list `C Library Error`, try the...
Installing the APPX/ODBC Driver Introduction Overview: The AppxODBC driver allows you to make APPX based data available to PC applications such as Crystal Reports...
APPX/Net Cross Platform Data Sharing Introduction to APPX/Net APPX/Net is a data access facility allowing an APPX engine running on one APPX machine (like a desktop...
.UTIL CHG HOOK This subroutine changes fields on the Hook file. Usage: PASS error msg FIELD SHARE? Y PASS...
.UTIL DEL USER This subroutine deletes a record from the Appx User file. Usage: PASS error msg FIELD SHARE? Y PASS...
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 an NT APPX/Server, and how...
APPX/Sybase Interface Troubleshooting Issue: New (or newly upgraded) Sybase installations may have trouble when CREATE`ing Sybase tables under APPX. To fix this...
AIX Sybase ctlib.loc file , ; comment character is semicolon. ; `ctlib.loc` Localization file for Client Library. ; ; Sccsid @(#) ctlib.loc...
HP UX Sybase ctlib.loc file ; comment character is semicolon. ; `ctlib.loc` Localization file for Client Library. ; ; Sccsid @(#) ctlib.loc...
Linking APPX with Oracle 7.3 Note: This document is considered OBSOLETE, as it does not apply to current versions of APPX or Oracle. However, customers running older...
How to Debug an APPX/Oracle Connection To see if Oracle is running in a manner that APPX can access it, try the following: 1 From the Unix prompt, enter the Oracle...
.UTIL COMPILE PROC This subroutine compiles the specified Process Type/Name or Application. Usage: PASS application FIELD...
.FILE RESTRUCT This subroutine will restructure the specified file. Usage: PASS error msg FIELD SHARE? Y PASS...

«Previous   1  2  3   Next»

Show 10, 20, 50, 100, 500, 1000 results per page, or show all.

Related topics: RSS feed, rounded corners RSS feed, ATOM feed, WebNotify, site changes, site map


This topic: Main > WebChanges
Topic revision: r1 - 2006-11-15 - TWikiContributor
 
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