Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Installation
»
General
»
how to use Lazreport variabels????
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Star Wars Galaxian
by
PierceNg
[
Today
at 09:10:45 am]
Unleashed Pascal (async/a...
by
Fibonacci
[
Today
at 08:27:13 am]
QGradientTrackPanel: A Fu...
by
Boleeman
[
Today
at 07:13:07 am]
[closed] Is case for stri...
by
egsuh
[
Today
at 06:39:17 am]
New charts
by
Boleeman
[
Today
at 04:26:40 am]
Fast Canvas Library V1.05...
by
Gigatron
[
Today
at 01:28:23 am]
How to define the SQLite3...
by
jamie
[
Today
at 01:26:49 am]
kOmniXML for Lazarus and ...
by
PeterEvans
[
Today
at 01:11:14 am]
Finding List of Fonts & P...
by
J-G
[August 09, 2026, 11:05:31 pm]
[Scrubbed] Question about...
by
jamie
[August 09, 2026, 08:47:34 pm]
Bug: XLSX writer does not...
by
wp
[August 09, 2026, 08:29:22 pm]
New Big Integer library i...
by
ad1mt
[August 09, 2026, 05:32:14 pm]
Automatic generation of *...
by
PeterBB
[August 09, 2026, 01:38:51 pm]
TyControls: a custom-draw...
by
Antek
[August 09, 2026, 12:07:39 pm]
PO-Editor MyLangEdit3 now...
by
dbannon
[August 09, 2026, 07:55:47 am]
Application triggers mess...
by
JanRoza
[August 09, 2026, 12:26:52 am]
[solved] form reset/reloa...
by
ADMGNS
[August 08, 2026, 09:58:42 pm]
Create small language
by
ADMGNS
[August 08, 2026, 09:52:19 pm]
Advatage Database server
by
neobrasil08
[August 08, 2026, 08:42:18 pm]
How get listy of FieldDat...
by
Aruna
[August 08, 2026, 04:02:16 pm]
Identify network devices
by
LemonParty
[August 08, 2026, 03:44:03 pm]
how to connect to mariadb...
by
Mike.Cornflake
[August 08, 2026, 12:25:31 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: how to use Lazreport variabels???? (Read 10870 times)
Guest
Guest
how to use Lazreport variabels????
«
on:
May 06, 2006, 12:56:24 am »
Hello all,
I've tried to use lazreport variables, but it show nothing. even after i change their values?
Any idea how to overcome this problem???
thank you in advance.
Logged
Anonymous
Guest
RE: how to use Lazreport variabels????
«
Reply #1 on:
May 06, 2006, 10:15:23 am »
how do you tried to assign the variables to the report (ongetvalue?)?
Logged
Anonymous
Guest
RE: how to use Lazreport variabels????
«
Reply #2 on:
May 07, 2006, 03:55:08 am »
hello,
I used the following method :
frReport1.Variables.Names['date'] := DateToStr(now);
Thank you in advance.
Logged
Anonymous
Guest
RE: how to use Lazreport variabels????
«
Reply #3 on:
May 07, 2006, 11:49:28 am »
1.you can use the build in date function
place a band and create an object in designer
in the dialog choose variable-other-date
manual chapter 2.3
2.you can use your own value
create a userdataset
connect report to userdataset
place a band in designer
create a new variable in the variable list (look at the manual)
place object and choose your variable
create an ongetvalue event
in the ongetvalueevent :
if parname ='mydate' then
parvalue := 'my birthday';
set the userdataset rangeend to recount
and rangeendcount to 1
manual chapter 6.1
Logged
Anonymous
Guest
RE: how to use Lazreport variabels????
«
Reply #4 on:
May 31, 2006, 10:42:52 pm »
Hallo all,
I´ve the same Problem, I've tried to use lazreport variables, but not a Time variables:
frReport1.Variables.Names['PersonN'] := PersonName;
but it show also nothing!
HELP!
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Installation
»
General
»
how to use Lazreport variabels????
TinyPortal
© 2005-2018