INPUTMASK money Spain & Usa
Posted: Wed Dec 16, 2009 6:03 pm
Hola amigos
Planteo la siguiente pregunta:
Para presentar numericamente moneda, los decimales '.' tiene que ser ','
Solo puedo poner como mascara de NUMERIC INPUTMASK "9,999,999.99"
de esta forma el resultado seria ejemplo 1,725,457.25 € esta presentación
en España seria incorrecta pues se tiene que escribir 1.725.457,25 €
@ 340,212 TEXTBOX TEXT_1;
FIELD TEST->PRECIO_VEN ;
BACKCOLOR {180,200,255} ;
WIDTH 110 HEIGHT 19 ;
NUMERIC INPUTMASK "9,999,999.99 €"
Veo otro Post que creo que no tubo solucion
http://hmgforum.com/viewtopic.php?f=6&t ... TMASK#p283
Un saludo
Hello friends
I pose the following question:
To file numerically currency, decimals '. ' must be ','
I can only put as NUMERIC INPUTMASK mask "9,999,999.99"
this way the result would be this presentation example 1,725,457.25 €
in Spain would be incorrect since they have to write 1.725.457.25 €
@ 340.212 TextBox TEXT_1;
FIELD TEST-> PRECIO_VEN;
BACKCOLOR (180,200,255);
WIDTH 110 HEIGHT 19;
NUMERIC InputMask "9,999,999.99 €"
I see another post that I believe no solution tube
http://hmgforum.com/viewtopic.php?f=6&t ... =INPUTMASK # P283
A greeting
Mustafa
Planteo la siguiente pregunta:
Para presentar numericamente moneda, los decimales '.' tiene que ser ','
Solo puedo poner como mascara de NUMERIC INPUTMASK "9,999,999.99"
de esta forma el resultado seria ejemplo 1,725,457.25 € esta presentación
en España seria incorrecta pues se tiene que escribir 1.725.457,25 €
@ 340,212 TEXTBOX TEXT_1;
FIELD TEST->PRECIO_VEN ;
BACKCOLOR {180,200,255} ;
WIDTH 110 HEIGHT 19 ;
NUMERIC INPUTMASK "9,999,999.99 €"
Veo otro Post que creo que no tubo solucion
http://hmgforum.com/viewtopic.php?f=6&t ... TMASK#p283
Un saludo
Hello friends
I pose the following question:
To file numerically currency, decimals '. ' must be ','
I can only put as NUMERIC INPUTMASK mask "9,999,999.99"
this way the result would be this presentation example 1,725,457.25 €
in Spain would be incorrect since they have to write 1.725.457.25 €
@ 340.212 TextBox TEXT_1;
FIELD TEST-> PRECIO_VEN;
BACKCOLOR (180,200,255);
WIDTH 110 HEIGHT 19;
NUMERIC InputMask "9,999,999.99 €"
I see another post that I believe no solution tube
http://hmgforum.com/viewtopic.php?f=6&t ... =INPUTMASK # P283
A greeting
Mustafa