2012-07-19 20:49 UTC+0200 Viktor Szakats (vszakats syenar.net)

* examples/hbapollo/dbedit.prg
    ! fix (to a source redone for Harbour)
This commit is contained in:
Viktor Szakats
2012-07-19 18:50:07 +00:00
parent 9138211bca
commit 2f86f27c61
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-07-19 20:49 UTC+0200 Viktor Szakats (vszakats syenar.net)
* examples/hbapollo/dbedit.prg
! fix (to a source redone for Harbour)
2012-07-19 14:57 UTC+0200 Viktor Szakats (harbour syenar.net)
+ examples/hbapollo
+ examples/hbapollo/*.c

View File

@@ -80,7 +80,7 @@ FUNCTION DBEDIT( nTop, nLeft, nBottom, nRight, ;
IF !Used()
RETURN .F.
ELSEIF EOF()
dbGoBottom()
sx_dbGoBottom()
ENDIF
IF ! HB_ISNUMERIC( nTop ) .OR. nTop < 0