Commit Graph

3262 Commits

Author SHA1 Message Date
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
Alexander S.Kresin
af1de815a4 2002-02-04 13:12 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-04 10:03:08 +00:00
Alexander S.Kresin
2d28466dc7 2002-02-02 11:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-02 08:39:15 +00:00
Horacio Dario Roldan Kasimatis
99e0e2fe3d 2002-01-31 08:40 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/dbf1.c
     ! fixed bug with flags in hb_dbfGoTo
2002-02-01 23:55:16 +00:00
Alexander S.Kresin
9077830c9c 2002-02-01 19:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-02-01 16:30:17 +00:00
Ignacio Ortiz de Zuniga
cc3eca0a85 2002-02-01 12:10 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-02-01 11:11:40 +00:00
Antonio Linares
89dc7f471f hb_strnicmp() fixed, now it's compatible with strnicmp() 2002-02-01 08:30:30 +00:00
Antonio Linares
a00875e1f4 some minor fixes on HB_TRACE() supplied params 2002-02-01 08:28:14 +00:00
Antonio Linares
ced32a8bd2 Some minor fixes 2002-02-01 06:42:18 +00:00
Antonio Linares
a1f818021b Faster HardCR() as it uses now hb_retclen_buffer() 2002-02-01 06:07:55 +00:00
Antonio Linares
99652c8eed Faster Upper() and Lower() as they use now hb_retclen_buffer() 2002-02-01 06:04:17 +00:00
Antonio Linares
a46a95eaf6 some minor fixes at hb_vmPushAliasedVar() 2002-02-01 05:44:52 +00:00
Antonio Linares
f7cae939f6 Some minor fixes at hb_vmPushAliasedVar() 2002-02-01 05:42:06 +00:00
Antonio Linares
7e123d7939 Bug fixed on hb_arrayReleaseGarbage() for string items 2002-01-31 16:33:11 +00:00
Ignacio Ortiz de Zuniga
c0e7385a92 2002-01-31 13:50 UTC+0100 Ignacio Ortiz <ignacio@fivetech.com> 2002-01-31 12:54:36 +00:00
Antonio Linares
2d4b1fa072 * zero ended string added 2002-01-31 11:50:24 +00:00
Horacio Dario Roldan Kasimatis
99c52b64e0 2002-01-31 08:40 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* source/rdd/dbfcdx1.c
     ! fixed bug with append and empty keys
2002-01-31 11:45:21 +00:00
Antonio Linares
1e933fbb6b zero ended string added 2002-01-31 11:19:42 +00:00
Antonio Linares
704466c3fe removed uneeded hb_itemClear() calls in hb_vmOperatorCall() and
hb_vmOperatorCallUnary()
2002-01-31 06:55:26 +00:00
Antonio Linares
fa0ea9268b See changelog for description 2002-01-30 10:46:51 +00:00