Subject | Re: [IBO] Editable CalculatedField |
---|---|
Author | Lucas Franzen |
Post date | 2000-11-16T23:39:03Z |
Guido,
susta@... schrieb:
And it doesn't make sense (at least to me).
If you define a calculated field C as A * B and you change the value of
c, what do you expect to be A and B then ...
If you're trying to achieve sth. like this:
A = diameter of a circle
B = pi (=constant!)
C = circumference
and you want to adjust the diameter according to changes of the
circumference than you've got a diffenrent case this could be done by
NOT calculating by a calculated field but by your own object, since
there's no need to save C then ....
Luc.
susta@... schrieb:
>you can't.
> Is it possible to make a CalculatedField Editable ?
And it doesn't make sense (at least to me).
If you define a calculated field C as A * B and you change the value of
c, what do you expect to be A and B then ...
If you're trying to achieve sth. like this:
A = diameter of a circle
B = pi (=constant!)
C = circumference
and you want to adjust the diameter according to changes of the
circumference than you've got a diffenrent case this could be done by
NOT calculating by a calculated field but by your own object, since
there's no need to save C then ....
Luc.