Hi,
Why are comma's removed from a picture string?
METHOD GotFocus( hCtlLost ) CLASS TGet
::lFocused = .t.
#ifdef __XHARBOUR__
::VarGet()
#endif
if ! Empty( ::cPicture ) .and. ::type == "N"
::Picture := StrTran( ::cPicture, ",", "" )
endif
Why are comma's removed from a picture string?
METHOD GotFocus( hCtlLost ) CLASS TGet
::lFocused = .t.
#ifdef __XHARBOUR__
::VarGet()
#endif
if ! Empty( ::cPicture ) .and. ::type == "N"
::Picture := StrTran( ::cPicture, ",", "" )
endif