nuova formattazione mess errore NC come richiesto da Gian
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user