To Mr. Rao, a problem with GROUPTITLE (TReport)

Post Reply
User avatar
Armando
Posts: 3271
Joined: Fri Oct 07, 2005 8:20 pm
Location: Toluca, México
Been thanked: 2 times
Contact:

To Mr. Rao, a problem with GROUPTITLE (TReport)

Post by Armando »

Hello Mr. Rao:

I know you are in the WebInar course and this problem is not urgent, I will tell you.

I have the following code

Code: Select all | Expand

        COLUMN TITLE "Número"                  DATA oRsSal:Fields("SAL_EPP"):Value SIZE  6 RIGHT PICTURE "@Z 999"
        COLUMN TITLE "Nombre o descripción" DATA oRsSal:Fields("PRO_DES"):Value SIZE 30 LEFT
        COLUMN TITLE "Marca"                DATA oRsSal:Fields("MAR_DES"):Value SIZE 20 LEFT
        COLUMN TITLE "Unidades"             GROUPTITLE "EXISTENCIA" DATA oRsSal:Fields("SAL_SDU"):Value SIZE 08 RIGHT PICTURE "@Z 9,999,999" TOTAL
        COLUMN TITLE "Costos"               GROUPTITLE "EXISTENCIA" DATA oRsSal:Fields("SAL_SDV"):Value SIZE 12 RIGHT PICTURE "@Z 9,999,999.99" TOTAL GRID
 
And the result is the following image

Image

I need the left vertical line of the "UNIDADES" column
So, I add the GRID clause to that column

Code: Select all | Expand

        COLUMN TITLE "Número"                  DATA oRsSal:Fields("SAL_EPP"):Value SIZE  6 RIGHT PICTURE "@Z 999"
        COLUMN TITLE "Nombre o descripción" DATA oRsSal:Fields("PRO_DES"):Value SIZE 30 LEFT
        COLUMN TITLE "Marca"                DATA oRsSal:Fields("MAR_DES"):Value SIZE 20 LEFT
        COLUMN TITLE "Unidades"             GROUPTITLE "EXISTENCIA" DATA oRsSal:Fields("SAL_SDU"):Value SIZE 08 RIGHT PICTURE "@Z 9,999,999" TOTAL GRID
        COLUMN TITLE "Costos"               GROUPTITLE "EXISTENCIA" DATA oRsSal:Fields("SAL_SDV"):Value SIZE 12 RIGHT PICTURE "@Z 9,999,999.99" TOTAL GRID
 
But the result is the following

Image

Please, when you have a little time, could you take a look at it

Best regards
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: To Mr. Rao, a problem with GROUPTITLE (TReport)

Post by nageswaragunupudi »

We will look into this soon
Regards

G. N. Rao.
Hyderabad, India
User avatar
Armando
Posts: 3271
Joined: Fri Oct 07, 2005 8:20 pm
Location: Toluca, México
Been thanked: 2 times
Contact:

Re: To Mr. Rao, a problem with GROUPTITLE (TReport)

Post by Armando »

Mr. Rao:

Thanks my friend.

Regards
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
User avatar
Armando
Posts: 3271
Joined: Fri Oct 07, 2005 8:20 pm
Location: Toluca, México
Been thanked: 2 times
Contact:

Re: To Mr. Rao, a problem with GROUPTITLE (TReport)

Post by Armando »

Up !
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: To Mr. Rao, a problem with GROUPTITLE (TReport)

Post by nageswaragunupudi »

I am sorry.
Grid painting with Grouped painting is bad.
We need to improve it and we will try to do it in the next version.
For now better not to use Grid with grouped columns.
Regards

G. N. Rao.
Hyderabad, India
User avatar
Armando
Posts: 3271
Joined: Fri Oct 07, 2005 8:20 pm
Location: Toluca, México
Been thanked: 2 times
Contact:

Re: To Mr. Rao, a problem with GROUPTITLE (TReport)

Post by Armando »

Mr. Rao:

Ok, I understand.

Thanks for your effort

Best regards
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
Post Reply