[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 • Filtrar Relatorio através de Radiogroup
Página 1 de 1

Filtrar Relatorio através de Radiogroup

Enviado: Outubro 4th, 2011, 2:00 am
por andersonkso
Olá amigos..
Fiz um relatório e estou tentando fazer a filtragem do mesmo e não to conseguindo sucesso.
Essa a logica:

No radio group tenho 3 elementos :

Vespertino
Matutino
Diurno

Ao selecionar um turno deverá ser filtrado conforme a seleção, porem ao compilar e tentar abrir o relatório da erro de string , ao verificar na opção index tem só números, a minha dúvida eh, tem como eu mudar essa opção de números para as letras que são utilizadas como valor em meus campo??

EX. 0,1,2 para V,M,D
Tentei ('V') , 'v' não funfou, alguém ja passou por isso e pode me ajudar..
Abraços..
Xmaker Versão 5
delphi 7

Re: Filtrar Relatorio através de Radiogroup

Enviado: Outubro 4th, 2011, 12:53 pm
por Dimmy Angelo
Segue ai um exemplo:


[s]
if RadioGroup2.ItemIndex = 0 then
begin
[\s]
(CLIENTES.CLI_TIPO LIKE '+#39+'1%'+#39+')
[s]
end
else if RadioGroup2.ItemIndex = 1 then
begin
[\s]
(CLIENTES.CLI_TIPO LIKE '+#39+'2%'+#39+')
[s]
end
else if RadioGroup2.ItemIndex = 2 then
[\s]
(CLIENTES.CLI_TIPO LIKE '+#39+'3%'+#39+')