@@36 List box value field calculation
Syntax
@@36;<Value Field>;<Field ID>;<Calculation Function>;
Example
#20;1;-1;-2;-3;01;00;79;
.
.
@@36;1;1;SUM;
@@36;2;1;SUMS;
@@36;3;1;MIN;
@@36;4;1;MINS;
@@36;5;1;MAX;
@@36;6;1;MAXS;
@@36;7;0;CNT;
@@36;8;0;CNTS;
@@36;9;1;AVG;
@@36;10;1;AVGS;
Dummy fields are placed to show the results:
.
.
_SUM<`_______.&>____SUMS<`_______.&>
_MIN<`_______.&>____MINS<`_______.&>
_MAX<`_______.&>____MAXS<`_______.&>
_CNT<`_______.&>____CNTS<`_______.&>
_AVG<`_______.&>____AVGS<`_______.&>
Calculation results are shown after the entire list box is full. When you select a calculation (such as SUMS, MINS, MAXS, AVGS and CNTS), the results of this calculation does not appear until the panel is updated.
If you use the list box attribute W and @@14, you can see the results immediately after each calculation is specified. There is a brief pause, the main panel is displayed again and the information pertaining to the calculation is updated and presented.
The W function must be included in the @@27. The W acts as a reminder that if the @@14 function is defined, it has to be executed each time a selection is made in the list box.