Patch level : 12.0 1090
Files correlati : ba8.exe ba8300a.msk Commento: Corretto programma editor report
This commit is contained in:
parent
f05abe3f14
commit
2a8f01f38d
@ -567,6 +567,13 @@ bool TReport_mask::save_report()
|
||||
if (ok)
|
||||
_is_dirty = false;
|
||||
}
|
||||
if (is_power_station())
|
||||
{
|
||||
DIRECTORY dir;
|
||||
|
||||
xvt_fsys_get_default_dir(&dir);
|
||||
xvt_fsys_set_dir(&dir);
|
||||
}
|
||||
return ok;
|
||||
}
|
||||
|
||||
|
@ -7,7 +7,7 @@ BEGIN
|
||||
PROMPT 1 0 ""
|
||||
RSELECT ""
|
||||
WARNING "E' necessario specificare il codice"
|
||||
CHECKTYPE REQUIRED
|
||||
// CHECKTYPE REQUIRED
|
||||
END
|
||||
|
||||
STRING F_DESCR 50 46
|
||||
|
Loading…
x
Reference in New Issue
Block a user