Difference: Appx550FeaturesAppDesign (15 vs. 16)

Revision 162020-07-06 - BrianRyan

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"

APPX 5.5.0 Features - Application Design

Line: 7 to 7
 NOTES:
  • The .ENV GET SCREEN SIZE API was returning a row count three rows higher than the actual row setting. This bug has been fixed, so if you were manually compensating for this by subtracting 3 from the returned value, you no longer need to do this.
  • The runtime processes for Disposition, Sort Order, Record Selection, etc. have been updated. If you have hooked these processes, make sure your hooks still work. You may want to consider reprogramming your hooks to take advantage of any new features, such as emailing a report.
Changed:
<
<
>
>
 

Data API

The Data API provides a set of tools you can use to have your APPX applications respond to web based queries. See this page for installation and configuration.

Line: 233 to 232
 

New API’s

A number of new APIs have been added:

Changed:
<
<
  • Set file specifications - https://wiki.appx.com/wiki/bin/view/Main/0LASubrFileSetSpecs
  • Archive security codes - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilSecrSave
  • Restore security codes - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilSecrRest
  • Convert HTML to text - https://wiki.appx.com/wiki/bin/view/Main/0LASubrConvertHtmlToText
  • Send an Email - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilEmail
>
>
  • Set file specifications - https://wiki.appx.com/wiki/bin/view/Main/0LASubrFileSetSpecs
  • Archive security codes - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilSecrSave
  • Restore security codes - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilSecrRest
  • Convert HTML to text - https://wiki.appx.com/wiki/bin/view/Main/0LASubrConvertHtmlToText
  • Send an Email - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilEmail
 Sending an email relies on the public domain mail client 'mutt'. If you do not already use a command line emailer you will have to install 'mutt' on your server. If you have your own command line email program you can hook the APPX routine and use your own. Instructions for this are on the wiki.
Added:
>
>

API Help

In the ILF editor when you press help you will see a brief explanation of the API will be displayed along with some example code that can be cut & paste into your own code.

 

Change Password Process for APPX Authentication

If you are using APPX Authentication you can use the input process USER - CHANGE PASSWORD in 0LC as a template. For example, this could be used to allow a user to change their own password. You can copy the process and add your own password strength rules in addition to what is already there.

Changed:
<
<

Default rows/cols from env or current settings

>
>
Default rows/cols from env or current settings
  When adding a new Input process the rows and columns will now default from the environment variables APPX_SCREEN_ROWS and APPX_SCREEN_COLS. If those are not set then your current rows & columns will be used.

Improved performance of Cross Reference Utilities

Line: 277 to 280
 In this example I have used 'PROS' as a filter to only show inputs related to the Prospect file and I have expanded all of them. Now I can navigate directly to any Frame or Image via double click. A single click on any row will display the appropriate buttons in the right hand pane, i.e., if I single click an Image then an 'Image Editor' button will appear. Similarly, a single click on a Frame will display buttons for Automatic Children and so on.

We welcome any suggestions on improving this interface.

Added:
>
>

Beta Warning

 
Changed:
<
<
-- Jean Neron - 2020-02-12
>
>
To ensure users know they're running a 'beta' (pre-release) version of the APPX engine, a warning message will be displayed on the splash screen of their GUI client reminding them of that usage. If desired, this behavior can be overridden (the splash screen message suppressed) by setting the new environment variable 'APPX_NO_BETA_WARNING'.
 
Added:
>
>
-- BrianRyan - 2020-07-06
 

Comments

Changed:
<
<

<--/commentPlugin-->
>
>

<--/commentPlugin-->
 
META FILEATTACHMENT attachment="MWE_Toolbar.png" attr="h" comment="" date="1581522444" name="MWE_Toolbar.png" path="MWE Toolbar.png" size="15735" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="MWE_Right_click.png" attr="h" comment="" date="1581522577" name="MWE_Right_click.png" path="MWE Right click.png" size="42768" user="JeanNeron" version="1"
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback