Patch level : 12.0 882

Files correlati     : f9.exe f90100a.msk
Commento            : Aggiunto codice stato nello stato estrazione
This commit is contained in:
Simone Palacino 2019-10-01 17:37:11 +02:00
parent 1bd90a85fa
commit b1acf5270b
2 changed files with 2 additions and 2 deletions

View File

@ -260,7 +260,7 @@ void TMonitor_mask::fill() const
row.add(db().sq_get_date(DRD_DATADA));
row.add(db().sq_get_date(DRD_DATAA));
row.add(db().sq_get(DRD_UTENTE));
row.add(TF9_app::traduci_stato(db().sq_get(DRD_STATO)));
row.add(db().sq_get(DRD_STATO) << " - " << TF9_app::traduci_stato(db().sq_get(DRD_STATO)));
row.add(db().sq_get(DRD_DESC));
}
sf.force_update();

View File

@ -137,7 +137,7 @@ BEGIN
FLAGS "D"
END
STRING F_STATESTR 33
STRING F_STATESTR 38
BEGIN
PROMPT 1 1 ""
FLAGS "D"