Page History
This section outlines new features in EPC 804 version RAMP:
Wrappers for 5250 screensUsing RAMP Screen Wrappers you can present a good looking, easy to use, high GUI veneer over 5250 screens without having to analyze and rewrite all the business logic imbedded inside them. | newlook Version 8This version of RAMP requires newlook Version 8.0.1.10669 dated March 14, 2007 (or later). |
newlook function key barThe newlook function key bar may now be optionally displayed on RAMP screens using the OVERRIDE_BUTTONS_UNDEFINED_SCREENS Function. | Set multilingual function key captionsThe captions show on RAMP buttons can now be changed to be multilingual using the OVERRIDE_KEY_CAPTION_SCREEN Function and OVERRIDE_KEY_CAPTION_ALL Function. |
Virtual Clipboard AccessInformation placed onto the virtual clipboard by VLF filters and command handlers can now be read and updated from RAMP scripts using the AVSAVEVALUE Function and the | ScriptsCommonly used script logic can be placed into a common JavaScript file as User-defined script functions to allow for better reuse. |
User-defined lock messageThe message that appears when a user attempts a RAMP navigation from an unknown screen has been improved. | Handling undefined screensOften unknown screens are left on display by users, causing the unknown screen lock message to be displayed when they attempt to navigate somewhere else. Now you can instruct Windows RAMP applications how to 'guess' what it might do automatically to make an unknown screen go away using the ADD_UNKNOWN_FORM_GUESS Function, so that the users navigation request can be handled correctly. |
DeploymentVisual LANSA Framework and RAMP check lists for deployment are available. The detailed check lists guide the user in planning the deployment, packaging the material and installing the package. | Change Date/Time/User DisplayedThe RAMP tool now displays the last changed date-time-user for all screens and scripts to make script source management easier. |
Handling Pop-upsA new section Handling Pop-Ups describes how to handle pop-up windows in RAMP. | Advanced PromptingInformation is provided on how to handle the additional information that can be passed to or retrieved from a prompter form using the HANDLE_PROMPT Function. |