relatorio com opcoes

Destinado ao auxílio e Troca de informações sobre a ferramenta Xmaker
Guilherme
Mensagens: 29
Registrado em: Maio 11th, 2011, 11:26 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1236: count(): Parameter must be an array or an object that implements Countable

relatorio com opcoes

Mensagempor Guilherme » Setembro 14th, 2014, 3:46 pm

Boa tarde a todos,

estou desenvolvendo um projeto, e me deparei com um problema que não consegui resolver, é o seguinte estou precisando fazer um relatorio com as seguintes opções:

(ProcEletr.Vencto = :XDateEdit1)

if CheckBox1.Checked
begin
(ProcEletr.Vencto = :XDateEdit1)
end;

if CheckBox2.Checked
begin
(ProcEletr.Vencto > :XDateEdit1)
end;

if CheckBox3.Checked
begin
(ProcEletr.Vencto < :XDateEdit1)
end;

mais ou menos isso, e já fiz de tudo e não deu certo, será que alguém pode me auxiliar?

obrigado

Guilherme
Mensagens: 29
Registrado em: Maio 11th, 2011, 11:26 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1236: count(): Parameter must be an array or an object that implements Countable

Re: relatorio com opcoes

Mensagempor Guilherme » Setembro 23rd, 2014, 12:59 pm


flaviogonzaga
Mensagens: 60
Registrado em: Fevereiro 14th, 2011, 6:16 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1236: count(): Parameter must be an array or an object that implements Countable

Re: relatorio com opcoes

Mensagempor flaviogonzaga » Setembro 24th, 2014, 7:59 am

Bom dia!!!

Qual é a versão do xmaker que você usa???

Vou montar um exemplo pra você!!!!

Depois a gente disponibiliza aqui no grupo!!!

Grande abraço!!! :)

Guilherme
Mensagens: 29
Registrado em: Maio 11th, 2011, 11:26 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1236: count(): Parameter must be an array or an object that implements Countable

Re: relatorio com opcoes

Mensagempor Guilherme » Setembro 29th, 2014, 11:27 am


flaviogonzaga
Mensagens: 60
Registrado em: Fevereiro 14th, 2011, 6:16 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1236: count(): Parameter must be an array or an object that implements Countable

Re: relatorio com opcoes

Mensagempor flaviogonzaga » Setembro 29th, 2014, 1:50 pm

Boa tarde guilherme!!!

Vou fazer na versão que vc está utilizando para ficar fácil de vc adaptar.

Vai ser um exemplo bem simples mas vai funcionar da maneira que vc precisa.

Vou precisar de um tempinho, por conta de outros projetos que estou desenvolvendo.

Grande abraço!!!

Guilherme
Mensagens: 29
Registrado em: Maio 11th, 2011, 11:26 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1236: count(): Parameter must be an array or an object that implements Countable

Re: relatorio com opcoes

Mensagempor Guilherme » Setembro 30th, 2014, 10:35 am


Leão
Mensagens: 149
Registrado em: Junho 24th, 2011, 10:06 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1236: count(): Parameter must be an array or an object that implements Countable

Re: relatorio com opcoes

Mensagempor Leão » Outubro 3rd, 2014, 4:01 pm

Olá, cara usando este exemplo dar para você decolar...
observer que existe [s] para abrir e para fechar [\s]

boa sorte...
Obrigado,
Leão



(Vendas.DATA >= :XDateEdit1)
AND (Vendas.DATA <= :XDateEdit2)
AND (Vendas.COD_CLIENTE >= :XNumEdit1)
AND (Vendas.COD_CLIENTE <= :XNumEdit2)
AND (Vendas.COD_REGIAO >= :XNumEdit7)
AND (Vendas.COD_REGIAO <= :XNumEdit8)
AND (Vendas.COD_VENDEDOR >= :XNumEdit3)
AND (Vendas.COD_VENDEDOR <= :XNumEdit4)
AND (Vendas.COD_FINAN >= :XNumEdit77)
AND (Vendas.COD_FINAN <= :XNumEdit88)
AND (Clientes.COD_STATUS >= :XNumEdit9)
AND (Clientes.COD_STATUS <= :XNumEdit10)
[s]
if CheckBox4.checked=True then
begin
[\s]
AND (Vendas.DATA_ENTREGA IS NULL)
[s]
end;
[\s]
[s]
if CheckBox5.checked = true then
DVendas.ChaveIndice := 'Vendas.COD_VENDEDOR,Vendas.DATA,Vendas.PEDIDO'
else if CheckBox5.checked = false then
DVendas.ChaveIndice := 'Vendas.DATA,Vendas.PEDIDO';
[\s]

Guilherme
Mensagens: 29
Registrado em: Maio 11th, 2011, 11:26 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1236: count(): Parameter must be an array or an object that implements Countable

Re: relatorio com opcoes

Mensagempor Guilherme » Outubro 8th, 2014, 9:11 am


Leão
Mensagens: 149
Registrado em: Junho 24th, 2011, 10:06 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1236: count(): Parameter must be an array or an object that implements Countable

Re: relatorio com opcoes

Mensagempor Leão » Outubro 9th, 2014, 9:05 am

Olá veja esse...:


(ProcEletr.Vencto = :XDateEdit1)

if CheckBox1.Checked
begin
(ProcEletr.Vencto = :XDateEdit1)
end;

[s]
if CheckBox1.checked=True then
begin
[\s]
AND (ProcEletr.Vencto = :XDateEdit1)
[s]
end;
[\s]

Guilherme
Mensagens: 29
Registrado em: Maio 11th, 2011, 11:26 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1236: count(): Parameter must be an array or an object that implements Countable

Re: relatorio com opcoes

Mensagempor Guilherme » Outubro 9th, 2014, 11:08 am

Você não está autorizado a ver ou baixar esse anexo.


[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1236: count(): Parameter must be an array or an object that implements Countable

Voltar para “Xmaker”

Quem está online

Usuários navegando neste fórum: Nenhum usuário registrado e 1 visitante