![]() |
Sergey Kornilov admin 2/12/2008 |
I guess you can use BeforeAdd event and the following code: dict("Incoming_calls") = dict("Call_transactions_12AM_to_7:59_AM") + dict("Call_transactions_8AM_to_4:59_PM") + dict("Call_transactions_5PM_to_11:59_PM") |
K
|
kwilsokl author 2/12/2008 |
Hi Sergey |
J
|
Jane 2/13/2008 |
Hi, dict("Incoming_calls") = CInt(dict("Call_transactions_12AM_to_7:59_AM"))+CInt(dict("Call_transactions_8AM_to_4:59_PM"))+CInt(dict("Call_transactions_5PM_to_11:59_PM")) |
K
|
kwilsokl author 2/26/2008 |
Hi, try to use this code:
|