How can I do these?
Hello, I have one Group, in Detail-Group I have some DBText... my group is
order by SALE_DATE... but in my Detail-Group I have one DBText it is NAME...
if I have 50 records, I have 2 client, 2 diferents names... how I set
invible := false to others detail.. like, put only one DBText show the
name... when the Name changes I set visible := true...
I how to explain correct.. sorry, my poor english..
Thanks
Fellipe H.
order by SALE_DATE... but in my Detail-Group I have one DBText it is NAME...
if I have 50 records, I have 2 client, 2 diferents names... how I set
invible := false to others detail.. like, put only one DBText show the
name... when the Name changes I set visible := true...
I how to explain correct.. sorry, my poor english..
Thanks
Fellipe H.
This discussion has been closed.
Comments
If you place the Name inside the group header, it will only print once per
group and will change every time the group changes. Would this work in your
case?
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
I marked SupressRepeat.. And works fine...
Fellipe H.