[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 • Erro encontrado GridPesquisa - Ao Suporte
Página 1 de 1

Erro encontrado GridPesquisa - Ao Suporte

Enviado: Setembro 15th, 2011, 9:02 am
por Leão
Ao atualizar da versão 5.xx para versão 6, no formulário GridPesquisa, existe um erro
ao selecionar o Operdor 'Contém', na pesquisa ao digitar, acontece-o.
estar assim:
if ((CmpF.Tipo <> tpAlfanumerico) or
(CmpF.Tipo <> tpString) or


o certo é:

if ((CmpF.Tipo <> tpAlfanumerico) and
(CmpF.Tipo <> tpString) and
(CmpF.Tipo <> tpWideString)) and

//troque por and.

(EdOperador.ItemIndex = 6) then
begin
MessageDlg('Operação ''Contém'' é somente válida para campos Alfanuméricos !',mtError,[mbOk],0);
EdPesquisa.SetFocus;
exit;
end;



Obrigado,
Leão

Erro encontrado GridPesquisa - Ao Suporte ???

Enviado: Setembro 26th, 2011, 8:40 am
por Leão
Olá,
O suporte não se manifesta...