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
How to load read large CS...
by
Nimbus
[
Today
at 08:29:24 pm]
Need help converting a C+...
by
MathMan
[
Today
at 07:05:58 pm]
TMSSQLConnection in MacOS...
by
zeljko
[
Today
at 06:48:04 pm]
Cannot find Online Packag...
by
Flea
[
Today
at 06:39:55 pm]
Lazarus IDE problem?
by
BrunoK
[
Today
at 05:52:48 pm]
Possible LMAX Disruptor (...
by
Martin_fr
[
Today
at 05:07:21 pm]
Recomendations for conver...
by
gidesa
[
Today
at 04:40:32 pm]
Qt6 / X11: problem with G...
by
zeljko
[
Today
at 04:18:33 pm]
How to use nested classes
by
440bx
[
Today
at 01:59:08 pm]
Qt6 / X11 session: strang...
by
AlexTP
[
Today
at 01:04:31 pm]
TShellListView empty spac...
by
jamie
[
Today
at 12:20:14 pm]
Tool to create Windos set...
by
marcov
[
Today
at 11:35:30 am]
IDE Watch Window colors (...
by
Martin_fr
[
Today
at 11:23:38 am]
Anchoring controls with d...
by
Martin_fr
[
Today
at 11:20:42 am]
Why this code is working ...
by
Martin_fr
[
Today
at 11:07:08 am]
BalloonHint in Trayicons ...
by
CM630
[
Today
at 10:59:42 am]
[Solved]Lazreport Labels
by
Petrus Vorster
[
Today
at 09:42:38 am]
Assembler error ‘illegal ...
by
yurets_z
[
Today
at 08:51:49 am]
MouseAndKeyInput ---> To ...
by
n7800
[
Today
at 08:43:08 am]
Hints in TTrayIcon
by
CM630
[
Today
at 08:04:34 am]
Define background color f...
by
Antek
[
Today
at 07:46:15 am]
MainMenu captions "hidden...
by
zeljko
[
Today
at 07:18:39 am]
Strings and special chara...
by
PeterX
[December 03, 2025, 10:27:54 pm]
Convert string with Key-V...
by
Bart
[December 03, 2025, 10:16:17 pm]
Can't load Sqlite client ...
by
pmralbuquerque
[December 03, 2025, 05:56:18 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: how to use Lazreport variabels???? (Read 10730 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