Commit Graph

4031 Commits

Author SHA1 Message Date
Alexander S.Kresin
8923eeb9c3 2002-03-05 11:24 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-05 08:18:26 +00:00
Horacio Dario Roldan Kasimatis
30a9218f0a 2002-03-04 11:48 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/dbfcdx/dbfcdx1.c
     ! fixed bug seek and set deleted on, reported by Lorenzo Fiorini
       also fix bug with set filter
     ! fixed bug with ordkeyno() and ordkeycount(),
       reported by Manuel Mercado Gómez
2002-03-05 02:54:37 +00:00
Antonio Linares
6b18c226f4 some fixes on hb_setFreeSetPath() 2002-03-04 21:31:40 +00:00
Alexander S.Kresin
9580374663 2002-03-04 12:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-04 09:35:12 +00:00
Brian Hays
cd904c40df 2002-03-03 17:17 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2002-03-04 01:10:13 +00:00
Luiz Rafael Culik
a5677ca99f See changelog 2002-03-03 16:20 UTC -0300 2002-03-03 19:56:18 +00:00
Alexander S.Kresin
99e4b88dd5 2002-03-03 19:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-03 16:33:36 +00:00
Alexander S.Kresin
156073172c 2002-03-03 12:26 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-03 09:25:34 +00:00
Walter Negro
8b78e21427 * METHOD GetPostValidate()
* modification to be more Clip*r compliant and behaviour.
      - eliminate call to SetFocus() when BadDate = .T., this fix makes
        that the buffer is not erased if the date is incorrect.
2002-03-02 22:42:09 +00:00
Walter Negro
6863bc0d4c * METHOD _Delete()
* modification to be more Clip*r compliant and behaviour.
      * changes in the logic of the function.
        before, the function only erased the character under the cursor.
        now it drags the other characters.
        dragging is limited by the non editable characters.
    * METHOD Insert()
     * modification to be more Clip*r compliant and behaviour.
      * changes in the logic of the function.
        now insert a character and displaces to the right the rest of
        the characters until the first non editable character.
2002-03-02 22:41:07 +00:00
Walter Negro
8ac214a931 * __objClone()
* comment this line pDstObject->item.asArray.value->puiClsTree = NULL;
     because it's redundant with arrayClone().
     see Changelog in arrays.c - hb_arrayClone()
2002-03-02 13:38:33 +00:00
Walter Negro
1ece771a4e * Fixed hb_arrayClone()
+ line 777 - pDstBaseArray->puiClsTree = NULL;
     was token from __objClone() and xHarbour.
     thanks, Ron.
2002-03-02 13:24:04 +00:00
Maurilio Longo
9282e8a8cf 2002-02-27 01:27 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
* harbour/source/rtl/tbrowse.prg
      ! fixed columns' width calc (quick and not very much tested)
2002-02-27 00:29:49 +00:00
David G. Holm
89ef9acad7 See ChangeLog entry 2002-02-26 14:15 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-02-26 19:11:47 +00:00
Alexander S.Kresin
47cb8f2514 2002-02-26 15:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-26 12:38:55 +00:00
Alexander S.Kresin
f909276eb4 2002-02-26 11:53 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-26 08:51:56 +00:00
Antonio Linares
56cc1e1285 some fixes 2002-02-24 08:34:54 +00:00
Alexander S.Kresin
c8fd2ef82b 2002-02-23 15:48 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-23 12:46:55 +00:00
Antonio Linares
b81562e2fb Fixed bug on browsing vars 2002-02-23 08:53:04 +00:00
Walter Negro
1c3e9b14ca 2002-02-21 06:00 UTC-0300 Walter Negro <anegro@overnet.com.ar>
METHOD ::ParsePict() - The change is because if ::Original it is not
          numeric, it would generate an error.

METHOD ::Undo() - Delete assignment to ::buffer because
          ::VarPut( ::Original, .t. ) makes this assignment.

METHOD ::VarPut() - Delete ::nDispLen := NIL line, because
          ::Picture() makes this assignment.
                      - Revert changes of Ignacio Ortiz because the
          problem was with ::nDispLen and not with empty cPicture.

METHOD ::Block() - Delete ::nDispLen := NIL line, because
          ::Picture() makes this assignment.

METHOD ::Picture() - Add ::nDispLen := NIL line, reset the variable.
          Only ::ParsePict() can load a value that can differ of
          nMaxLen.

METHOD ::KillFocus() - Change position of lines, hasfocus should be
          before the call to Putmask.
          This makes that in numeric fields, points or comas are not
          shown before the numbers.
2002-02-21 06:01:09 +00:00
Ignacio Ortiz de Zuniga
ba600ee2d7 2002-02-19 17:45 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-02-19 16:46:09 +00:00
Ignacio Ortiz de Zuniga
6bbcf0da2a 2002-02-19 10:40 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-02-19 09:42:01 +00:00
Antonio Linares
0c2baf425c minor fix borrowed from [x]Harbour 2002-02-19 09:20:55 +00:00
David G. Holm
20e6086910 See ChangeLog entry 2002-02-18 15:35 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-02-18 20:39:19 +00:00
Maurilio Longo
2b2bae3fa9 2002-02-18 14:01 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
* source/rtl/tbrowse.prg
     ! fixed columns footing handling
   * source/rtl/tbcolumn.prg
     ! fixed columns footing handling
2002-02-18 13:04:58 +00:00
Walter Negro
fd666ad218 * source/rtl/val.c
! hb_strVal() - Change dValue from double to long double.
       This allows that the string-number conversions are same for program
       and for compilation.
       ? ( val("1191.63") == 1191.63 ) -> TRUE
2002-02-18 03:04:00 +00:00
Walter Negro
7c82178214 2002-02-17 20:30 UTC-0300 Walter Negro <anegro@overnet.com.ar>
* source/vm/itemapi.c
     ! hb_itemStr() - Eliminated the limit of 9 decimals if not SET FIXED ON
     ! hb_itemStr() - Rounded starting from 17th less significant number.
                      This is the behavior of Clipper.
       Ex:
          Before ? str( 1191.63, 20, 15 ) -> 1191.629999999999882
          Now    ? str( 1191.63, 20, 15 ) -> 1191.630000000000000
2002-02-18 03:02:58 +00:00
Alexander S.Kresin
86f3384935 2002-02-14 20:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-14 18:02:40 +00:00
Ignacio Ortiz de Zuniga
cb0e182947 2002-02-11 12:15 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-02-11 11:15:18 +00:00
Alexander S.Kresin
8d4dacb7ea 2002-02-10 18:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-10 15:50:00 +00:00
Antonio Linares
b6f0f58e1f struct hb_struString bPcode member renamed as bStatic 2002-02-10 15:08:19 +00:00
Antonio Linares
7bdf1f165f Bug fixed reported by Bill Smith 2002-02-10 11:07:17 +00:00
Ron Pinkas
1e27261d64 2002-02-09 14:12 UTC-0800 Ron Pinkas <ron@ronpinkas.com>
* source/compiler/hbgenerr.c
    ! Fixed incorrect position of "4Suspicious operand type: \'unknown\' expected: \'%s\'".
2002-02-09 22:20:02 +00:00
Alexander S.Kresin
8ade25dfd2 2002-02-09 20:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-09 17:12:39 +00:00
Maurilio Longo
6048d11222 2002-02-09 16:04 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
* source/rtl/dbedit.prg
     ! fixed acColumns handling
2002-02-09 15:06:16 +00:00
Antonio Linares
819493412e Some MSVC required castings added 2002-02-09 10:24:47 +00:00
Antonio Linares
fdeb5f55ec hb_strUpper() call for pcode strings bug fixed 2002-02-09 10:02:03 +00:00
Alexander S.Kresin
482f6db155 2002-02-08 22:45 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-08 19:44:35 +00:00
Alexander S.Kresin
1874f5f620 2002-02-07 20:48 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-07 17:47:31 +00:00
Alexander S.Kresin
7577186014 2002-02-06 22:42 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-06 19:41:59 +00:00
Maurilio Longo
f1ff8a413d 2002-02-06 08:34 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
* source/rtl/tbrowse.prg
     ! fixed ::aRedraw handling inside ::Stabilize()
2002-02-06 07:32:25 +00:00
Maurilio Longo
de6e92e634 2002-02-05 15:13 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
* source/rtl/tbrowse.prg
     ! fixed columns width handling when there are frozen columns
     + columns' width get evaluated just before first TBrowse ::Stabilize()
     + little changes to optimize speed
   * source/rtl/tbcolumn.prg
     ! more clipper compatible (cannot set column width to nil)
2002-02-05 14:15:28 +00:00
Horacio Dario Roldan Kasimatis
4c7ae02281 2002-02-05 02:04 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar> 2002-02-05 05:08:45 +00:00
Jean-Francois Lefebvre
8da2b1390d 2002-02-04 23:10 UTC+0100 JFL (mafact) <jfl@mafact.com> 2002-02-04 22:28:55 +00:00
Horacio Dario Roldan Kasimatis
5b08a03f50 2002-02-01 08:57 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/dbf1.c
     ! fixed bof bug in hb_dbfGoTo and hb_dbfSkipRaw
2002-02-04 20:12:56 +00:00
Alexander S.Kresin
1feca68bca 2002-02-04 22:20 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-04 19:21:58 +00:00
Alexander S.Kresin
55e4c24c18 2002-02-04 20:15 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-04 17:15:39 +00:00
Ignacio Ortiz de Zuniga
b75cf4d5f9 2002-02-04 17:15 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-02-04 16:14:09 +00:00
Ignacio Ortiz de Zuniga
cb61c1420a 2002-02-04 16:45 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-02-04 15:46:14 +00:00
Ignacio Ortiz de Zuniga
eb0be876d2 2002-02-04 13:50 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-02-04 13:00:57 +00:00