Patch level :10.0 722
Files correlati : Ricompilazione Demo : [ ] Commento : Tolto errore fatale nella stampa riepilogo documenti immessi. git-svn-id: svn://10.65.10.50/trunk@20408 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
cd2b60312f
commit
8495ea06e1
@ -1657,8 +1657,8 @@ void TStampaDoc_application::set_filter(TDocumento_form& frm)
|
||||
e2 = "";
|
||||
for (int k=2; k<=7; k++) // Famme vede' li stati generali... Aho' A BURINO! Che e' la Rivoluzione Francese?
|
||||
{
|
||||
const char c = riga.get(k)[0];
|
||||
if (c == '\0' || c == ' ')
|
||||
const char c = riga.get_char(k);
|
||||
if (c <= ' ')
|
||||
break; // Interrompe al primo blank...
|
||||
e2.format("(STATO==\"%c\")",c);
|
||||
// Se k vale 3 o piu' significa ke gli stati prec erano != "" no!?
|
||||
|
Loading…
x
Reference in New Issue
Block a user