[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 594: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 650: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 1110: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5277: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3903)
Fórum Xmaker • Qreport no Xmaker
Página 1 de 1

Qreport no Xmaker

Enviado: Janeiro 26th, 2011, 11:35 am
por PTM
Ola.. bom dia.. :D
Alguem sabe como incluir um QReport filtrado no Xmaker?
Ex.: Tabclientes -> imprimir relatorio de codInicial até codfinal.
Desde já Obrigado
PTM.

Re: Qreport no Xmaker

Enviado: Janeiro 26th, 2011, 11:20 pm
por Suporte
Olá,

Segue alguns Exemplos de Filtragem:

TabGlobal.DCLIENTES.Filtro.clear; //=>limpa filtro

TabGlobal.DCLIENTES.Filtro.Text := "cli_codigo = 1"; // Expressão de filtragem

ou

TabGlobal.DCLIENTES.Filtro.Add("cli_codigo = 1"); // Expressão de filtragem

TabGlobal.DCLIENTES.AtualizaSql; // Processa a filtragem


Usar os modelos do Xmaker(freereport), a montagem do filtro e o diálogo podem ser definidas de maneira mais simples.(consulte o manual para maior referência)

Att,
suporte@xmaker.com.br
http://www.xmaker.com.br

Re: Qreport no Xmaker

Enviado: Janeiro 27th, 2011, 9:07 am
por PTM
Obrigado pela resposta.. :D