Use Group by in Master Data(example Query1)... use one GroupMasterData.. not two... Use Afterscroll at Detail Data refer at Master Data(Query 1)... It's will be fine.. U can try... I used this method
"Leonardo M. Ramé" <[EMAIL PROTECTED]> wrote: You don't have to create two GroupHeaders and MasterData, just remove GroupHeader2 and MasterData2 and your report should work. Leonardo M. Ramé http://leonardorame.blogspot.com Allies Xposs escribió: > dear all Lazarus programers..... > > I have data : > ----------------------------------------------------------------------- > nik Status Sku desc Qty Sell > ----------------------------------------------------------------------- > B01 1 1001 tools 1 10 20 > B01 1 1002 Tools2 5 25 > B01 2 1003 Bearing 1 2 10 > B01 2 1004 Bearing 2 5 5 > ----------------------------------------------------------------------- > > Target Format Report : > > Test Report /* > Report tile */ > > B01 = Company Name /* Page Header */ > ================================== > 1 = Cutting Tools /* Group > Header = COndition [Qry1.Status] */ > 1001 Tools 1 10 20 200 /* Master > Data = Cond [Qry1] > 1002 Tools 2 5 25 200 > 2 = Bearing //* Group > Header = COndition [Qry1.Status] */ > 1003 Bearing 1 2 10 20 /* Master > Data = Cond [Qry1] > 1004 Bearing 2 5 5 25 > ================================== > 445 > > > Preview in my Design Report : > > Test Report > B01 = Company Name > ================================== > 1 = Cutting Tools > 1001 Tools 1 10 20 200 > 1002 Tools 2 5 25 200 > 1003 Bearing 1 2 10 20 > 1004 Bearing 2 5 5 25 > ================================== > 445 > > Ask : > Can Not Use Group Header... > Cant Not Show : > 1= Cutting Tools > 1001 ........ > 1002 .... > 2= Bearing ... (Can not Show .....why...?) > 1003 > 1004 > > > > Thanks For Your Help and Solution... > > Best Regard > > Allies_Xposs > > ------------------------------------------------------------------------ > Don't pick lemons. > See all the new 2007 cars > > at Yahoo! Autos. > > _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives =============INTOSOFT============ ALEXIO CHAOS [EMAIL PROTECTED] Yahoo Messager ================================= --------------------------------- Get the free Yahoo! toolbar and rest assured with the added security of spyware protection.
