Patch level : 12.0 no patch
Files correlati : Commento : Aggiornata la get_filtered_cursor per i documenti git-svn-id: svn://10.65.10.50/branches/R_10_00@23225 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
d327a5c85f
commit
f0b2b582f7
@ -19,10 +19,10 @@
|
||||
#include "sconti.h"
|
||||
#include <occas.h>
|
||||
|
||||
TCursor& TMotore_application::get_filtered_cursor() const
|
||||
TCursor* TMotore_application::get_filtered_cursor() const
|
||||
{
|
||||
const TEdit_field& f = _msk->efield(F_NDOC);
|
||||
return *f.browse()->cursor();
|
||||
return f.browse()->cursor();
|
||||
}
|
||||
|
||||
bool TMotore_application::can_I_write(const TRelation* rel) const
|
||||
|
@ -53,7 +53,7 @@ protected:
|
||||
virtual int rewrite(const TMask& m);
|
||||
virtual bool remove();
|
||||
virtual bool has_filtered_cursor() const { return true; }
|
||||
virtual TCursor& get_filtered_cursor() const;
|
||||
virtual TCursor* get_filtered_cursor() const;
|
||||
virtual bool save_and_new() const;
|
||||
virtual bool can_I_write(const TRelation* rel) const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user