Consultor Eletrônico



Kbase P31350: How to completely blank out a decimal fill-in field.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   7/15/2003
Status: Unverified

GOAL:

How to completely blank out a decimal fill-in field.

FIX:

With decimal fields, there is currently no way to completely blank out the fill-in field using any of the many formats.

You can however use the 'blank' attribute, but you will need to enable and disable the attribute programmatically as needed.

The 'blank' attribute is used for hiding a field's value but you need to note that users can still type into the field, you just don't see the result. e.g. Like when you type in a password etc. So if you are not wanting the user to be able to type into the field then you should make the field's read-only attribute is also set.