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:
parent
ba459bb440
commit
927316c2bf
@ -143,8 +143,8 @@ public:
|
||||
virtual TCursor* cursor() const;
|
||||
void freeze(bool on = true) const { return cursor()->freeze(on); }
|
||||
void unfreeze() const { return cursor()->freeze(false); }
|
||||
bool frozen(bool on = true) const { return cursor()->frozen(); }
|
||||
bool not_frozen(bool on = true) const { return cursor()->not_frozen(); }
|
||||
bool frozen() const { return cursor()->frozen(); }
|
||||
bool not_frozen() const { return cursor()->not_frozen(); }
|
||||
void set(const char* use);
|
||||
virtual void requery();
|
||||
virtual TRecnotype items() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user