Apply CM evolveIT’s unique automated static analysis and code slicing technology to four common code analysis use cases.
We have all had the situation where we needed to print or display IBM i data from CA 2E (Synon) in some odd way. Usually this meant creating a work file, loading it and building a report or display over the work file. Eventually you might end up with several one-off tables, sometimes with very
We had a client that wanted to export their CA Plex OBASE reports as Microsoft Excel spreadsheets. There are several ways to do this, but the best option is to build a pattern that generates a Microsoft Excel XML file using Meta code that iterates over the fields on the report headers and detail formats
Here are Solutions to Three Common iSeries Build Issues with CA Plex RPG Programs Build errors are just displayed with status = FAILED in CA PLEX’s Gen and Build window. Therefore, it is necessary to check the Spooled files to get the details on the exact nature of the errors and determine how to correct
By Andrew Leggett / Sr. Application Consultant If you are looking to enhance the appearance of your CM WebClient applications, there are a couple of ways to specify CSS for individual or similar controls. Use the ‘class=’ control name parameter to specify the CSS classes to apply for the control. For example, the Apply button has
Morning! Sometimes in 2E developers just assume that there is an aspect of 2E that cannot be customized. For years we just work around items when really those items can be changed and adjusted. One of those items are the F7 & F8 keys. By default 2E is shipped with the F7 & F8 keys
This video introduces 2E customers to the benefits that CA Plex has to offer. From the CA Plex CA 2E community.
Most CA 2E applications have gotten quite large over the many years they have been in use. In order to navigate more easily through the application, CA 2E offers some nice options. The obvious feature we see is the positioning lines on the top of the Edit Database Relations Screen. Files can be found rather
Lily Taharudin/Application Consultant When designing applications just for a website accessed only by a desktop or laptop, many of us got comfortable using low-resolution images. They loaded faster and back in the day, with networks and browsers working more slowly, everything you could do to improve performance truly mattered. Now, when you don’t know who
Abram Darnutzer – Sr. Application Consultant When working with CM WebClient and CM WebClient Mobile, there are times where you have to enter custom parameters into the Control Name for a CA Plex Panel Object. For normal WebClient, you could be setting a CSS class for a button like this: myPushButton:MainArea:class=CustomCSSClass:default Or for CM WebClient