Backlinks to DeveloperTips in all Webs (Search APPX Web only)

Results from APPX web retrieved at 04:53 (Local)

APPXProcessStack
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 ...
r2 - 18 Feb 2016 - 16:21 by JeanNeron
APPXQUERYReportWriter
APPX QUERY Report Writer Introduction: APPX Query (formerly known as APPX SQL) is an enduser oriented Report Generator. It allows endusers trained in its use to ...
r2 - 10 Sep 2014 - 13:13 by JeanNeron
AccessingQueryParameters
Accessing Query Parameters Overview: The Query specifications used to produce a report are stored in three memory files, defined in the application. You can fi...
r2 - 18 Feb 2016 - 16:43 by JeanNeron
AppxODBCWithVB
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 ot...
r5 - 06 Apr 2016 - 13:13 by JeanNeron
CallingInquiriesFromScrollingINPUTs
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 ...
NEW - 29 Feb 2012 - 16:20 by ChrisBrower
CallingWindowsAPIFunctions
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 disc...
r5 - 19 Apr 2016 - 17:33 by JeanNeron
ClientSidePrinting
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 wer...
r4 - 12 May 2020 - 16:38 by JeanNeron
ConvertingArraysToScalarData
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 adj...
r2 - 17 Feb 2016 - 17:11 by JeanNeron
CopyingFilesBetweenDatabases
Copying Files Between Databases To copy all CUSTOMER records from one database to another: SET NEXT DATABASE = DB1 OPEN TAR CUSTOMER ...
NEW - 29 Feb 2012 - 16:26 by ChrisBrower
DebuggingPrintProblems
Debugging Print Problems How many times have you gotten this call: "I need APPX to print me a list . . .". You throw together an output and route it to the user's...
r3 - 05 Apr 2016 - 12:52 by JeanNeron
DisplayingDateTimeStamps
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 w...
r2 - 18 Feb 2016 - 15:38 by JeanNeron
DynamicLinkingAndTheCALLStatement
Dynamic Linking and the CALL Statement Contents : Calling External Functions from APPX ILF Code It is possible for system integrators to develop and compile fun...
r3 - 19 Feb 2016 - 12:41 by JeanNeron
GOSUBsAndSUBRoutines
GOSUBs and SUBRoutines When a GOSUB statement references a SUBROUTINE process, the SUBROUTINE code gets included in the current event point when the process compi...
NEW - 29 Feb 2012 - 15:59 by ChrisBrower
Googlemap
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 becau...
NEW - 09 Jul 2019 - 17:13 by JeanNeron
HowToCreateAPDFFormOverlay
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 ove...
r3 - 05 Apr 2016 - 12:50 by JeanNeron
ImportingConsecutiveFiles
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 ha...
r3 - 18 Feb 2016 - 15:56 by JeanNeron
KeystrokeRecordingPlayback
APPX Keystroke Process Recording Playback The following information is only applicable when running APPX in character mode (ie, not using the APPX Desktop or ...
r2 - 18 Feb 2016 - 17:08 by JeanNeron
OptimizeRDBMS
Optimizing Performance when using an RDBMS This page contains some tips to optmize performance when you store your data in an RDBMS. APPX performance with data st...
NEW - 27 Sep 2016 - 11:06 by JeanNeron
PreDisplayVerifyEventPoint
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 ...
r2 - 18 Feb 2016 - 16:31 by JeanNeron
RunningWindowsFunctionsFromAPPX
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...
r2 - 18 Feb 2016 - 13:51 by JeanNeron
RuntimeRTCalls
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 the...
r2 - 19 Feb 2016 - 16:55 by JeanNeron
ScopingRulesSubprocessRelatedDetached
Scoping Rules Subprocess/Related/Detached 'Scoping' refers to what workfields and temporary files (both disk and memory) are available to a given process. There...
r2 - 19 Feb 2016 - 16:51 by JeanNeron
ScrollingInputsThatAdjustToTheClientScreenSize
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 scrolli...
r3 - 05 Apr 2016 - 12:44 by JeanNeron
TheUseOfCachedFiles
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 statem...
r2 - 18 Feb 2016 - 16:35 by JeanNeron
UploadSpreadsheetData
Uploading Spreadsheet Data to APPX You have data in a spreadsheet that you want to transfer into APPX data files. There are certainly several ways to go about doi...
r4 - 27 Oct 2017 - 11:50 by JeanNeron
UsingCustomFonts
Defining Custom Fonts How to use custom fonts in PDF outputs Disclaimer: While these steps work in most cases this implementation of custom fonts is not supported...
r20 - 13 Jul 2017 - 16:01 by JoeOrtagus
UsingOUTPUTsInsteadOfUPDATEs
Using OUTPUTs Instead of UPDATEs There are advantages for using OUTPUT processes instead of UPDATE processes, for posts: Code the OUTPUT log to look the way you w...
NEW - 29 Feb 2012 - 16:00 by ChrisBrower
VaryingTheAPPXDisplayArea
Tech Tip by Gary Rogers, Director of Training, APPX Software, Inc. As you migrate your users to the Appx Desktop Client you will find that one advantage you gain ...
r5 - 12 May 2020 - 16:38 by JeanNeron
WebHome
Welcome to the APPX WIKI web Welcome to the APPX Software, Inc. TWiki site. This web site is dedicated to all things APPX.. This web site is intended to be for t...
r83 - 30 Oct 2023 - 11:21 by BrianRyan
WebStatistics
Statistics for APPX Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and uploads: ...
WidgetMacros
APPX Widget Macros APPX provides special functionality for various widgets via the use of macro commands that can be inserted in the Tooltip or Label field on the...
r18 - 06 Jul 2020 - 15:35 by BrianRyan
Number of topics: 31

No backlinks in public webs
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