Beautiful!! Work fine!

Muchas Gracias a todos!
Juan

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Juan Otazú
Sent: miércoles, 23 de abril de 2014 03:30 p.m.
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Sub Report

I think that too.. A explicit link between the tables and a "sub where
clause" will be appreciate for a future Update to optimize the sub-report
usage.

I will test and let you know.

Gracias,
Juan

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Albert Berry
Sent: miércoles, 23 de abril de 2014 03:09 p.m.
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Sub Report

When you create your temporary table, rename the columns that are common
with the main table. The two columns that are your problem are vtaobj and
vtareal, which will not match between the tables. This destroys the link,
just as it does in a form.

Albert

On 4/23/2014 12:34 PM, Juan Otazú wrote:
> Hello everybody,
>
> I am tried to do a Report with Sub report.. but my sub report do not
print.
> The main report work fine, I want the sub- report print at the end in 
> the RF band, with a summary in other format.. using another temporary 
> table but no show me this sub report printed.
>
> My main table is:
>     Temporary Table: t_planobj
>
>   No. Column Name        Attributes
>   --- ------------------
> ------------------------------------------------------
>     1 ruc_empresa        Type   : TEXT 15
>     2 grupo              Type   : TEXT 8
>     3 grupo_nombre       Type   : TEXT 30
>     4 marcod             Type   : TEXT 10
>     5 mardes             Type   : TEXT 30
>     6 marorden           Type   : INTEGER
>     7 vtaobj             Type   : CURRENCY
>     8 vtareal            Type   : CURRENCY
>     Current number of rows:        23
>
> And my slave table is:
>
>     Temporary Table: t_tableroso
>
>   No. Column Name        Attributes
>   --- ------------------
> ------------------------------------------------------
>     1 tipodoc            Type   : TEXT 1
>     2 ruc_empresa        Type   : TEXT 15
>     3 almacen            Type   : TEXT 30
>     4 proyecto           Type   : TEXT 30
>     5 canal              Type   : TEXT 30
>     6 cod_cliente        Type   : TEXT 15
>     7 cliente            Type   : TEXT 40
>     8 vtaobj             Type   : CURRENCY
>     9 vtareal            Type   : CURRENCY
>     Current number of rows:         9
>
>
> Only data to be printed in both table, but the sub report don’t work.
> Any ideas?
>
> Gracias!
> Juan
>
>
>


Reply via email to