Patch level : 10.0 555

Files correlati     : lv0.exe
Ricompilazione Demo : [ ]

Stampa elenco clienti per articolo con consegnato mese


git-svn-id: svn://10.65.10.50/trunk@19812 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2009-12-18 11:16:32 +00:00
parent af1d2958f8
commit 30bbc99058

View File

@ -104,7 +104,7 @@ protected:
public:
bool valid_cursor() { return _cursor != NULL; }
bool valid_cursor() const { return _cursor != NULL; }
virtual TCursor* cursor() const;
void set(const char* use);
virtual void requery();