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 <http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE0OGRsc3F2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3Y2Fycw--> at Yahoo! Autos. <http://autos.yahoo.com/new_cars.html;_ylc=X3oDMTE0OGRsc3F2BF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDbmV3Y2Fycw-->

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to