Home » U++ Library support » U++ Library : Other (not classified elsewhere) » U++ 612-dev 3 HomeBudget run time problem
Re: U++ 612-dev 3 HomeBudget run time problem [message #7534 is a reply to message #7533] |
Thu, 04 January 2007 22:30  |
|
Ok. This is fixed now. The bug appeared because sqlite wrapper maps date into DATA_V value now (before date was treated as string)
Hot fixes. Change:
money(DT) = ScanDate(String(SQL[DT]));
to:
and
month.Add(SQL[0], ScanDate(String(SQL[1]));
to:
month.Add(SQL[0], SQL[1]);
|
|
|
Goto Forum:
Current Time: Mon Jun 23 08:05:31 CEST 2025
Total time taken to generate the page: 0.06619 seconds
|