.AXIS SET AXIS SCALE This subroutine sets the top extension, bottom extension, and zero affinity values that are to be used when auto scaling the `current` axis....
.AXIS SET AXIS RND MAX This subroutine controls whether or not the maximum value of the `current` axis should be rounded to correspond with a tick value. Usage...
.AXIS SET AXIS RND MIN This subroutine controls whether or not the minimum value of the `current` axis should be rounded to correspond with a tick value. Usage...
.AXIS Y ON RIGHT This subroutine is called to interchange the position of the primary y axis and the secondary y axis. Usage: GOSUB 0CD .AXIS Y ON RIGHT...
Base Chart Routines These subroutines allow you to set various attributes of your chart, regardless of the type of chart you are creating. Base Chart Routines General...
Color Routines These subroutines allow you to set or change the color of the `current object`. In most cases, you have to have assigned a color to an object via some...
Data Routines These subroutines allow you supply the data you want on your chart. See Datasets Overview for an overview on using these subroutines. Dataset Routines...
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...
Installation Tips This page describes some installation tips. Description: If your server does not already have PHP installed, download and install PHP from...
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...
Overview Release 5.1.0 of the APPX Utility includes a new designer API which can be used to create charts within an APPX application. This API provides APPX Designers...
Pie Chart Routines These subroutines are used to create a Pie chart. Pie Chart Routines General .PIE SET DATASET Associate a dataset with the pie chart. .PIE...
Text Object Routines All the text that you place on the chart is considered a `text object`, such as axis labels, chart titles, legends, etc. These subroutines allow...
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...
! 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...
.CHART SET BG IMAGE This subroutine sets the background image of the `current` chart spec. If you want the image to be tiled across the background, use .CHART SET...
.CHART SET BG WALLPAPR This subroutine sets the background image of the `current` chart spec. The image will be tiled across the background of the chart, if you want...
.COLOR SET BRUSH METAL Sets the strength of the texture to create a Brushed Metal Effect for the `current` Color Object. Usage: PASS texture strength...
.COLOR SET GLASS Assigns a special shading effect that emulates tinted glass or semi transparent plastic material to the `current` color object. Usage: PASS...
.COLOR SET GOLD Sets the color of the `current` Color Object to be Yellow (FFEE44) and sets the direction for brightness modulation to create a Gold Metal color effect...
.COLOR SET SILVER Sets the color of the `current` Color Object to be Gray (DDDDDD) and sets the direction for brightness modulation to create a Silver Metal color...
.LEGEND SET KEY COLS This subroutine sets the number of columns to be used with the `autogrid` Key Layout method for the `current` Legend Box. Usage: PASS...
.LEGEND SET KEY GAP This subroutine sets the horizontal gap between two legend entries for horizontal legend layout and the vertical gap (line spacing) between the...
.LEGEND SET KEY GAP:H This subroutine sets the horizontal gap between two legend entries for horizontal legend layout for the `current` Legend Box. Usage:...
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...
Datasets Overview This page describes the basic steps and related subroutine calls for supplying data to the charting routines. Description: Data and the presentation...
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...
Troubleshooting Tips This page describes some troubleshooting tips. Description: When creating a new chart, find an example chart that is close to the layout...
.PIE SET SECT 3D DEPTH This subroutine sets the sector 3D Depth for all pie sectors, a range of pie sectors, an individual pie sector, or the current pie sector....
.PIE SET LBL DISTANCE This subroutine sets the label layout for all pie sectors, a range of pie sectors, an individual pie sector, or the `current` pie sector....
.PIE SET LBL FORMAT This subroutine sets format for pie sector labels for all pie sectors, a range of pie sectors, an individual pie sector, or the `current` pie...
.PIE SET LBL JN LN CLR This subroutine sets the color of the lines that join the pie sector perimeter with the pie sector labels for all pie sectors, a range of pie...
.PIE SET LBL JN LN W This subroutine sets the width of the lines that join the pie sector perimeter with the pie sector labels for all pie sectors, a range of pie...
.PIE SET LBL LAYOUT This subroutine sets the label layout for all pie sectors, a range of pie sectors, an individual pie sector, or the `current` pie sector. Usage...
.PIE SET ORIGIN This subroutine sets the x and y coordinates (horizontal and vertical) of the center of the pie for the `current` chart. Usage: PASS...
.PIE SET LAYOUT This subroutine sets the starting angle of the first sector and the direction for subsequent sectors for the `current` chart. Usage: PASS...
.TEXT SET TXT MAX SZ This subroutine sets the maximum size (width and height) of the text that can be displayed in the `current` Text Object. Usage: PASS...
.XY SET BAR LBL MIN SZ This subroutine sets the minimum height (or width for horizontal bars) of the bar segments below which data labels will be hidden. Usage...
CGI Techniques to Create Webpages This document covers all of the aspects of connecting an APPX application to a Web Server to act as an Internet Application Server...
Calling Inquiries from Scrolling INPUTs `I have a scrolling INPUT on a set of data. I would like the Automatic Child to jump to a full screen display of the full...
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...
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 Always On Top This client setting turn on the Always On Top setting in the Operating System for this window. Overview This client property will set...
APPX Client Control Double Click Behavior This client setting allows you to control the behaviour of a double click. Overview This client property allows you to...
APPX Client Arrow Key in Scrolling Regions This client setting causes use of the arrow keys in a scrolling process to scroll records up or down the screen. Overview...
APPX Client Borderless Mode This client setting turns off the outermost client border. Overview This client property turns off the outermost client window border...
APPX Client 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...
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 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 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 Client Map End, Tab, and Option keys This client setting allows you to map the End, Tab, and Option functions to different keyboard keys. Overview The property...
APPX Client Support for Multiple Displays If you have more than one monitor, you can tell the APPX Client which one to use for new sessions. Overview When...
APPX Client Support for Multiple Displays If you have more than one monitor, you can tell the APPX Client which one to use for new sessions. Overview When using...
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...
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 Client Presentation Mode Footer Size This client setting controls the size of the footer in Presentation Mode. Overview This client property controls the size...
APPX Client Presentation Mode The APPX Client supports a special presentation mode for running a full screen APPX session without a window. Overview Presentation...
APPX Client Presentation Mode The APPX Client supports a special presentation mode for running a full screen APPX session without a window. Overview Presentation...
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 Single Sign On (Windows Only) This allows the Appx Client to automatically use your Windows Active Directly desktop authenticated credentials to log into...
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...
APPX Client Swipe/Drag Scrolling This client setting causes mouse drag and touchscreen swipe actions to translate into Appx Panning and Scrolling options. Overview...
APPX Client Use Main Title Bar This client setting moves the processes title bar text to the Appx Client titlebar. Overview This client property takes the text...
APPX Client Scroll Navigation Bar This client setting replace the scrollbar with a new navigation bar. Overview This client property replace the standard Scroll...
Passing data to a Client Session This client setting allows you to pass custom data into a new Appx Client session. Overview This client property allows you to...
APPX Client Semi Transparent Mode This client setting controls the transparency of the entire client window as it appears on the desktop. Overview This client property...
.COLOR SET COLOR This subroutine is called to set a color (RGB) into the `current` color spec. A single parameter is passed and may be in any one of the following...
Working with Color Specifications Various API`s allow you to pass a `color spec name` or `color value` to set a color. A `color spec name` refers to a previously defined...
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...
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...
Configuring APPX for Windows APPX Presentation Server WinAppxD This document includes questions and hints about installing and running APPX/Server on Windows...
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...
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...
Customizing the Runtime Environment The APPX environment includes a number of standard processes. This page describes how you can customize them. Overview Your...