Subject | Change a readonly field i TIB_Query temporary |
---|---|
Author | Jörg Schiemann |
Post date | 2000-12-22T23:19:19Z |
Hi,
I've a grid with only one field the user can change.
If the user change the field and then clicks a button a function changes two
other fields.
But because they are readonly they doesn't change.
I tried
"qryAuftragMaterial.FieldsReadOnly.Add('MENGE_GESAMT_GELIEFERT=FALSE');" but
that doesn't work.
The only mehod which is working is
"qryAuftragMaterial.FieldsReadOnly.Clear;"
But then all fields are changable.
Can anybody tell me the right way?
Merry Christmas to all of you and a happy new year!
Jörg Schiemann
I've a grid with only one field the user can change.
If the user change the field and then clicks a button a function changes two
other fields.
But because they are readonly they doesn't change.
I tried
"qryAuftragMaterial.FieldsReadOnly.Add('MENGE_GESAMT_GELIEFERT=FALSE');" but
that doesn't work.
The only mehod which is working is
"qryAuftragMaterial.FieldsReadOnly.Clear;"
But then all fields are changable.
Can anybody tell me the right way?
Merry Christmas to all of you and a happy new year!
Jörg Schiemann