Tags:
create new tag
view all tags

Recent Changes in Main Web retrieved at 07:19 (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...
.CLIENT PLAY SOUND This subroutine plays a .wav file on the user`s PC. Usage: PASS wave file FIELD SHARE? N GOSUB...
.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 DOWNLOAD FILE This subroutine will download a file to the user`s PC. Usage: PASS status code FIELD SHARE? Y...
.CLIENT CHECK FOR GUI This subroutine returns a flag to indicate if the user is running the Desktop Client. Usage: PASS gui...
.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 OS TYPE This subroutine returns the type of operating system Appx is running on. Usage: PASS os type FIELD SHARE...
.ENV GET CONFIG INFO This subroutine populates PDF fields with configuration information. Usage: GOSUB .ENV GET CONFIG INFO Check for...
.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...

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