Patch level : 12.0 nopatch

Files correlati     : 

Corretto test nella requery

git-svn-id: svn://10.65.10.50/branches/R_10_00@23489 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
bonazzi 2017-01-04 16:31:28 +00:00
parent ba459bb440
commit 927316c2bf

View File

@ -143,8 +143,8 @@ public:
virtual TCursor* cursor() const; virtual TCursor* cursor() const;
void freeze(bool on = true) const { return cursor()->freeze(on); } void freeze(bool on = true) const { return cursor()->freeze(on); }
void unfreeze() const { return cursor()->freeze(false); } void unfreeze() const { return cursor()->freeze(false); }
bool frozen(bool on = true) const { return cursor()->frozen(); } bool frozen() const { return cursor()->frozen(); }
bool not_frozen(bool on = true) const { return cursor()->not_frozen(); } bool not_frozen() const { return cursor()->not_frozen(); }
void set(const char* use); void set(const char* use);
virtual void requery(); virtual void requery();
virtual TRecnotype items() const; virtual TRecnotype items() const;