Hi Gustavo

This is the display method

display str dimensionrg()
{
    Query q;
    QueryRun qr;
    QueryBuildRange qbr;
    QueryBuildDatasource qbd;
    str dimensionrg;
    ;

     qr  =this.queryRun();
     q   =qr.query();
     qbd =q.dataSourceName('TaxTrans'); //DataSource
Name
     qbr =qbd.range(4);  // Range No.

    if(qbr.value())
    {
     dimensionrg = '@SYS14926' + ':  ' + qbr.value();
     return dimensionrg;
     }
     else
     {
      return '';
     }

}


Lalith

--- Gustavo Camargo <[EMAIL PROTECTED]> wrote:

> English:
>
> Hello!!!
>
> I have a complete report. The customer wants that
> all the ranges that
> where selected on the sysQueryForm appear at the
> bottom of the report.
>
> Exist some way to display this ranges with a display
> Method that shows
> me the query info???
>
>
> Spanish:
>
> Hola!!
>
> Tengo un reporte completo y funcional. El cliente
> quiere que los
> rangos que seleccione en el formulario del reporte
> SysQueryForm
> aparezcan en cualquier sitio del reporte usando
> metodos display para
> mostrar estos.
>
> Existe alguna manera de que pueda utilizar un metodo
> Display que me
> muestre la info del query?
>
>
>
>
>
>
>


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com




YAHOO! GROUPS LINKS




Reply via email to