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 funct...
Developer Tips Displaying Google Maps in the HTML client If you want to display a Google map using the HTML client, follow this tip. Environment / Widget File W...
External Commands from the Windows Client In Release 5.1 and higher you can use the APPX Desktop or HTML client and the .CLIENT LOAD URL API. In earlier versions,...
Invoking Windows Shell Functions In order to invoke a Windows shell function (such as a batch file or executable) from APPX for Windows, you can use a syntax simi...
Passing Fields or File Names To pass FIELD(s): PASS fieldname1 FIELD PASS fieldname2 FIELD RUN ScriptName $* The "$*" allows "ScriptName" to receive all ...
RUN in Series or Parallel When you RUN from APPX/Unix, APPX won't resume running until the shell object called has completed. They execute in series. When you RUN...