[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 • Processo campo alfanumerico SOCORRO
Página 1 de 1

Processo campo alfanumerico SOCORRO

Enviado: Março 15th, 2012, 11:09 pm
por airamcarlos
Tenho uma tabela de nome APARTAMENTOS nele tenho um campo de nome STATUS,alfanumerico 7, tenho um processo na tabela CHECKIN que atualiza a tabela APARTAMENTOS campo STATUS, quando coloco numeros no campo (processo direto e inverso) o xmaker compila, mais quando coloco texto, tipo "Livre" Livre ou 'Livre' o xmaker não consegue compilar, alguém sabe me dizer o que esta acontencendo, pois o campo que esta recebendo o processo é alfanumerico.

Re: Processo campo alfanumerico SOCORRO

Enviado: Março 16th, 2012, 10:02 am
por Gustavo
Olá,

Experimente preencher o campo assim:

'+#39+'Livre'+#39+'

Re: Processo campo alfanumerico SOCORRO

Enviado: Março 16th, 2012, 12:47 pm
por airamcarlos
OK Gustavo, funcionou.

Obrigado.