28 Sep
2001
28 Sep
'01
8:34 a.m.
On Fri, Sep 28, 2001 at 11:42:27AM +0800, ╩ф╤╛ wrote:
my Sort is : sort="getId/desc" but error show: Error Type: KeyError Error Value: desc how set sort to desc?
If you use asc/desc you must pass a comparison function. If you have no special comparison function - use cmp: sort="getId/cmp/desc" Oleg. ---- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.