PANTHEON™ Help

 Toc
 PANTHEON Help - Welcome
[Collapse]PANTHEON
 [Collapse]Guides for PANTHEON
  [Expand]Guide for PANTHEON
  [Expand]Guide for PANTHEON Retail
  [Expand]Guide for PANTHEON Vet
  [Expand]Guide for PANTHEON Farming
 [Collapse]User Manuals for PANTHEON
  [Expand]User Manual for PANTHEON
  [Expand]User Manual for PANTHEON Retail
  [Expand]User manual for PANTHEON Vet
  [Expand]User Manual for PANTHEON Farming
[Collapse]PANTHEON Web
 [Collapse]Guides for PANTHEON Web
  [Expand]Guide for PANTHEON Web Light
  [Expand]Guide for PANTHEON Web Terminal
  [Expand]Guide for PANTHEON Web Legal
  [Expand]Old products Archive
 [Collapse]User Manuals for PANTHEON Web
  [Expand]Getting started PANTHEON Web
  [Expand]User Manual for PANTHEON Web Light
  [Expand]User Manual for PANTHEON Web Terminal
  [Expand]User Manual for PANTHEON Web Legal
  [Expand]Old products Archive
[Collapse]PANTHEON Granules
 [Collapse]Guides for PANTHEON Granules
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]Dashboard Granule
  [Expand]B2B Orders Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
 [Collapse]User Manuals for PANTHEON Granules
  [Expand]Getting started
  [Expand]Personnel Granule
  [Expand]Travel Orders Granule
  [Expand]Documents and Tasks Granule
  [Expand]B2B Orders Granule
  [Expand]Dashboard Granule
  [Expand]Field Service Granule
  [Expand]Fixed Assets Inventory Granule
  [Expand]Warehouse Inventory Granule
  [Expand]Archive
[Expand]User Site

Load Time: 843.744 ms
"
  6613 | 1 | |
Label


Basic Work with Objects

The report consists of objects that are intended to display text and graphics. The objects are also bands, page and object itself.

The basic work is labeling, selecting, deleting, moving, resizing and setting up a new object.

Selecting the Object

If you want to move the object, change the size or properties, you must first select it. Select the object by clicking on it with the mouse. The object gets the platter, which means it is currently selected. Simultaneously select multiple objects by holding down the Shift key and clicking objects. You can also select more objects by holding down the Ctrl key and pressing and holding the left mouse button. Drag the mouse over the work surface. A dashed rectangle appears. All objects, which are entirely or partially in this rectangle, are selected. When we have selected the desired objects, we release the mouse button.

Deleting the Object

Delete the object by selecting it and pressing the Delete key.

Moving the Object

To move the object, use the mouse to place on it. The pointer gets the shape of a hand. Press and hold the left mouse button and move the mouse to the new location. There, the left button is lowered and the object remains in that place. In case when we move an object which is connected to another object, this one also moves.

Resizing the Object

First we select the object. Then we place ourselves in the corner of the object, where the mouse pointer changes the shape. The mouse pointer changes to the line with arrows at both ends. Press and hold the left mouse button and drag the mouse in the desired direction.

Hiding Objects

You can hide objects using right click menu on the object and use the Visible property in the context menu. If this setting has a band, all the objects on it are also hidden.

Setting up a Grid for Mapping Objects

When moving objects on the report, they are difficult to align, as the objects are moved in by a continuous form. Therefore, you can setup a grid that allows you to move through certain steps. You set the grid properties in the designer options window. You can turn it on or off in the standard toolbar by clicking the button . By clicking the button , you allow objects to be automatically attached to the grid.

Editing Text

Editing the text is usually in text fields, but it is possible to add text along the system fields.

In example, we will replace the text in the "Workers" field with a new "Report of Workers and Their Addresses".

We do this by double-clicking on the object. Replace the old text with the new one by deleting the old text and entering the new one.




Click the OK button in text editor and expand the box with the new text if necessary.

Redesigning Complex Existing Report

In practice you will not create reports from beginning but redesign existing reports.

Most frequently you will redesign document of orders and invoices.

Let's make a clone of report 241- Invoice and do some changes on it. We will now just described how to solve problems. We will later consider this report in more details.

Do not change name of objects on such a report because code from Pantheon may affects value which will be displayed in them and you may lose some important data. If you do not need them just hide them.

Deleting Objects

As we already mentioned objects on the reports can be deleted. However, some objects also have a program code that reference it. If we delete such an object, we must also delete all program code that reference it. Let's now delete the thick line under text 'Invoice'', As it will be turned out in the next step it is named mTitle2.



 

Open tab with program code and "comment out" line

    mTitle2.Width  := mTitle1.CalcWidth + fKljuc.CalcWidth - 8;

We add '//' in  the beginning of this row so that it becomes

//    mTitle2.Width  := mTitle1.CalcWidth + fKljuc.CalcWidth - 8;

The other possibility in this case is to just hide object. It will still exists on report but will not be displayed.

If we move an object on such a report to another band, we must also move the corresponding code there. Otherwise, a window with an error message will appear.

Changing of properties of objects

We access the properties of objects in the Object Inspector which can be displayed or hidden in the “View>Toolbars...” menu command n the window that appears, we can determine the properties mentioned in the tables below.

An important feature of objects within the band, which can be set only in the object inspector, is Align.

Before moving objects, it is advisable to change the property Align to the baNone in the object inspector, and then change it again to its own needs.
The vast majority of objects on system reports have the Align property different from baNone, which means they are tied to either on the edge of the band or to each other.

Parameter Description
baNone Object is not aligned.
baLeft Object is aligned to the left.
baRight Object is aligned to the right.
baWidth Object is aligned to the left and right.
baCenter Object is aligned in the center.
baBottom Object is aligned to the lower side.
baClient Object is aligned across the object.


 

  

     


Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!