From b09ed289b5ffea1d79dc4a4c940ef373091b9cda Mon Sep 17 00:00:00 2001 From: luca Date: Wed, 11 Nov 2009 10:07:28 +0000 Subject: [PATCH] Patch level :10.0 Files correlati : Ricompilazione Demo : [ ] Commento :riprodotto un commit mancante git-svn-id: svn://10.65.10.50/trunk@19604 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/velib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ve/velib.h b/ve/velib.h index ffc25766b..4e85fa4bc 100755 --- a/ve/velib.h +++ b/ve/velib.h @@ -744,6 +744,7 @@ public: virtual TRectype & operator =(const char * r); virtual void zero(const char * fieldname); virtual void zero(char c = '\0') { TMultiple_rectype::zero(c); } + void sort_rows(const char * key); int physical_rows() const { return body().rows(); } int rows() const { return physical_rows() + ((_sconto != NULL) ? 1 : 0) + ((_esenzione != NULL) ? 1 : 0); }