mrc logo mrc logo
  • m-Power m-Power
    What is m-Power?
    Overview Demos Build Process Case Studies Specs Pricing Trial
    m-Power Resources
    Overview How-To Videos Webinars & Podcasts White Papers Fact Sheets
  • Solutions Solutions
    What does m-Power build?
    Overview Database Front-Ends Reporting CRM Systems Business Intelligence Dashboards Mobile Apps ERP Enhancements Modernization Spreadsheets to the web MS Access to the web B2B/Web Portals Scheduling Embedded Analytics Web Forms Workflow Data Exploration Budgeting & Forecasting APIs and Web Services
    Solutions by Industry
    Overview Manufacturing Government Foodservice Software Vendors Logistics & Supply Chain Software Consultants Healthcare
  • Services Services
    Overview Training Project Consulting Staff Consulting Mentoring
  • About About
    Overview Partners Press Releases Careers Events Contact Blog
  • Support Support
    Support Home FAQ Documentation Customer Portal Enhancements Updates Roadmap Techblog
Try m-Power

m-Power Manual

Browse:

  • Home
  • General
Back to Manual

Application Preview

Application Preview When in the Application Menu, while on the "Additional Options" screen, an Application Preview will be displayed to aid the developer in designing the application. The Application Preview settings can be set via the 'Options' drop-down, located in the top right corner of the preview. Note the three different Application Preview views: Preview: […]

Tags: Application Preview, Performance

Using Web Services

m-Power Web Services   Intro Set Up Getting Data CRUD Actions Promoting Notes Introduction A very common feature of modern web applications is an API that can be accessed from outside the framework for use in any architecture. m-Power has implemented such an API using RESTful web services, now available in supported templates. For more […]

Tags: Maintenance, Retrieval

When to overwrite HTML / XML files

When to overwrite HTML / XML files

Tags: Advanced, Build Process, General

Application Quick Navigation

Application Quick Navigation Included in the latest m-Power update, the Application Quick Navigation tool allows the user to quickly access any application from any page within the m-Power interface. Often times when users are working in m-Power, it is necessary to toggle between different applications. This navigation tool gives the user the ability to move […]

This post has no tag

Application History

Application History With the December 2018 release of m-Power, developers will appreciate the ability to view a historical log of application activity. After taking the update and moving forward, m-Power will offer quick details on the action last completed for an application, developer preference of visible columns on the application screens, and a detailed history […]

This post has no tag

Control Data Output on Page Load

Control Data Output on Page Load m-Power allows developers to disable certain m-Power templates from automatically displaying data on page load. When this is set, end-users who load an application will be presented with a standard m-Power page, however, it will be void of data. To make data appear, the end-user needs to enter a […]

Tags: Advanced, Application Properities, General, Page Load, Selections

Date/Time Formatting

Working with True Dates & True Timestamps   m-Power is proud to announce the new Date/Time enhancement. Now, m-Power is stronger than ever when using true dates and true timestamps within your applications by being able to handle any display format as well as work with any database date/timestamp format. What this means is m-Power […]

Tags: Calendar Helper, Dates, Timestamps

Copying Applications

Copying Applications m-Power allows copying applications to enable faster application development. For instance, users can copy an application to a completely different data dictionary, or a different application type. m-Power's copying feature also permits copying the HTML and XML files associated with a certain application, when copying to the same application type. Ultimately, this means […]

This post has no tag

Create a Logical Field via the Data Dictionary

How to Create a Logical Field via the Data Dictionary   Logical Fields are fields that do not physically exist within your databases' tables, but rather are configured by you as a Developer. m-Power's Data Dictionary structure allows you to define these logical fields just one time, and you are able to access them throughout […]

Tags: Admin, Data Dictionary, Logical Fields

m-Power Translate

m-Power Translate   The m-Power Translate feature allows developers to configure an unlimited number of languages to generated applications. Each time an application is compiled, m-Power will automatically create and translate additional presentation layers for each language that has been configured. Developers will have the opportunity to tweak the default translation tables for full customization. […]

Tags: Languages, Translation

Field Conversions

Field Conversion   Introduction The Field Conversion feature is a powerful solution for cases when a database field is stored in one format, but that value needs to be converted to another format for display purposes. Any database field might be stored in a format different from its intended display format. In that case, the […]

Tags: Admin, Data Dictionary

Format Codes

Format Codes   Defined edit codes are stored in a text file /mrcjava/mrcclasses/editcode.txt which includes IBM and mrc pre-defined codes. The mrc pre-defined codes are called user defined code, so you can either change or define your new edit code within this section. Summary of IBM Edit Codes Edit Code Name Commas Decimal Point Sign […]

Tags: Edit Codes

Improving Database Performance

Improving Database Performance   For the most part, applications generated by m-Power are run and executed in a timely fashion. However, there are the odd times when end-users have to wait too long for an application to return a dataset. In the case of slow database performance, an index can be created to significantly speed […]

Tags: Admin, Database, Performance

Introduction to Mobile Apps

Introduction to Mobile Applications   m-Power allows developers to create applications specifically for PC browser, Tablet, and Smartphone devices. For the user, this means that they can access the same report on their PC, tablet, and smartphone and see a completely different output on each that has been tailor-made for their device. For the developer, […]

Tags: Compiling, Mobile Applications, Smartphone, Tablet

Creating Mobile Applications

Creating Mobile Applications This tutorial describes how to create Mobile Applications with m-Power. The first step is to configure the data dictionary to work with mobile applications. Click Admin., click Edit Data Dictionary Files, and then click Dictionary Configuration. This opens into the Mobile Options tab. The first option is the devices_to_support property. This property […]

Tags: Mobile Applications, Video

Register SQL Views

Register SQL Views   An SQL View can be thought of as a virtual table — one that does not physically contain any data but rather stores useful SQL queries to improve database/user efficiency. While most developers realize how powerful an SQL view can be while running queries, they can now harness the same functionality […]

Tags: Admin, Data Dictionary, SQL, Views

Right Justified Fields within m-Power Applications

Adjusting for Right Justified Fields within m-Power Applications   m-Power applications can control for right justified fields. In the past, if you had an 8 and 12 alpha field that we right justified, you would need to build logical fields over these fields so that they each were 8 positions to ensure the correct data […]

Tags: Right Justification

Data Dictionary Tables

Data Dictionary Tables   Naming Conventions MRCDCT Physical file MRCLDC Logical over one file MRCDCL Multi-file logical Data Dictionary Files MRCDCT01 File level MRCDCT02 Field definitions MRCDCT03 File/field cross reference MRCDCT07 Member/file cross reference MRCDCT08 Member description MRCDCT11 Synonyms Retrieval Files MRCDCT14 Application header MRCDCT15 Selected fields MRCDCT16 Retrieval Key Information Reporter Files MRCDCT2W Temp. […]

Tags: Data Dictionary

Utilizing Multi-Member Files in m-Power

Utilizing Multi-Member Files in m-Power   Many m-Power users believe that they are unable to utilize their multi-member files in m-Power because m-Power was designed to work over Databases other than DB2. Since these other databases do not have multi-member files, we removed the ability from the interface to access these multi-member files. However, there […]

Tags: Database, DB2, SQL

Saved Searches

Saved Searches   This feature allows end-users will have the ability to save their run-time/ad-hoc application options for subsequent use. Users will love this enhancement as it will allow them to bypass entering the same searching/sorting options multiple times on any given application. Instead, users simply do the following: Choose all of their application selections […]

Tags: advancedOptions, Devices, Saved Searches

Displaying System Variables at Run Time

Displaying System Variables within a Web Application   There are numerous times when a developer needs to display System Variables within a Web Application. This can be done easily through the calculation screen. Simply create a System Variable Calculation. Simply select "System Value" from the "Calc Type" dropdown list. Next, specify a description for this […]

Tags: Calculations, System Variables

Record Selections

Record Selections   Record selections include the following features: Improved "Is in the List" and "Not in the List" options, allowing developers to have a nearly-unlimited number of list values. Clearer instructions for developer inputs such as: Constant values, Application field values, and Runtime Value Prompts (where applicable). Improved Range and Null options, taking the […]

Tags: Record Selections

Copy Applications to Different Data Dictionaries

Copy Applications to Other Data Dictionaries   This feature allows for even faster application development, as users can copy an application to a completely different data dictionary. Ultimately, this means that our Web Interface user can build one application and have it deployed to countless other data dictionaries in minutes rather than days. Here is […]

Tags: Data Dictionary

User Defined Views

User Defined Views   Configuration Adding to Apps Runtime Customizing Troubleshooting User Defined Views (UDVs) are an m-Power feature allowing your end users to customize applications to their specific needs. At runtime, columns can be selected, hidden, or reordered based upon what your end users require. Additionally, other display aspects can be customized including column […]

Tags: Reports, Retrieval, UDV

Created: February 29, 2008 | Modified: December 27, 2011

Search


Browse By Category

Build Process (13)
Starting with m-Power (8)
Retrievals (10)
Reports (15)
Summaries (4)
Maintainers (17)
Graphs (8)
m-Power Data Explorer (4)
General (24)
Calculations (5)
Utilities (9)
m-Power Administration (23)
Security (11)
Freemarker (6)
m-Painter (29)
Form Validation (5)
External Objects & UDFs (12)
Deprecated Documentation (23)
Bootstrap Templates (7)

Popular Tags

Admin Graphing DB2 Compiling Video Freemarker Calculations Tomcat Application Properties Build Process Maintainers App Properties Bar Graphs Email Data Dictionary Record Selections Database SQL m-Painter Parameters Retrieval Performance Retrievals Reports Security Dropdowns Report Java Excel Popular Maintainer Dates Bootstrap Templates Administration Advanced External Objects RPG Graph Properties Graphs Getting Started mrc-Productivity Series Prompt Screens Summaries Production Form Validation

See all tags »

michaels, ross & cole, ltd. (mrc)
Privacy Settings Privacy Policy Cookie Policy Employee Intranet
© 2023 mrc. All rights reserved.
mrc (US)

2001 Midwest Road
Suite 310
Oak Brook, IL 60523
630-916-0662

mrc (UK)

Mortlake Business Centre
20 Mortlake High Street
London, SW14 8JN
+44-20-335-59566