Subject | [IBO] Make Calculated Field modifiable |
---|---|
Author | jwharton@ibobjects.com |
Post date | 2004-02-23T17:58:44Z |
Give it the column attribute of COMPUTED and then I think you can mess around with it as your are hoping to.
Let me know how it goes.
Jason Wharton
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I want to make a calculated field to be not readonly.
I did not find a way, because it is hardcoded, that a calculated field
is allways readonly.
Problem:
Table has two fields:
amount (without vat)
vat
The form has 3 input fields:
amount (without vat)
vat (readonly)
amount (with vat) (should be editable)
The "Amount with vat" Field is a calculated Field and should be
editable. If the user change this value, the OnValidateField Event
then would change the values for "amount without vat" and "vat".
Any suggestions to solve this problem?
Thanks,
Andreas
Let me know how it goes.
Jason Wharton
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I want to make a calculated field to be not readonly.
I did not find a way, because it is hardcoded, that a calculated field
is allways readonly.
Problem:
Table has two fields:
amount (without vat)
vat
The form has 3 input fields:
amount (without vat)
vat (readonly)
amount (with vat) (should be editable)
The "Amount with vat" Field is a calculated Field and should be
editable. If the user change this value, the OnValidateField Event
then would change the values for "amount without vat" and "vat".
Any suggestions to solve this problem?
Thanks,
Andreas