• Working with SVG in m-Power

    As you may already be aware, SVG (or Scalable Vector Graphics) is an XML based vector image format. This document will explain how you can customize your applications to include SVG images. To start, please place your .svg image in the following location /mrcjava/mrcclasses/DATADICTIONARY/images (Replace DATADICTIONARY with your actual dictionary…

  • Handling iSeries password expiration in m-Power App

    Overview In the event you are authenticating your m-Power applications against an iSeries profiles, you may come across the scenario where your user’s profile is about to expire. The feature described in this document will allow the user to update their iSeries password through a web application. Implementation Place mrcChangePswd.html…

  • Multi-values Checkboxes

    m-Power maintenance applications have long supported Checkboxes as input values. One complaint of this feature, however, was that these values could only support one value at a time. This document will explain how the main m-Power maintenance templates (Single Row Maintainer and Display & Maintain Rows) can be configured to…

  • Formatting Cells in Excel Output

    m-Power Reports and Retrievals allow users to export their data to Excel, a very popular feature of our platform. Occasionally, some developers desire to have the ability to control what formatting options their data has within Excel. For example, some users want their numeric data to be formatted as text…

  • Masking & Scrambling Sensitive Data

    When creating web applications, developers occasionally wish to hide, scramble or otherwise obfuscate data that is displayed on the page and/or sent via the URL. The main reason for this is that application developers need to protect the information being sent across the URL from being read by the end-user….