Rimodernata interfaccia utente distinta base e risolti problemucci per DBService

git-svn-id: svn://10.65.10.50/branches/R_10_00@22784 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2013-01-25 08:39:51 +00:00
parent 11621eed74
commit 4f8cb06a5e
2 changed files with 2 additions and 16 deletions

View File

@ -7,20 +7,7 @@ BEGIN
PROMPT -14 -1 ""
END
BUTTON DLG_INFO 10 2
BEGIN
PROMPT -24 -11 ""
END
BUTTON DLG_HELP 10 2
BEGIN
PROMPT -34 -11 ""
END
BUTTON DLG_QUIT 10 2
BEGIN
PROMPT -44 -1 ""
END
#include <helpbar.h>
ENDPAGE

View File

@ -439,8 +439,7 @@ int TPlanning_mask::test_status(const TRectype& doc, int s) const
bool TPlanning_mask::test_special(const TString & num) const
{
const TRectype & rec = cache().get("%NUM", num);
const TRectype& rec = cache().get("%NUM", num);
return rec.get_bool("B9");
}