2004-07-17 04:14 UTC-0500 David Arturo Macias Corona <dmacias@mail.udg.mx>
* source/rtl/tget.prg
+ Added DATA CapRow and DATA CapCol values
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2004-07-17 04:14 UTC-0500 David Arturo Macias Corona <dmacias@mail.udg.mx>
|
||||
* source/rtl/tget.prg
|
||||
+ Added DATA CapRow and DATA CapCol values
|
||||
For Clipper 5.3x compatibility
|
||||
|
||||
2004-07-16 13:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
|
||||
* source/rdd/dbfntx/dbfntx1.c
|
||||
! Bug fixed in soft seek
|
||||
|
||||
@@ -102,6 +102,8 @@ CLASS Get
|
||||
DATA Message
|
||||
DATA Caption
|
||||
DATA nLastExitState
|
||||
DATA CapRow
|
||||
DATA CapCol
|
||||
#endif
|
||||
|
||||
DATA cColorSpec HIDDEN // Used only for METHOD ColorSpec
|
||||
@@ -212,6 +214,8 @@ METHOD New( nRow, nCol, bVarBlock, cVarName, cPicture, cColorSpec ) CLASS Get
|
||||
::cPicture := cPicture
|
||||
#ifdef HB_COMPAT_C53
|
||||
::Caption := ""
|
||||
::CapRow := 0
|
||||
::CapCol := 0
|
||||
#endif
|
||||
return Self
|
||||
|
||||
|
||||
Reference in New Issue
Block a user