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:
parent
11621eed74
commit
4f8cb06a5e
@ -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
|
||||
|
||||
|
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user