> Hi!
> 
> The maskbox mask property accepts
> 
> Sample
> 
> MaskBox.Mask = gb.date  -> to set mask to system date format (dd/mm/yy,
> dd-mm-yyy, ...)
> MaskBox.Mask = gb.currency -> to set mask to system currency using Decimal
> separator, tousands separator and country signal (E$, US$, BRZ, R$,...)
> 

This will be the job of the future ValueBox. MaskBox will keep being low-
level.

> In MaskBox When type the simbol (Ex. ".",  "," or "/") the control must by
> positioned in pos of simbol + 1
> Sample:
>    Mask = "999,999.99" (currency type)
>    If i type "." (decimal separator) the cursor position next the "." to
> type the cents.

It should do that. But maybe it's buggy...

-- 
Benoît Minisini

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to