Aggiornato help ipertestuale e abilitata voce stampa del menu in ba3
git-svn-id: svn://10.65.10.50/trunk@935 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
0c4b6aa55f
commit
00a6c5fb61
2760
include/mask.cpp
2760
include/mask.cpp
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
// $Id: maskfld.cpp,v 1.72 1995-01-26 13:57:35 guy Exp $
|
||||
// $Id: maskfld.cpp,v 1.73 1995-01-30 13:45:59 guy Exp $
|
||||
#include <xvt.h>
|
||||
|
||||
#include <applicat.h>
|
||||
@ -808,8 +808,7 @@ bool TMask_field::on_key(KEY key)
|
||||
|
||||
TFilename hlp("prassi.hlp");
|
||||
const TString16 mod(topic.left(2));
|
||||
if (mod != "ba")
|
||||
hlp.insert(mod, 6);
|
||||
if (mod != "ba") hlp.insert(mod, 0);
|
||||
|
||||
HWND hwnd = (HWND)get_value(TASK_WIN, ATTR_NATIVE_WINDOW);
|
||||
WinHelp(hwnd, hlp, HELP_MULTIKEY, (DWORD)&mk);
|
||||
|
@ -42,7 +42,7 @@ bool Tab_application::user_create()
|
||||
|
||||
if (_tabname.empty())
|
||||
return FALSE;
|
||||
|
||||
|
||||
_tabname.upper();
|
||||
TString16 m, t(_tabname);
|
||||
|
||||
@ -60,6 +60,9 @@ bool Tab_application::user_create()
|
||||
|
||||
_rel = new TRelation(_tabname);
|
||||
set_title(_msk->get_caption());
|
||||
|
||||
TFilename rpt("batb"); rpt << t << ".rpt";
|
||||
if (fexist(rpt)) enable_menu_item(M_FILE_PRINT);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user