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?
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.
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!