Help - Search - Members - Calendar
Full Version: roam frxDBDataset.X
Fast Reports forum > Fast Reports Products > FastReport 4.0
zirogirls
Hi everyone, sorry for my english.

Could help me somebody to roam a frxDataSet.X???

I explain me, if por example we do this query "select * from city", the masterdata will roam every row and it will show it.
I want do it manually, for show only some rows and not others.


Really I want do this for show only the value != 0

Thanks.
gpi
Try to use
MasterData1.Visible := <frxDataSet."X"> <> 0;
in MasterData1.OnBeforePrint event
technisoft
QUOTE(zirogirls @ Jan 31 2011, 07:36 AM) *
Hi everyone, sorry for my english.

Could help me somebody to roam a frxDataSet.X???

I explain me, if por example we do this query "select * from city", the masterdata will roam every row and it will show it.
I want do it manually, for show only some rows and not others.


Really I want do this for show only the value != 0

Why not just do it in the query?
"select * from city where X <> 0"
zirogirls
thanks to both for reply, i have got!

the solution always was here, it was very easy.
finally i have used another master data, with <> 0 option enabled (this was only a example, i have a more complicated case and it was not only a simple <> 0), but i needed know other value associated at main value.

Thanks anyway.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.