Tags:
create new tag
view all tags

Recent Changes in Main Web retrieved at 09:58 (GMT)

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...

«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