[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 4th, 2012, 12:07 pm
por dmfilho
Bom dia.

Como posso fazer para unir o conteúdo de dois campos memo em um terceiro campo memo?

Ex.:
Memo 1 : Como posso fazer para
Memo 2 : Unir o conteúdo de dois campos memo?

Memo 3 : Como posso fazer para Unir o conteúdo de dois campos memo?

Vale lembrar que o campo memo1 e o memo2 podem ter mais de uma linha cada um.

Att..

Daniel Montello Filho

Re: Campo Memo

Enviado: Dezembro 5th, 2012, 12:47 pm
por carlinhos.info
Converta os dois campos em String e depois adicione-os no terceiro campo.
Verifique se as funções para converter estão na Unit Rotinas.pas do próprio Xmaker.

Carlinhos