T O P I C R E V I E W |
Oez |
Posted - 10/22/2002 : 10:31:26 AM How can I put formula into the "calculate column-values"-tab (form) by scipt.
I know how to calculate column-values automatically (like col(3) = col(4)+ col(5)).
But this formula won`t be shown in the columns calculation window. Where is the formula stored, when you put it by hand into the column-calculation window?
|
2 L A T E S T R E P L I E S (Newest First) |
Oez |
Posted - 11/05/2002 : 08:02:32 AM I want exactly write formula into that tab by script. For some reasons that is necessary. But, as the hotline also taled me, in the actuyl version that is not yet possible. Thank you! |
Mike Buess |
Posted - 10/22/2002 : 5:49:23 PM You can't add a formula to the Set Column Values dialog by script. You have to type it in manually. For example,
Col(C)= ------------------ exp(col(4)+col(5))
But there are many ways to ways to run custom scripts on a column... user-defined toolbar buttons or menu commands, text label buttons, etc. Perhaps if you tell us what you want to do we can suggest a solution.
Mike Buess Origin WebRing Member
Edited by - Mike Buess on 10/22/2002 5:50:23 PM |