Commit Graph

3376 Commits

Author SHA1 Message Date
Horacio Dario Roldan Kasimatis
3e3e5efe10 2002-05-04 17:47 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* include\hbrddcdx.h
   * source\rdd\dbfcdx\dbfcdx2.h
   * source\rdd\dbfcdx\dbfcdx1.c
     + fixed support for dbSeek(last)
     + added scope support: ordScope, dbOrderInfo(..scope..),
         ordKeyCount, ordKeyNo.
     ! fixed found() flag when last record in order must be
       filtered (eg: deleted), bug reported by Lorenzo Fiorini.
     + added dummy handler for DBOI_CUSTOM.
2002-05-04 20:49:12 +00:00
Horacio Dario Roldan Kasimatis
044146cee7 2002-05-04 17:47 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source\rdd\dbcmd.c
     ! fixed return value of dbGoTo()
     + added support of 4th value of dbOrderInfo
2002-05-04 20:48:26 +00:00
Horacio Dario Roldan Kasimatis
42c4ddf4e9 2002-05-01 11:12 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/workarea.c
     ! fixed bof flags in go bottom with no valid records
2002-05-01 14:13:32 +00:00
Horacio Dario Roldan Kasimatis
ce5f15639b 2002-05-01 11:12 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/dbfcdx/dbfcdx1.c
   * source/rdd/dbfcdx/dbfcdx2.h
     ! fixed gpf reported by Lorenzo Fiorini
     + added helper function hb_cdxGoEof
     + added default tag name when not specified
2002-05-01 14:12:55 +00:00
Horacio Dario Roldan Kasimatis
11fc9043ea 2002-04-30 20:49 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/dbfcdx/dbfcdx1.c
   * source/rdd/dbfcdx/dbfcdx2.h
     ! fixed sharing flags in index creation
     ! fixed tag order after index creation
     + added function hb_cdxReorderTagList
     + added dummies handlers for DBOI_KEYADD, DBOI_KEYDELETE.
2002-05-01 00:10:49 +00:00
Alexander S.Kresin
7d2a1cc757 2002-04-30 14:02 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-04-30 09:58:11 +00:00
Alexander S.Kresin
bb8f397db3 2002-04-30 12:46 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-04-30 08:41:38 +00:00
Walter Negro
9e0e7cf909 * source/rtl/tget.prg
! Fix minor bug in PutMask( )
2002-04-30 04:06:28 +00:00
Walter Negro
84e5716e92 * source/rtl/teditor.prg
! Add support for Set Key defined Keys on Edit() and BrowseText() method
      From xHarbour by Luiz Culik
    ! Fix minor bug related with this
2002-04-30 04:00:19 +00:00
Walter Negro
0deaf110dd * source/rtl/memoedit.prg
! Add support for Set Key defined Keys.
      From xHarbour by Luiz Culik
    ! Fix minor bug related with this.
2002-04-30 03:56:21 +00:00
Alexander S.Kresin
1eb4ed2559 2002-04-29 13:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-04-29 09:36:08 +00:00
Luiz Rafael Culik
0cefd70e00 See changelog 2002-04-28 08:50 UTC-0300 2002-04-28 11:48:05 +00:00
Luiz Rafael Culik
eefc0c4c51 See changelog 2002-04-27 23:50 UTC-0300 2002-04-28 02:54:45 +00:00
Horacio Dario Roldan Kasimatis
6ad98f1cf3 2002-04-27 19:15 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* include/hbapirdd.h
   * source/rdd/dbcmd.c
     + added functions ordKeyAdd and ordKeyDel (need support from each RDD)
     ! fixed compatibility issue: ordListAdd(nil) is valid in Clipper
2002-04-27 22:28:29 +00:00
Luiz Rafael Culik
e102720fe0 See changelog 2002-04-27 17:40 UTC -0300 2002-04-27 20:40:52 +00:00
Luiz Rafael Culik
22e422f7f7 Fix by Luiz 2002-04-27 11:53:52 +00:00
Luiz Rafael Culik
c16c4438f6 See changelog 2002-04-27 00:10 UTC -0300 2002-04-27 03:22:15 +00:00
Luiz Rafael Culik
130dcaff97 See changelog 2002-04-27 00:10 UTC-0300 2002-04-27 03:05:25 +00:00
Walter Negro
88e1284142 * source/rtl/getlist.prg
! Fix bug when release last getlist
      Reported by Alexander Kresin
2002-04-26 17:05:56 +00:00
Luiz Rafael Culik
0ba79ab575 See Changelog 2002-04-25 08:10 UTC-0300 2002-04-26 11:29:59 +00:00
Alexander S.Kresin
aca05b5f54 2002-04-26 15:15 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-04-26 11:10:29 +00:00
Walter Negro
6a9dae5e5d * source/rtl/getsys.prg
! Fix, lost the reference to the current oGetList with recursive
      execution of ReadModal.
2002-04-25 13:51:13 +00:00
Horacio Dario Roldan Kasimatis
5ab681fd38 2002-04-24 09:04 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* include/hbrddcdx.h
   * source/rdd/dbfcdx/dbfcdx1.c
   * source/rdd/dbfcdx/dbfcdx1.h
   * source/rdd/dbfcdx/dbfcdx2.h
     + multiple CDXs support for:
       hb_cdxOrderListAdd, hb_cdxOrderListFocus, hb_cdxGoCold,
       hb_cdxGoHot, hb_cdxGetTagByNumber, hb_cdxGetActiveTag,
       DBOI_ORDERCOUNT, DBOI_UNIQUE, ordName, ordBagName.
     ! fixed a bug in: gotop, gobbotom, skip
     + begin of hb_cdxZap
     + added support for: DBOI_ISCOND, DBOI_ISDESC, DBOI_FILEHANDLE
     + added index locking routines
     ! fixed some structures definitions for gcc/vc/...
     ! fixed autopen bug on Linux
     ! fixed recno() while indexing
2002-04-24 12:12:01 +00:00
Horacio Dario Roldan Kasimatis
d00a2d5cdf 2002-04-24 00:42 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/workarea.c
     ! fixed bug with set relation to, found by Walter Negro.
2002-04-24 03:54:11 +00:00
Walter Negro
6381892744 * source/rtl/devoutp.prg
! More compliant with Cli**er for certain types of data.
      Now only accept character, numeric, date and logical types of data.
      Any other types of data is ignored.
2002-04-23 20:36:46 +00:00
Alexander S.Kresin
9070408ee1 2002-04-22 14:14 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-04-22 10:12:27 +00:00
Alexander S.Kresin
35665caaa2 2002-04-19 19:32 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-04-19 15:29:47 +00:00
Alexander S.Kresin
d1c9ea097f 2002-04-19 11:33 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-04-19 07:31:53 +00:00
Alexander S.Kresin
b7ccbc86e8 2002-04-18 22:56 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-04-18 18:56:11 +00:00
Alexander S.Kresin
8acb2036d8 2002-04-18 13:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-04-18 09:27:03 +00:00
Walter Negro
0c82e16f4a * source/rtl/tget.prg
! Fix bug in DeleteAll method. Change DTOC() for CTOD().

     * Bug fixed, reported by Lorenzo Fiorini.
2002-04-17 14:54:45 +00:00
Walter Negro
6d900a730a * source/rtl/teditor.prg
+ Add of calls to IdleHook and KeyboardHook for handling of special
      keys when the mode edition is not used.
2002-04-17 14:21:55 +00:00
Walter Negro
fbd4fc3e93 * source/rtl/valtype.c
! Change name of function IS_VARBYREF() to HB_ISBYREF().
2002-04-15 04:59:06 +00:00
Walter Negro
c1792f85a2 source/rtl/valtype.c
+ Add function: IS_VARBYREF( ).
       This function allows in PRGs to know if a parameter has been passed
       by value or by reference.
2002-04-14 04:47:43 +00:00
Walter Negro
6fd6174039 source/vm/itemapi.c
* subdivision of the function hb_itemUnRef() in
       hb_itemUnRef() and hb_itemUnRefOnce().
2002-04-14 04:38:53 +00:00
Alexander S.Kresin
d486330cef 2002-04-10 13:22 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-04-10 09:21:03 +00:00
Alexander S.Kresin
e3f89dfa7f 2002-04-08 21:00 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-04-08 17:01:34 +00:00
Alexander S.Kresin
2f7081b977 2002-04-08 16:15 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-04-08 12:14:02 +00:00
Ignacio Ortiz de Zuniga
6bfb00c39a 2002-03-06 18:30 UTC+0100 Ignacio Ortiz 2002-04-06 16:34:03 +00:00
Alexander S.Kresin
967db4fb16 2002-04-05 13:56 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-04-05 09:57:42 +00:00
Alexander S.Kresin
91926020ae 2002-04-04 11:17 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-04-04 07:17:36 +00:00
Alexander S.Kresin
984d594ecc 2002-04-03 21:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-04-03 17:40:17 +00:00
Jean-Francois Lefebvre
249912aaea 2002-04-02 21:12 UTC+0200 JF Lefebvre (Mafact) <jfl@mafact.com> 2002-04-02 19:16:42 +00:00
Alexander S.Kresin
ccbaac5c98 2002-04-02 21:46 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-04-02 17:47:39 +00:00
Alexander S.Kresin
080056e73b 2002-04-02 20:42 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-04-02 16:41:58 +00:00
Walter Negro
44925cd65a * source/rtl/menuto.prg
! Fix recursive executions and exit without pressing key.
       Now use local pointer and save static pointer.
     ! Fix call to HitTest
2002-04-02 04:41:53 +00:00
Luiz Rafael Culik
4fa0077e9c See changelog 2002-03-31 14:00 UTC -0300 2002-03-31 16:53:00 +00:00
Alexander S.Kresin
418678f491 2002-03-29 15:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-29 12:03:56 +00:00
Alexander S.Kresin
5da47b4d31 2002-03-29 14:17 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-29 11:12:59 +00:00
Alexander S.Kresin
d9fde5a285 2002-03-28 15:57 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-28 12:52:46 +00:00