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: 343.7463 ms
"
  6613 | 1 | |
Label


Data Tree

 

All properties of the objects can be set in the Object inspector window, which can be displayed or hidden in the “View>Toolbars...” menu command.

The Data Tree window consists from four tabs:

- Data

- Variables

- Functions

- Classes

You can dragged and dropped to the desktop all data available in the Data tree 

Data

On tab data you can find all datasets and their datafields.

Variables

On tab data you can find variables which are of two types

1: System variables - these variable are provided by FastReport

2: User defined variables - these variables are defined by user. We will meet them later

System variable Description
Date Current date
Time Current time (without date part)
Line Line number in the table. It is counted for each group on the report separately
Line# Line number in the table. It is counted from the beginning of the report
Page The page number that resets at the beginning of a new group if its header (GroupHeader) properties ResetPageNumbers and StartNewPage are set to True
Page# The page number. It is counted from the beginning of the report.
TotalPages The page number that resets at the beginning of a new group if its header (GroupHeader) properties ResetPageNumbers and StartNewPage are set to True.
TotalPages# Total number of pages on the report. It is counted from the beginning of the report.


Note:  System variables Page and TotalPages get values only when the report is generated to the end. If ye want to use them in the script, open Report settings window which is availabe through the “Report>Options...” menu command and on the General tab select the DoublePass setting.

Tabs Function and Classes

These tabs are mostly used by programmers.

On tab Function function are listed. We will use some of them later.

On tab Classes all classes of which FastReport consists are listed.

  

     


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