[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 • Valor por extenso apartir de uma variavel
Página 1 de 1

Valor por extenso apartir de uma variavel

Enviado: Setembro 27th, 2013, 12:10 am
por Relbi
Ola,

Estou com um problema, utilizo a versão 4 r2 do XMaker, ja a alguns anos, e me deparei com um problema, preciso converter um valor que o usuário digitou em valor por extenso. Fiz os seguintes passos:
1. Criei um campo de entrada onde o usuário digita o valor (VALOR) de tipo N??MERO FRACIONÁRIO
2. Criei outro campo, de nome EXTENSO do tipo Alfanumérico, que recebe o valor por extenso, para posterior impressão e utilizei a seguinte Função PorExtenso(TabGlobal.DValor.VALOR.Conteudo ), na palheta Validações no ítem Pré-Validação.

Porém, durante a copilação recebo um erro com a seguinte mensagem:
Error: Incompatible types: "Boolean' and 'String'

Pergunto como resolver isto, ja troquei o tipo de variável do campo EXTENSO para numero inteiro, alfanumérico e sempre que copilo da erro, alguém pode me ajudar.
Obrigado