See changelog 2002-07-31 11:20 UTC-0300
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2002-08-30 11:20 UTC-0300 Luiz Rafael Culik <culikr@uol.com.br>
|
||||
* source/rtl/tget.prg
|
||||
! fix for DeleteAll() method when Variable is Date type Reported by Charles Kwon
|
||||
|
||||
2002-08-30 18:05 UTC-0400 David G. Holm <dholm@jsd-llc.com>
|
||||
* source/rtl/dbdelim.prg
|
||||
! Bug fix to pass cSeparator to appendtodb() instead of cDelimArg,
|
||||
|
||||
@@ -1269,6 +1269,7 @@ METHOD DeleteAll() CLASS Get
|
||||
::minus := .f.
|
||||
case ::type == "D"
|
||||
xValue := CToD( "" )
|
||||
::BadDate := .f.
|
||||
case ::type == "L"
|
||||
xValue := .f.
|
||||
endcase
|
||||
|
||||
Reference in New Issue
Block a user