an independent
ClarionOnLine Review
from March 1999

Fomin Report Builder

Shawn Mason

Reports. Reports. Reports. To a programmer’s ears, it seems like this word should have only four letters. How many independent developers have had to eat many hours because of a report or two? If there is one trouble area in estimating, it would have to be here. Unless you have exceptionally detailed specs, an end-user can easily detail you to death with the nit-picky aspects of a report. Things like, “move this over 3 spaces”, or “can you make this bold”. While this can be a source of contention for programmers, it is the right of the client to want the reports to look perfect. After all, most users want a system only for the reports it can produce; therefore, it is our job to produce exactly what they want. So, how do you give the user the nit-picky details he needs while not making him furious for charging him to make a particular heading Italics? Simple…use an end-user reporting tool like Fomin Report Builder (FRB).

 

Major Features

FRB works with both ABC and legacy templates. Here is a list of supported features from their documentation:

 

Hot Off the Presses

Fomin announced a new version (v2.0) during the writing of this article. A few of the added features are:

 

Installation

FRB comes in a self-contained installation EXE. I downloaded my version from their Web Site. Upon starting the installation, the first thing I noticed was the option to choose which language you wished to use. Your options are English or Russian (the native language of the author). You also have the option of installing the CW20, C4, or C5 versions as well as an example app and the documentation (Word Format). After choosing which options you wish to install, you are again asked which interface language you wish to use. Your choices are English, Russian, Spanish or other. About this time I’m beginning to suspect that this product is internationalized. Since I’m ignorant of Russian and Spanish (and I don’t think New Testament Greek is an option), I chose English. To complete the install you must put in the User Name, Company Name, and the Personal Serial Number received when you purchase FRB. I wasn’t too keen on it wanting to place the example application under my root directory, so I put it where every good installation (ouch!) places their examples…under the \clarion5\examples directory. Upon completion of the install, I am left looking at the help file. An automatic template registration would be nice.

The help file is well organized. I especially like the Principle of Operation section. One thing that I feel is left out of most third party documentation is an explanation of the paradigm the programmer is coming from. Once a paradigm is understood, it makes using the product much easier.

 

Concepts & Interface

It is clear from the documentation that FRB was created as an end-user product. According to the help manual…”FRB…is an accessory tool for Clarion for Windows. It is an easy-to-use-full-functional instrument for creating, printing and managing graphic reports. FRB is designed for the end-user and can be included in a Clarion for Windows application as a dynamic link library (DLL) or a local library (LIB).” (English corrected)

Each report is stored as a separate file. The programmer designates the names of the fields that will be available for the end-users reports. The report designer resembles most report designers that I’ve seen in the past. It has all the necessary tools to place fields, use indentations, alignments, frame borders, line splits, fonts, etc. A shot of one of the example reports is below:

screen1.jpg (119969 bytes)

Figure 1: Part of an FRB Design Window

This interface even allows for the end-user to create total fields on the fly. They can choose between Sum, Counter, Average, Minimum, Maximum and Evaluate. Certain sections may be suppressed as needed based on a logic expression. Using this, the end-user may suppress all the detail bands and print only the group footers to have a summary report. Overall, it contains most of the things an end-user would want or need to create his/her own reports.

 

Adding FRB to Your Application

After registering the template, you must add the Global Extension template to your application. The Main Frame procedure also needs an extension template. You must then logically create report groups for the end-user. For example, you might create a group called Orders where you would specify which files are available to the end-user when he creates reports in this area. You might also create a group entitled “Inventory Items” where you would place the “items” file and any related files in this group. When the end-user goes to this section to create a “Inventory” Report, he/she can only choose from the “items” files and/or any related files. This logical grouping should keep the end-user from being overwhelmed by a huge number of files/fields to choose from. Each group you create will have its separate procedure and is based on a tree structure. The structure will show what reports in that group are available. An example is below:

screen2.jpg (45905 bytes)

Figure 2: FRB Report Listing Window

From here, anyone can print a report, add a new report, change a report, or even delete a report. The end-user sees this screen and knows intuitively that if he needs an extra report on the Inventory Card section, this is the place to do it. He/She will click the insert button and see the design screen (Figure 1). The files and fields he/she can choose from relate only to this category; therefore, making a mistake or becoming massively confused can (almost <g>) be eliminated.

 

Distribution

There are no run-time royalties with FRB. You may purchase it once and distribute it with your applications as often as needed. If you really want to give this template a whirl, you can download the free version 1.5a for use with CW20.

 

Documentation

As mentioned before, the documentation is available in either Russian or English. It comes as both a help file and a word document. Be warned though, the author’s native language is Russian not English, although I did find the manual to be readable in its English version. The word documentation has both a Table of Contents and a Glossary; something that a lot of third party developers do not bother with.

There are even explanations on how to integrate the package with a third party previewing tool (like Lodestar Software’s Report Presentation Manager or CPCS Reporting Tools previewer). This is a nice thought since there might be a few reports that a report writer like Fomin’s cannot handle and you are forced to hand code. This gives your interface the same look and feel.

 

Technical Support

There are several ways you can contact the author for technical support. He gives you a web page, email address, and even a phone number (although make sure you get your times zones right, he is in the Ukraine). I found the replies and information from the author to be right on target, as well as fast and courteous (even counting for the time zone differences).

 

Summary

Overall, I think Fomin Report Builder is a good tool for situations where the end-user is constantly pecking to “change this little thing”, or “add this report”. It will definitely extend the life of your application. The implementation is not difficult and the concepts are well thought out. If you are looking for a replacement for the Topspeed Report Writer, then FRB might just do the trick. Its interface is similar, capabilities are similar, but FRB gives you the advantage of placing the end-user “in scope” with what data they need to create the inventory report, or the personnel report. Better yet, FRB is royalty free while Report Writer will cost you per user (if the end-user wishes to modify the report that is).

Ability to do the task Very Good
Ease of use Good
Ease of Installation Good
Documentation Good
Technical Support Excellent
Modify Shipping Templates No
Black-Box DLLs/LIBs Yes

© Copyright 1999, Shawn Mason