REFERENCE LIBRARY
LEARNING CENTER
DataFlex Reports Quickstart
To continue with this content, please log in with your
Data Access ID
or create a new account.
Cancel
Data Access ID
You may not be authorized to see this content. Please contact
Data Access Europe
for more information.
Cancel
Data Access Europe
You are not authorized to see this content.
Cancel
Data Access Europe
DataFlex courses
The Basics
Whats New in DataFlex 2022 Pre release
Getting the most out of the WebList
Migrating to DataFlex 2021
Try for free: DataFlex Personal
Debugging DataFlex Apps
Learn the language
Security the Basics
DataFlex in 5 minutes
Studio Tour
DataFlex Extensions
DataFlex QR and Barcode Scanner
DataFlex Library for LibXL
Quill Editor Library
PdfViewer
Custom Control: WebImageZoom
Printer Driver Analyzer
Dynamic Objects Library
Web Scheduler Library
Custodian 19.1
Deployment
How to deploy your WebApp
Configuring your system for DataFlex Web Development
Web
Build HTTP Services in DataFlex
5 Common WebApp Mistakes
History Management
Process Pooling
Advanced Dynamic Objects
Working with Web Properties
Working with Databases
Custom Controls
Quickstart building a web application (Mobile touch)
SOAP Web Services
Multi Tenancy
Quickstart building a web application (Desktop)
SQL
Migrating to MySQL Environment
SQL Search
DataFlex Reports
Runtime Data Source (RDS)
Page Layers
DataFlex Reports Quickstart
SQL Statements
Charts
Label Reports
Maintenance Program
Other
Tips on using the build automation tool Jenkins within DataFlex
How to use the DataFlex Styler
How to setup a livestream event
UX UI tips for application controls
Secure your web applications with HTTPS
UX UI Design principles for application development
Working with JSON
Build your own Search Engine
Information
Events
Data Access Anniversary Event
EDUC 2020
EDUC 2018
Synergy 2019
Data Access
TEST 2 september 2022
DataFlex Reports Quickstart
Introduction
(0m 54s)
DataFlex database
(2m 29s)
ODBC
(2m 56s)
Runtime Data Source
(2m 06s)
Enhance the report
(2m 15s)
Next lesson:
Enhance the report
Cancel
DataFlex Reports Quickstart
Lesson 3: Runtime Data Source
The easiest way to create a DataFlex Reports report is using the New report wizard.
Choose the Standard report.
Choose Runtime Datasource.
Enter the information:
- Table name: Customer
- CustNum, Integer
- Name, String, 50
- State, String, 2
Drag the Customer table to the Selected Tables.
In the next step of the table select the columns of the Customer table and set them as the Fields to Display.
Skip the grouping, data filters, accept the page options, and finish the wizard.
This report is created:
When previewing the report it will show that there is no data yet. The data will come from a program that does the data collection.
Before we create the program that will feed that data we need to create some test data.
Go to 'Database' in the menu and go to 'Edit RDS sample data...'
Select the Customer table and enter some testdata, for example:
- Data Access Europe, OV
- Data Access Worldwide, FL
- Acme Inc, NY
Press OK.
When opening the preview again you will see a report with the test data.