Tags:
create new tag
view all tags

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

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 TEXT TO HTML This subroutine converts a text field to HTML encoding. Usage: PASS html FIELD SHARE? Y...
.CONVERT HTML TO TEXT This subroutine converts a HTML field to plain APPX text. Release 5.5. higher. Usage: PASS text FIELD...
.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...
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...
.IMPORT CGI DATA This subroutine populates Appx variables from STDIN. Usage: GOSUB .IMPORT CGI DATA Test for Error IF .IMPORT...
.XML PURGE This subroutine purges the work files associated with an import session. Added in 5.3.0 Usage: SET 0DX .XML PURGE...
.XML IMPORT This subroutine processes an XML file and optionally imports it. Added in 5.3.0 Usage: SET 0DX .XML IMPORT PASS...
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...
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.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 WRITE ILF This subroutine writes ILF code to a subroutine in the Application. Added in 5.2.0 Usage: PASS ilf verb FIELD...
.UTIL SUBR CREATE This utility adds a subroutine to the Application. Added in 5.2.0 Usage: PASS process name FIELD SHARE...
.UTIL CHECK SECURITY This subroutine is called to check the security code for the specified user. Usage: PASS result 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...
.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 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 PROCESS SECURITY Allows the designer to invoke `Access Control List Processes` for a particular parent / child pair (System Administration Role Based Security...
.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...

«Previous   1  2  3  4  5  6  7  8  9  10  11   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

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