nuova formattazione mess errore NC come richiesto da Gian

This commit is contained in:
Samuele E. Locatelli
2016-08-31 09:26:05 +02:00
parent 200ddf5a6e
commit a5d90924e0
7 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -813,7 +813,7 @@ namespace GMW_data
{
// recupero riga...
DS_Applicazione.ElencoNCRow riga = (DS_Applicazione.ElencoNCRow)tab.Rows[0];
answ = string.Format("<div><b>COD NC: {0}</b>, descr: {1}</div><div style=\"font-size: 0.8em;\">{2} | {3} | {4} ({5:yyyy.MM.dd HH:mm} --> {6:yyyy.MM.dd HH:mm})</div>", riga.CodNC, riga.DescrNC, riga.TipoCart, riga.Particolare, riga.SearchNote, riga.DataFrom, riga.DataTo);
answ = string.Format("<div><b>NC: {0}</b>, {1}</div><div style=\"font-size: 0.8em;\">{2} | {3} | {4} ({5:yyyy.MM.dd HH:mm} --> {6:yyyy.MM.dd HH:mm})</div>", riga.CodNC, riga.DescrNC, riga.TipoCart, riga.Particolare, riga.SearchNote, riga.DataFrom, riga.DataTo);
}
return answ;
}