You are here: Foswiki>APPX Web>WebIndex (15 Nov 2006, TWikiContributor)Edit Attach

Detailed topic list for APPX Web

Results from APPX web retrieved at 23:16 (Local)

0LASubrUtilGetHookRecords
.UTIL GET HOOK RECORDS This subroutine copies the engine Hook records into a temporary file for modification. Usage: GOSUB .UTIL GET HOOK RECORDS ...
r3 - 07 Mar 2016 - 17:26 by JeanNeron
0LASubrUtilGetMessages
.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 ...
r4 - 25 Feb 2016 - 13:09 by JeanNeron
0LASubrUtilKillSession
.UTIL KILL SESSION Cancels the specified process. Added in 5.4.4 Usage: PASS PID FIELD SHARE? N PASS ...
NEW - 25 Feb 2016 - 12:58 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
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
0LASubrUtilMarkRewind
.UTIL MARK REWIND This subroutine returns immediately to a previously marked process, closing all processes in between. Usage: PASS mark name ...
NEW - 28 May 2013 - 15:31 by JeanNeron
0LASubrUtilMarkSet
.UTIL MARK SET This subroutine marks the current process with a name so you can return to it later. Usage: PASS mark name FIELD ...
NEW - 28 May 2013 - 15:19 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
0LASubrUtilProcssDd
.UTIL PROCESS DD This subroutine processes the Data Dictionary for the selected Application or File. Usage: PASS application FIELD ...
r3 - 27 Jan 2014 - 20:47 by GaryRogers
0LASubrUtilProcssQueryRec
.UTIL PROCESS QRY REC This subroutine adds the current PCF record to the query pointer file. Usage: GOSUB .UTIL PROCESS QRY REC Description: This subro...
r2 - 30 Mar 2012 - 12:20 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
0LASubrUtilSecrRest
.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 ...
NEW - 26 Sep 2019 - 17:45 by JeanNeron
0LASubrUtilSecrSave
.UTIL SECR SAVE This subroutine will archive the Security codes for the selected application(s). Release 5.5 and higher only Usage: PASS count ...
NEW - 26 Sep 2019 - 17:44 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
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
0LASubrUtilSubrClose
.UTIL SUBR CLOSE This utility closes the subroutine you created. Added in 5.2.0 Usage: GOSUB .UTIL SUBR CLOSE * Check for errors IF...
r3 - 25 Feb 2016 - 13:09 by JeanNeron
0LASubrUtilSubrCreate
.UTIL SUBR CREATE This utility adds a subroutine to the Application. Added in 5.2.0 Usage: PASS process_name FIELD SHARE? ...
r6 - 12 May 2020 - 16:16 by JeanNeron
0LASubrUtilSubrDelete
.UTIL SUBR DELETE This utility deletes a subroutine from the Application. Added in 5.2.0 Usage: PASS process_name FIELD SH...
r3 - 25 Feb 2016 - 13:10 by JeanNeron
0LASubrUtilSubrWriteIFL
.UTIL SUBR WRITE ILF This utility adds a statement to the subroutine you just created. Usage: PASS ILF_Verb FIELD SHAR...
r2 - 26 Oct 2012 - 10:22 by SherriMcCormack
0LASubrUtilSubrWriteIlf
.UTIL SUBR WRITE ILF This subroutine writes ILF code to a subroutine in the Application. Added in 5.2.0 Usage: PASS ilf_verb FIEL...
r6 - 12 May 2020 - 16:16 by JeanNeron
0LASubrUtilSwitchUser
.UTIL SWITCH USER This subroutine changes to a different user. Usage: PASS user_id FIELD SHARE? N PASS ...
r5 - 28 Jan 2014 - 10:31 by GaryRogers
0LASubrUtilTimeoutExit
.UTIL TIMEOUT EXIT This subroutine exits the current process or logs a user off after a set timeout period. Usage: PASS action ...
r2 - 30 Sep 2016 - 17:57 by JeanNeron
0LASubrUtilTimeoutSet
.UTIL TIMEOUT SET This subroutine sets the keyboard timeout value. Usage: PASS seconds FIELD SHARE? N GOSUB ...
r2 - 28 Jan 2014 - 10:36 by GaryRogers
0LASubrWidgetApplyTheme
.WIDGET APPLY THEME This subroutine applies a GUI Theme to the the current image. Usage: GOSUB .WIDGET APPLY THEME * Check for errors ...
r11 - 20 Feb 2014 - 15:59 by WimJongejan
0LASubrWidgetCnvClrToRgb
.WIDGET CNV CLR TO RGB This subroutine converts an alpha/hex color code to decimal. Usage: PASS clr_binary FIELD SHARE? ...
r3 - 12 May 2020 - 16:22 by JeanNeron
0LASubrWidgetCnvRgbToClr
.WIDGET CNV RGB TO CLR This subroutine converts a decimal color code to alpha/hex. Usage: PASS clr_alpha FIELD SHARE? Y...
r4 - 12 May 2020 - 16:22 by JeanNeron
0LASubrWidgetCountRows
.WIDGET COUNT ROWS This subroutine counts the number of selected rows in a table widget. Usage: PASS count FIELD SH...
r2 - 05 Jun 2013 - 09:44 by AlKalter
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
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
0LASubrWidgetDelScrollBtn
.WIDGET DEL SCROLL BTN This subroutine deletes the scroll buttons from the toolbar. Usage: GOSUB .WIDGET DEL SCROLL BTN * Check for error...
r2 - 05 Feb 2014 - 11:35 by GaryRogers
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
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
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
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
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
0LASubrWidgetMissingTheme
.WIDGET MISSING THEME This subroutine finds all Inputs/Menus that do not use .WIDGET APPLY THEME. Usage: PASS app_id FIELD ...
r3 - 31 Jul 2013 - 16:31 by JeanNeron
0LASubrWidgetReloadDatasrc
.WIDGET RELOAD DATASRC This subroutine reloads the data in a Table Widget. Added in 5.2.0 Usage: PASS beg_at_name FIELD S...
r3 - 25 Feb 2016 - 13:08 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
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
0LASubrWidgetSetTheme
.WIDGET SET THEME This subroutine sets the current theme. Usage: PASS theme_name FIELD SHARE? N PASS appl...
r2 - 30 Mar 2012 - 13:04 by JeanNeron
0LASubrWidgetSetTooltip
.WIDGET SET TOOLTIP This subroutine sets or clears the tooltip for selected widgets. Added in Release 6.1 Usage: PASS tooltip text ...
r2 - 19 May 2020 - 15:02 by BrianRyan
0LASubrWidgetShowByName
.WIDGET SHOW BY NAME This subroutine shows previously hidden widgets. Usage: PASS beg_at_name FIELD SHARE? N PASS ...
r3 - 19 May 2020 - 14:20 by BrianRyan
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
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
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
0LASubrWidgetViewRuntime
.WIDGET VIEW RUNTIME This subroutine shows properties of the current WIDGET file. Usage: GOSUB .WIDGET VIEW RUNTIME * Check for errors ...
r3 - 14 Feb 2012 - 12:32 by JeanNeron
0LASubrXmlWriterAddAttr
.XML WRITER ADD ATTR This subroutine adds attribute to the most recent opened element in the given XML file. Added in 6.2.0 Usage: PASS XML_stream...
NEW - 25 May 2022 - 15:34 by MisaghKarimi
0LASubrXmlWriterAddData
.XML WRITER ADD DATA This subroutine adds data to the most recent opened element in the given XML file. Added in 6.2.0 Usage: PASS XML_stream_name...
NEW - 25 May 2022 - 15:35 by MisaghKarimi
0LASubrXmlWriterCdatEnd
.XML WRITER CDAT END This subroutine adds an ending cdata tag in the given XML file. Added in 6.2.0 Usage: PASS XML_stream_name FIELD ...
NEW - 25 May 2022 - 16:45 by MisaghKarimi
0LASubrXmlWriterCdatStart
.XML WRITER CDAT START This subroutine adds an opening cdata tag in the given XML file. Added in 6.2.0 Usage: PASS XML_stream_name FIELD...
NEW - 25 May 2022 - 16:46 by MisaghKarimi
Number of topics: 50
< Previous Page 3 of 21 Next >

See also the faster WebTopicList
Topic revision: r1 - 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