Freemarker Overview

Freemarker Overview   In all templates, m-Power uses the Freemarker template engine to create your Java Servlet Applications. While Freemarker itself is not a “complete” coding language, it is quite powerful and rich with many customizable options. When you generate any m-Power application, you will see code similar to this in the source of your Read the rest of this document »

String Functions within Freemarker

String Functions Available within Freemarker   There are many String Manipulation tools available to you within Freemarker. Often times, adding these Freemarker options will save you time, give you greater flexibility as a developer, and make your applications even more robust. To add these functions, simply open m-Painter and right click on the Field you Read the rest of this document »

Numeric Functions within Freemarker

Numeric Functions Available within Freemarker   There are times when you may wish to control the output format of a numeric field within your Java Servlet Applications. Freemarker allows you to do this easily directly within the m-Painter environment. To add these functions, simply open m-Painter and right click on the Field you wish to Read the rest of this document »

Formatting Data Directly within the HTML Skeleton

m-Power and Edit Codes   Are you new to the IBM and not very familiar with Edit Codes? Or have you not dealt with Edit Codes in some time? Not sure the difference between “J”, “X”, and “A”? Not to worry — not all of our customers are proficient with edit codes and now with Read the rest of this document »

Control Row Layout with Freemarker

Control Row Layout with Freemarker   There may be certain times when the standard look of a Multiple Record Retrieval may not work for you. For instance, let’s say the row you want to print is relatively short (perhaps only one field), and there are many rows to display. Rather than having all the data Read the rest of this document »

HTML Edit Codes to Control Data Rounding

Using HTML Edit Codes to Control Data Rounding   Before m-Power Reports arrived, you were forced to make difficult decisions when dealing with financial data. On the one hand, you wanted to save screen real-estate and not print the decimals on field values. However, by doing this your sub-total and grand total figures were being Read the rest of this document »