StringGadget() Flags
Posted: Tue May 02, 2006 3:52 pm
Currently, these are supported which is great:
#PB_String_Numeric
#PB_String_Password
#PB_String_ReadOnly
#PB_String_LowerCase
#PB_String_UpperCase
#PB_String_BorderLess
It would be exceptionally useful if these could be added for PB4:
#PB_String_Float = 123456.78 or -123456.78
#PB_String_Amount = 123,456.78 or -123456.78
#PB_String_Currency = X123,456.78 (where X is $, £, € or Y)
#PB_String_DDMMYYYY = 01/12/2066
#PB_String_DDMMYY = 01/12/66
#PB_String_YYYYMMDD = 2066/12/01
#PB_String_YYMMDD = 66/12/01
#PB_String_HHMM24 = 23:59
#PB_String_Numeric
#PB_String_Password
#PB_String_ReadOnly
#PB_String_LowerCase
#PB_String_UpperCase
#PB_String_BorderLess
It would be exceptionally useful if these could be added for PB4:
#PB_String_Float = 123456.78 or -123456.78
#PB_String_Amount = 123,456.78 or -123456.78
#PB_String_Currency = X123,456.78 (where X is $, £, € or Y)
#PB_String_DDMMYYYY = 01/12/2066
#PB_String_DDMMYY = 01/12/66
#PB_String_YYYYMMDD = 2066/12/01
#PB_String_YYMMDD = 66/12/01
#PB_String_HHMM24 = 23:59