Consultor Eletrônico



Kbase 18270: Apptivity: QBF on formatted date fields (fields with masks)
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   24/09/1998
Apptivity: QBF on formatted date fields (fields with masks)

If you are doing a QBF on date fields that have masks/format,
you need to use one of two new methods that have been
implemented in Apptivity 2.1.0.100:

abTextField.disableMaskForQBF(boolean diableFlag)
abGridView.disableMaskForQBF(int col, boolean diableFlag)

You set these properties in the init section of the form. Setting
this property on a masked field will allow you to use the QBF modifier
on masked fields during QBF input. The methods turn off masking
in the field during the QBF input phase. This means that the user
would have to enter the correct separation characters manually
in the date value.