Hi Gustavo Camargo,


Use SysReportRun::executePrintRangeSection(element).

But, if the printRanges option is not checked (use
autoDesignSpec), then copy from SysReportRun class
buildPrintRanges method into the report and replace
query variable into other (ex.: q) and call the method
mannually.

    element.buildPrintRanges2(); //don't forget to
replace query -> q.
    // or
    //SysReportRun::executePrintRangeSection(element);

Regards,

Sonny Wibawa Adi, MBSCP, MCAD.NET, MCSD.NET, MCP

--- 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