Files
harbour-core/contrib/hbodbc/browse.prg
Viktor Szakats 0caff16650 2017-09-13 12:38 UTC Viktor Szakats (vszakats users.noreply.github.com)
- doc/en/hashes.txt
  - doc/en/rdddb.txt
  * .gitattributes
  * contrib/3rd/sqlite3/sqlite3.hbp
  * contrib/hbbz2/3rd/bz2/bz2.hbp
  * contrib/hbexpat/3rd/expat/expat.hbp
  * contrib/hbfimage/hbfimage.hbp
  * contrib/hbhpdf/3rd/libhpdf/libhpdf.hbp
  * contrib/hblzf/3rd/liblzf/lzf.hbp
  * contrib/hbmxml/3rd/minixml/mxml.hbp
  * contrib/hbmzip/3rd/minizip/minizip.hbp
  * contrib/hbodbc/hbodbc.hbp
  * contrib/hbtinymt/3rd/tinymt/tinymt.hbp
  * contrib/hbxdiff/3rd/libxdiff/xdiff.hbp
  * contrib/sddsqlt3/tests/test.prg
  * ChangeLog.txt
  * doc/Makefile
  * doc/oldnews.txt
  * extras/ps32/readme.txt
  * extras/superlib/readme.txt
  * src/3rd/jpeg/Makefile
  * src/3rd/pcre/Makefile
  * src/3rd/png/Makefile
  * src/3rd/tiff/Makefile
  * src/3rd/zlib/Makefile
  + contrib/hbsms/DEPRECATED.txt
  + contrib/hbtpathy/DEPRECATED.txt
  + contrib/xhb/WARNING.txt
  * contrib/3rd/sqlite3/sqlite3.dif -> contrib/3rd/sqlite3/sqlite3.diff
  * contrib/hbbz2/3rd/bz2/bz2.dif -> contrib/hbbz2/3rd/bz2/bz2.diff
  * contrib/hbexpat/3rd/expat/expat.dif -> contrib/hbexpat/3rd/expat/expat.diff
  * contrib/hbhpdf/3rd/libhpdf/libhpdf.dif -> contrib/hbhpdf/3rd/libhpdf/libhpdf.diff
  * contrib/hblzf/3rd/liblzf/liblzf.dif -> contrib/hblzf/3rd/liblzf/liblzf.diff
  * contrib/hbmxml/3rd/minixml/minixml.dif -> contrib/hbmxml/3rd/minixml/minixml.diff
  * contrib/hbmzip/3rd/minizip/minizip.dif -> contrib/hbmzip/3rd/minizip/minizip.diff
  * contrib/hbtinymt/3rd/tinymt/tinymt.dif -> contrib/hbtinymt/3rd/tinymt/tinymt.diff
  * contrib/hbxdiff/3rd/libxdiff/libxdiff.dif -> contrib/hbxdiff/3rd/libxdiff/xdiff.diff
  * contrib/sddsqlt3/tests/test.sq3 -> contrib/sddsqlt3/tests/test.sqlite3
  * extras/dbu/dbu52.dif -> extras/dbu/dbu52.patch
  * extras/dbu/dbu53.dif -> extras/dbu/dbu53.patch
  * extras/ps32/ps32.dif -> extras/ps32/ps32.patch
  * extras/rl/rl.dif -> extras/rl/rl.patch
  * extras/superlib/superlib.dif -> extras/superlib/superlib.patch
  * extras/template/readme.txt -> extras/template/README.md
  * src/3rd/hbdossrl/README -> src/3rd/hbdossrl/README.txt
  * src/3rd/jpeg/jpeg.dif -> src/3rd/jpeg/jpeg.diff
  * src/3rd/pcre/pcre.dif -> src/3rd/pcre/pcre.diff
  * src/3rd/png/png.dif -> src/3rd/png/png.diff
  * src/3rd/tiff/tiff.dif -> src/3rd/tiff/tiff.diff
  * src/3rd/zlib/zlib.dif -> src/3rd/zlib/zlib.diff
  * tests/hbpptest/_pp_test.prg -> tests/hbpp/_pp_test.prg
  * tests/hbpptest/compare.hb -> tests/hbpp/compare.hb
  * tests/hbpptest/hbpptest.hbp -> tests/hbpp/hbpptest.hbp
  * tests/hbpptest/hbpptest.prg -> tests/hbpp/hbpptest.prg
  * tests/tflock.prg -> tests/flock.prg
  * contrib/hbfimage/fi_wrp.c -> contrib/hbfimage/core.c
  * contrib/hbodbc/browodbc.prg -> contrib/hbodbc/browse.prg
  * doc/cmdline.txt -> doc/cmdline.md
  * extras/dbu/readme.txt -> extras/dbu/README.md
  * extras/rl/readme.txt -> extras/rl/README.md
    * some file renames synced with 3.4 fork, plus the content of
      some of them. Some new text files added as well.
      Note, 3rd party code rediffing won't work anymore on 8.3
      filesystems.
2017-09-13 12:39:48 +00:00

240 lines
6.8 KiB
Plaintext

/*
* Browse() for ODBC data
*
* Copyright 1999 Antonio Linares <alinares@fivetech.com> for code derived from browse.prg
* Copyright 1999-2001 Viktor Szakats (vszakats.net/harbour) for original FieldBlock function
* Copyright 1999 Paul Tucker <ptucker@sympatico.ca> for original Skipped function
* Copyright 2002 Tomaz Zupan <tomaz.zupan@orpo.si> modifications for ODBC
* This code is mostly derived work from Harbour RTL browse.prg, browdb.prg.
* and fieldbl.prg. Only minor changes were needed to adapt them to ODBC.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file LICENSE.txt. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301 USA (or visit https://www.gnu.org/licenses/).
*
* As a special exception, the Harbour Project gives permission for
* additional uses of the text contained in its release of Harbour.
*
* The exception is that, if you link the Harbour libraries with other
* files to produce an executable, this does not by itself cause the
* resulting executable to be covered by the GNU General Public License.
* Your use of that executable is in no way restricted on account of
* linking the Harbour library code into it.
*
* This exception does not however invalidate any other reasons why
* the executable file might be covered by the GNU General Public License.
*
* This exception applies only to the code released by the Harbour
* Project under the name Harbour. If you copy code from other
* Harbour Project or Free Software Foundation releases into a copy of
* Harbour, as the General Public License permits, the exception does
* not apply to the code that you add in this way. To avoid misleading
* anyone as to the status of such modified files, you must delete
* this exception notice from them.
*
* If you write modifications of your own for Harbour, it is your choice
* whether to permit this exception to apply to your modifications.
* If you do not wish that, delete this exception notice.
*
*/
#include "box.ch"
#include "inkey.ch"
#include "setcurs.ch"
FUNCTION BrowseODBC( nTop, nLeft, nBottom, nRight, oDataSource )
LOCAL oBrw
LOCAL cOldScreen
LOCAL n, nOldCursor
LOCAL nKey := 0
LOCAL lExit := .F.
LOCAL bAction
LOCAL oColumn
// TODO: Check if datasource is open
// IF ! Used()
// RETURN .F.
// ENDIF
IF PCount() < 4
nTop := 1
nLeft := 0
nBottom := MaxRow()
nRight := MaxCol()
ENDIF
nOldCursor := SetCursor( SC_NONE )
cOldScreen := SaveScreen( nTop, nLeft, nBottom, nRight )
hb_DispBox( nTop, nLeft, nBottom, nRight, HB_B_SINGLE_UNI )
hb_DispOutAt( nTop + 1, nLeft + 1, Space( nRight - nLeft - 1 ) )
oBrw := TBrowseNew( nTop + 2, nLeft + 1, nBottom - 1, nRight - 1 )
oBrw:SkipBlock := {| nRecs | Skipped( nRecs, oDataSource ) }
oBrw:GoTopBlock := {|| oDataSource:first() }
oBrw:GoBottomBlock := {|| oDataSource:last() }
oBrw:HeadSep := "-"
// TODO: Find out number of columns in ODBC result set, up to then you have to add columns by hand
FOR n := 1 TO Len( oDataSource:Fields )
oColumn := TBColumn():New( oDataSource:Fields[ n ]:FieldName, ODBCFget( oDataSource:Fields[ n ]:FieldName, oDataSource ) )
oBrw:AddColumn( oColumn )
NEXT
oBrw:Configure()
oBrw:ForceStable()
DO WHILE ! lExit
DO WHILE .T.
nKey := Inkey()
IF oBrw:stabilize() .OR. nKey != 0
EXIT
ENDIF
ENDDO
IF nKey == 0
oBrw:forceStable()
Statline( oBrw, oDataSource )
nKey := Inkey( 0 )
IF ( bAction := SetKey( nKey ) ) != NIL
Eval( bAction, ProcName( 1 ), ProcLine( 1 ), "" )
LOOP
ENDIF
ENDIF
DO CASE
CASE nKey == K_ESC
lExit := .T.
CASE nKey == K_UP
oBrw:Up()
CASE nKey == K_DOWN
oBrw:Down()
CASE nKey == K_END
oBrw:End()
CASE nKey == K_HOME
oBrw:Home()
CASE nKey == K_LEFT
oBrw:Left()
CASE nKey == K_RIGHT
oBrw:Right()
CASE nKey == K_PGUP
oBrw:PageUp()
CASE nKey == K_PGDN
oBrw:PageDown()
CASE nKey == K_CTRL_PGUP
oBrw:GoTop()
CASE nKey == K_CTRL_PGDN
oBrw:GoBottom()
CASE nKey == K_CTRL_LEFT
oBrw:panLeft()
CASE nKey == K_CTRL_RIGHT
oBrw:panRight()
CASE nKey == K_CTRL_HOME
oBrw:panHome()
CASE nKey == K_CTRL_END
oBrw:panEnd()
ENDCASE
ENDDO
RestScreen( nTop, nLeft, nBottom, nRight, cOldScreen )
SetCursor( nOldCursor )
RETURN .T.
STATIC PROCEDURE StatLine( oBrw, oDataSource )
LOCAL nTop := oBrw:nTop - 1
LOCAL nRight := oBrw:nRight
hb_DispOutAt( nTop, nRight - 27, "Record " )
IF oDataSource:LastRec() == 0
hb_DispOutAt( nTop, nRight - 20, "<none> " )
ELSEIF oDataSource:RecNo() == oDataSource:LastRec() + 1
hb_DispOutAt( nTop, nRight - 40, " " )
hb_DispOutAt( nTop, nRight - 20, " <new>" )
ELSE
hb_DispOutAt( nTop, nRight - 20, PadR( hb_ntos( oDataSource:RecNo() ) + "/" + ;
hb_ntos( oDataSource:LastRec() ), 16 ) + ;
iif( oBrw:hitTop, "<bof>", " " ) + ;
iif( oBrw:hitBottom, "<eof>", " " ) )
ENDIF
RETURN
STATIC FUNCTION Skipped( nRecs, oDataSource )
LOCAL nSkipped := 0
IF ! oDataSource:Eof()
DO CASE
CASE nRecs == 0
// ODBC doesn't have Skip( 0 )
CASE nRecs > 0
DO WHILE nSkipped < nRecs
IF ! oDataSource:Eof()
oDataSource:next()
IF oDataSource:Eof()
oDataSource:prior()
EXIT
ENDIF
nSkipped++
ENDIF
ENDDO
CASE nRecs < 0
DO WHILE nSkipped > nRecs
IF ! oDataSource:Bof()
oDataSource:prior()
IF oDataSource:Bof()
EXIT
ENDIF
nSkipped--
ENDIF
ENDDO
ENDCASE
ENDIF
RETURN nSkipped
STATIC FUNCTION ODBCFGet( cFieldName, oDataSource )
IF HB_ISSTRING( cFieldName )
// For changing value rather write a decent SQL statement
RETURN {| x | iif( x == NIL, oDataSource:FieldByName( cFieldName ):value, NIL ) }
ENDIF
RETURN NIL