Corretta chiamata TDate::string() con parametro ANSI.
git-svn-id: svn://10.65.10.50/trunk@5659 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
228b667b84
commit
9d8d4b5862
@ -201,7 +201,7 @@ bool TStampa_statistiche_app::menu(MENU_TAG)
|
||||
}
|
||||
|
||||
filter_expr.format("(ANSI(%d->DATADOC)>=\"%s\") && (ANSI(%d->DATADOC)<=\"%s\")",
|
||||
LF_PROVV, (const char*)date_from.string(ansi), LF_PROVV, (const char*) date_to.string(ANSI));
|
||||
LF_PROVV, (const char*)date_from.string(ANSI), LF_PROVV, (const char*) date_to.string(ANSI));
|
||||
|
||||
// Setta il filtro sul cursore (attenzione se e' ordinato per ragione sociale)
|
||||
TSorted_cursor* cur = normal_order ? cur1 : cur2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user