Patch level : 12.0 560
Files correlati : sy Commento : Tolte variabili aggiunte in precedenza e poi dimenticate, aggiunte dichiarazioni metodi, in release non compila, perchè? git-svn-id: svn://10.65.10.50/branches/R_10_00@24458 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
ece02e7c2d
commit
aa2eb6cb11
@ -196,6 +196,10 @@ protected: // TSheet
|
||||
bool in_key(const TFieldref& fr) const;
|
||||
virtual bool get_cell_colors(int row, int col, COLOR& fore, COLOR& back) const;
|
||||
|
||||
// Mai state dichiarate, in realease non compila, da controllare
|
||||
bool filter_dialog();
|
||||
bool update_dialog();
|
||||
|
||||
// @access Public Member
|
||||
public: // TSheet
|
||||
|
||||
@ -204,9 +208,6 @@ public: // TSheet
|
||||
|
||||
// @access Public Member
|
||||
public:
|
||||
// Valori per modifiche bulk
|
||||
TToken_string& get_update_val() { return _change_val; }
|
||||
void set_update_val(TToken_string val) { _change_val = val; }
|
||||
|
||||
// @cmember Ritorna il cursore
|
||||
TCursor* cursor() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user