[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 • Campo Memo
Página 1 de 1

Campo Memo

Enviado: Dezembro 10th, 2012, 2:43 pm
por dmfilho
Bom dia.

Como faço para mover o conteúdo de um campo alfanumérico, tamanho 80, para um campo memo?

Daniel Montello Filho

Re: Campo Memo

Enviado: Janeiro 9th, 2013, 10:34 am
por Gilberto
Olá,
Acredito que possa fazer assim :

TabGlobal.DContaCorrente.Modifica;
TabGlobal.DContaCorrente.HISTORICO.Valor.AsString := copy(Registro, 01, 80);
TabGlobal.DContaCorrente.Salva;

Att
Gilberto