PANTHEON™ Help

 Toc
 PANTHEON Help - Welcome
[Collapse]PANTHEON
 [Collapse]Guides for PANTHEON
  [Collapse]Guide for PANTHEON
   [Collapse]Settings
    [Expand]Subjects
    [Expand]Items
    [Expand]POS
    [Expand]Manufacturing
    [Expand]Personnel
     Calendar
    [Expand]Financials
    [Expand]Customs
    [Collapse]Program
     [Expand]Document Types
     [Collapse]Reports in PANTHEON
       Settings in Administration Panel
      [Expand]Reports Register
       Print Preview
      [Collapse]Report Designer
        Control Keys
        Mouse Control
        Object Inspector
        Data Tree
       [Expand]Toolbars
        Designer Options
        Report Settings
        Page Options
      [Expand]Creating Reports
      [Expand]Groups and Aggregates
      [Expand]Formatting and Highlighting
       Nested Reports (Subreports)
      [Expand]Specifics of Printouts in PANTHEON
      [Expand]Script
       Report Design Considerations
      Document Texts
      Delivery Methods
     [Expand]Loyalty Cards
     [Expand]Administration Panel
     [Expand]Dashboard Components
      Dashboard Reports
      Ad-hoc analysis
     [Expand]ARES
      SQL urejevalnik
    [Expand]Documentation
    [Expand]Change User
   [Expand]Orders
   [Expand]Goods
   [Expand]Manufacturing
   [Expand]POS
   [Expand]Service
   [Expand]Financials
   [Expand]Personnel
   [Expand]Analytics
   [Expand]Desktop
   [Expand]Help
   [Expand]Messages and Warnings
   [Expand]Additional programs
   [Expand]Old products
  [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: 406.2488 ms
"
  1000195 | 200232 | 342458 | Updated
Label

Sistemske spremenljivke

Data Tree

The Data tree pane consists of four tabs:

  • Data
  • Variables
  • Functions
  • Classes

You can drag and drop to the desktop all data available in the Data tree.

Tab Data

On the tab "Data" you can find all datasets and their fields which you can use on the report..

Tab Variables

On the tab "Variables" you 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 enabled.
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 enabled.
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 available through the “Report>Options...” menu command and on the General tab select the "DoublePass" option.

Tabs Function and Classes

These tabs are mostly used by programmers.

On the tab "Functions" are listed available functions. We will use some of them later.

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


 

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