[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 • Imprimir no relatório através de uma condição.
Página 1 de 1

Imprimir no relatório através de uma condição.

Enviado: Junho 25th, 2012, 7:04 pm
por Pedro Gomes
Olá a todos!

Criei um relatório de orçamentos e neste há a impressão dos valores unitários e as respectivas somas; acontece que em determinados casos o cliente pede a lista de material e neste caso, preciso de imprimir apenas a qtde, unidade de cada material e não os respectivos valores. Como proceder para que em umj único relatório eu consiga este impressão através de checkbox, onde se estiver marcado, o relatório será impresso normalmente, caso contrário, será impresso apenas 0,00 - 0,00 nos locais onde existe o valor unitário e as respectivas somas, mais ou menos como mostro abaixo e que deste jeito que está dá erro na hora da impressão.

[if CheckBox1.Checked = True then // será impresso normalmente
begin
[DITORC."Mat_orc_valor"]
end
else // apenas o nome e a qtde de cada material, sem o valor unitário e a soma da qtde de cada item.
begin
0,00
end]

Alguém pode me ajudar mais uma vez?
Fico no aguardo e desde já agradeço a todos.

Pedro Gomes