50 recent changes in APPX Web retrieved at 03:21 (Local)

CGITechniquestoCreateWebpages
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 Serv...
NEW - 13 Feb 2012 - 13:11 by JoeOrtagus
APPXTheInternet
APPX the Internet 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 Intern...
r2 - 13 Feb 2012 - 13:05 by JoeOrtagus
0LASubrUtilGetEmName
.UTIL GET EM NAME This subroutine is called to get the Em name of the specified Process Type/Name. Usage: PASS em_name FIELD ...
r3 - 10 Feb 2012 - 13:15 by JeanNeron
0LASubrEnvGetScreenSize
.ENV GET SCREEN SIZE This subroutine returns the size of the Appx screen in rows and columns. Usage: PASS rows FIELD ...
r2 - 10 Feb 2012 - 13:07 by JeanNeron
0LASubrEnvGetCmdLineParm
.ENV GET CMD LINE PARM This subroutine returns the value of a command line parameter. Usage: PASS param_value FIELD SHARE...
r3 - 10 Feb 2012 - 13:03 by JeanNeron
0LASubrConvertNumToHexPr
.CONVERT NUM TO HEX PR This subroutine converts a decimal number to a hex pair of alpha characters. Usage: PASS hex pair FIELD ...
r3 - 10 Feb 2012 - 13:00 by JeanNeron
0LASubrConvertHexPrToNum
.CONVERT HEX PR TO NUM This subroutine converts a hex pair of alpha characters to a decimal number. Usage: PASS decimal_number FIELD ...
r3 - 10 Feb 2012 - 12:59 by JeanNeron
0LASubrConvertBytesToHex
.CONVERT BYTES TO HEX This subroutine converts a field to hexidecimal characters. Usage: PASS hex_result FIELD SHARE? Y ...
r2 - 10 Feb 2012 - 12:59 by JeanNeron
0LASubrClientSetClipboard
.CLIENT SET CLIPBOARD This subroutine puts data on the system clipboard. Usage: PASS clip_data FIELD SHARE? N PAS...
r2 - 10 Feb 2012 - 12:58 by JeanNeron
0LASubrWidgetShowScrolBtn
.WIDGET SHOW SCROL BTN This subroutine shows the previously hidden scroll buttons on the toolbar. Usage: GOSUB .WIDGET SHOW SCROL BTN * C...
r2 - 07 Feb 2012 - 13:27 by JeanNeron
0LASubrWidgetShowModeBtn
.WIDGET SHOW MODE BTN This subroutine shows the previously hidden mode buttons on the toolbar. Usage: GOSUB .WIDGET SHOW MODE BTN * Check...
r2 - 07 Feb 2012 - 13:27 by JeanNeron
0LASubrWidgetShowStdMenus
.WIDGET SHOW STD MENUS This subroutine shows the previously hidden standard pull down menus. Usage: GOSUB .WIDGET SHOW STD MENUS * Check ...
NEW - 07 Feb 2012 - 12:49 by JeanNeron
0LASubrWidgetHideStdMenus
.WIDGET HIDE STD MENUS This subroutine hides the standard pull down menus. Usage: GOSUB .WIDGET HIDE STD MENUS * Check for errors I...
NEW - 07 Feb 2012 - 12:41 by JeanNeron
0LASubrWidgetDelStdMenus
.WIDGET DEL STD MENUS This subroutine deletes the standard pull down menus. Usage: GOSUB .WIDGET DEL STD MENUS * Check for errors I...
NEW - 07 Feb 2012 - 12:33 by JeanNeron
0LASubrWidgetSetIntoMwdgt
.WIDGET SET INTO MWDGT This subroutine copies the current WIDGET file to a memory file. Usage: GOSUB .WIDGET SET INTO MWDGT * Check for...
NEW - 07 Feb 2012 - 10:50 by JeanNeron
0LASubrWidgetSetFromMwdgt
.WIDGET SET FROM MWDGT This subroutine copies the memory file to WIDGET. Usage: GOSUB .WIDGET SET FROM MWDGT * Check for errors I...
NEW - 07 Feb 2012 - 10:49 by JeanNeron
0LASubrWidgetHideScrolBtn
.WIDGET HIDE SCROL BTN This subroutine hides the scroll buttons on the toolbar. Usage: GOSUB .WIDGET HIDE SCROL BTN * Check for errors ...
NEW - 07 Feb 2012 - 00:27 by JeanNeron
0LASubrWidgetHideModeBtn
.WIDGET HIDE MODE BTN This subroutine hides the mode buttons on the toolbar. Usage: GOSUB .WIDGET HIDE MODE BTN * Check for errors ...
r2 - 07 Feb 2012 - 00:22 by JeanNeron
0LASubrWidgetDelModeBtn
.WIDGET DEL MODE BTN This subroutine deletes the mode buttons from the toolbar. Usage: GOSUB .WIDGET DEL MODE BTN * Check for errors ...
r2 - 07 Feb 2012 - 00:21 by JeanNeron
0LASubrWidgetHideByName
.WIDGET HIDE BY NAME This subroutine hides selected widgets. Usage: PASS beg_at_name FIELD SHARE? N PASS e...
NEW - 06 Feb 2012 - 23:55 by JeanNeron
0LASubrWidgetDelByName
.WIDGET DEL BY NAME This subroutine deletes selected widgets. Usage: PASS beg_at_name FIELD SHARE? N PASS ...
NEW - 06 Feb 2012 - 17:31 by JeanNeron
DeterminingTheUnixSerialNumber
Determining the Unix Serial Number When installed on a Unix server, the APPX license is tied to the serial number of the machine on which APPX is installed. The m...
r2 - 04 Feb 2012 - 23:58 by ChrisBrower
OpenHasp-UNIX
Open Hasp Installation Archive Document Note: This document is considered OBSOLETE, as it does not apply to current versions of APPX. However, customers running o...
r2 - 04 Feb 2012 - 23:43 by ChrisBrower
0LASubrAppSelectDatabase
.SELECT DATABASE This subroutine switches to the specified database. Usage: PASS database FIELD SHARE? N GOSUB ...
NEW - 02 Feb 2012 - 18:19 by JeanNeron
0LASubrClientUploadFile
.CLIENT UPLOAD FILE This subroutine will upload a file from the Client to the server. Usage: PASS status_code FIELD SHARE...
r3 - 02 Feb 2012 - 18:08 by JeanNeron
0LASubrAppBeginRecovery
.BEGIN RECOVERY This subroutine changes the current application to the 'Recovery Processing' phase. Usage: GOSUB .BEGIN RECOVERY * Check ...
NEW - 02 Feb 2012 - 12:58 by JeanNeron
0LASubrAppBeginLiveOpn
.BEGIN LIVE OPERATIONS This subroutine changes the current application to the 'Live Operations' phase. Usage: GOSUB .BEGIN LIVE OPERATIONS * ...
NEW - 02 Feb 2012 - 12:55 by JeanNeron
0LASubrAppBeginInitialSetup
.BEGIN INITIAL SET UP This subroutine changes the current application to the 'Initial Setup' phase. Usage: GOSUB .BEGIN INITIAL SET UP * ...
NEW - 02 Feb 2012 - 12:36 by JeanNeron
0LAUtilUpdateDocument
.UTIL UPDATE DOCUMENT This subroutine is called to update documentation via ILF. Usage: PASS app_id FIELD SHARE? N ...
NEW - 27 Jan 2012 - 17:38 by JeanNeron
0LASubrUtilPutHookRecords
.UTIL PUT HOOK RECORDS This subroutine copies hook records from the temporary file back to the Appx engine. Usage: GOSUB .UTIL PUT HOOK RECORDS ...
r2 - 27 Jan 2012 - 16:53 by JeanNeron
0LASubrUtilLoadStackFile
.UTIL LOAD STACK FILE This subroutine loads STACK with the current process stack. Usage: GOSUB .UTIL LOAD STACK FILE * Check for errors...
NEW - 27 Jan 2012 - 16:52 by JeanNeron
0LASubrUtilModeScrollBehav
.UTIL MOD SCROLL BEHAV This subroutine allows the user to select a record on a scrolling display by just clicking it. Usage: GOSUB .UTIL MOD SCROLL BEHA...
r2 - 27 Jan 2012 - 16:44 by JeanNeron
0LASubrUtilSleepWithTimer
.UTIL SLEEP WITH TIMER This subroutine pauses for the specified number of seconds and displays a countdown timer. Usage: PASS seconds ...
NEW - 27 Jan 2012 - 16:41 by JeanNeron
0LASubrUtilSleep
.UTIL SLEEP This subroutine pauses for the specified number of seconds. Usage: PASS seconds FIELD SHARE? N GOSU...
NEW - 27 Jan 2012 - 16:41 by JeanNeron
0LASubrUtilMakeDynamicKey
.UTIL MAKE DYNAMIC KEY This subroutine is not implemented. Usage: Description: Not implemented, just returns. Comments: Read what other users have said abou...
NEW - 27 Jan 2012 - 15:55 by JeanNeron
0LASubrUtilClearPassList
.UTIL CLEAR PASS LIST This subroutine clears any unfilled PASS requests. Usage: GOSUB .UTIL CLEAR PASS LIST * Check for errors IF ...
NEW - 27 Jan 2012 - 13:45 by JeanNeron
0LASubrFileMove
.FILE MOVE This subroutine will move a file or directory from one location to another, creating any required directories. Usage: PASS error_messag...
NEW - 25 Jan 2012 - 12:58 by JeanNeron
0LASubrFileMakeDir
.FILE MAKE DIR This subroutine is called to create a directory in the filesystem. Usage: PASS error_message FIELD SHARE? Y P...
r2 - 25 Jan 2012 - 12:40 by JeanNeron
0LASubrFileDelete
.FILE DELETE This subroutine is called to remove a file from the filesystem. Usage: PASS FIELD SHARE? Y PASS ...
r4 - 25 Jan 2012 - 11:27 by JeanNeron
CDChartDirectorOverview
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 Desig...
r2 - 24 Jan 2012 - 13:19 by JeanNeron
0LASubrStreamCloseAll
.STREAM CLOSE ALL This subroutine is called close all file streams and free up their resources. Usage: GOSUB .STREAM CLOSE ALL * check for er...
r2 - 24 Jan 2012 - 12:32 by JeanNeron
CDChartDirectorColorRoutines
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 s...
r4 - 19 Jan 2012 - 12:10 by JeanNeron
CDXYSetBarEdgeEffect
.XY SET BAR EDGE EFF This subroutine sets the edge effect of the bars on the "current" layer. Usage: PASS bar_edge_effect FIELD ...
NEW - 18 Jan 2012 - 12:22 by JeanNeron
CDXYSetBarEdgeColor
.XY SET BAR EDGE CLR This subroutine sets the color of the bar borders at the "current" layer. Usage: PASS color_spec_name FIELD ...
NEW - 13 Jan 2012 - 18:15 by JeanNeron
CDXYSetAgLabel
.XY SET AG LABEL This subroutine turns aggregate labels on or off for the "current" chart layer. Usage: PASS ag_total_sw FIELD ...
r2 - 11 Jan 2012 - 13:27 by JeanNeron
CDChartDirectorDataRoutines
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 Routi...
r3 - 22 Dec 2011 - 16:33 by JeanNeron
UnicodeSTDFile
Unicode STD File The STD file has been changed to include unicode values Overview The following fields in the STD record are now defined as Unicode fields: ...
r2 - 15 Dec 2011 - 17:44 by JeanNeron
UnicodeCOMPAREFile
Unicode COMPARE File Certain fields in the COMPARE file are now Unicode Overview The following field in the COMPARE file are now Unicode fields: * COMPA...
r2 - 15 Dec 2011 - 17:41 by JeanNeron
UnicodeTEMPFields
Unicode TEMP Fields All TEMP fields are now UNICODE Overview The following TEMP fields are now Unicode fields: * TEMP 1 * TEMP 132 * TEMP 2 * TEM...
r2 - 15 Dec 2011 - 17:29 by JeanNeron
CDAxisYonRight
.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...
NEW - 14 Dec 2011 - 17:40 by JeanNeron
Number of topics: 50
< Previous Page 16 of 21 Next >

See also: rss-small RSS feed, recent changes with 50, 100, 200, 500, 1000 topics, all changes

This topic: APPX > WebChanges
Topic revision: 15 Nov 2006, TWikiContributor
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback