[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 • update failed
Página 1 de 1

update failed

Enviado: Janeiro 14th, 2013, 10:20 pm
por dmfilho
boa noite a todos.

Desenvolvi a rotina abaixo e está dando o seguinte problema: 'update failed'

procedure TFormFrm_ExpArqUnive.ZeraQuantidades;
begin
TabGlobal.DTmp_001.Abrir;

TabGlobal.DTmp_001.First;
while not TabGlobal.DTmp_001.Eof do
begin
Tabglobal.DTmp_001.Modifica;
TabGlobal.DTmp_001.Quantidade.Conteudo := 0;
Tabglobal.DTmp_001.Salva;

TabGlobal.DTmp_001.Next;
end;

TabGlobal.DTmp_001.Close;
end;

Se alguém puder me ajudar ficarei muito grato.

Att.

Daniel Montello Filho