Corretti errori che impedivano compilazione!
git-svn-id: svn://10.65.10.50/trunk@1358 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
3e2309ae48
commit
efc23f963c
@ -7,8 +7,7 @@
|
|||||||
|
|
||||||
// @doc EXTERNAL
|
// @doc EXTERNAL
|
||||||
//
|
//
|
||||||
// @class THash_object | Classe per la definizione degli elementi di una tabella
|
// @class THash_object | Classe per la definizione degli elementi di una tabella hash.
|
||||||
hash. Ha come classe friend la classe <c TAssoc_array>
|
|
||||||
//
|
//
|
||||||
// @base public | TObject
|
// @base public | TObject
|
||||||
class THash_object : public TObject
|
class THash_object : public TObject
|
||||||
|
1162
include/maskfld.h
1162
include/maskfld.h
File diff suppressed because it is too large
Load Diff
@ -560,13 +560,13 @@ TPrintrow & TPrintrow::put(const char *str, int position, int len)
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 'B':
|
case 'B':
|
||||||
_currentstyle |= boldstyle;
|
_currentstyle = boldstyle;
|
||||||
break;
|
break;
|
||||||
case 'I':
|
case 'I':
|
||||||
_currentstyle |= italicstyle;
|
_currentstyle = italicstyle;
|
||||||
break;
|
break;
|
||||||
case 'U':
|
case 'U':
|
||||||
_currentstyle |= underlinedstyle;
|
_currentstyle = underlinedstyle;
|
||||||
break;
|
break;
|
||||||
case 'R':
|
case 'R':
|
||||||
_currentstyle = normalstyle;
|
_currentstyle = normalstyle;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// $Id: relapp.cpp,v 1.55 1995-05-10 08:57:48 alex Exp $
|
// $Id: relapp.cpp,v 1.56 1995-05-10 16:12:51 guy Exp $
|
||||||
#include <mailbox.h>
|
#include <mailbox.h>
|
||||||
#include <sheet.h>
|
#include <sheet.h>
|
||||||
#include <urldefid.h>
|
#include <urldefid.h>
|
||||||
@ -654,11 +654,10 @@ bool TRelation_application::save(bool check_dirty)
|
|||||||
if (!changed)
|
if (!changed)
|
||||||
{
|
{
|
||||||
_mask->disable_starting_check();
|
_mask->disable_starting_check();
|
||||||
enable_query(); // Abilita chiave 1 per rinumerazione manuale
|
enable_query(); // Abilita chiave 1 per rinumerazione manuale
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
changed_key = TRUE;
|
changed_key = TRUE;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
changed = FALSE;
|
changed = FALSE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user