Chen Kedem
2d7463fe0d
2002-02-24 09:34 UTC+0200 Chen Kedem <niki@actcom.co.il>
2002-02-24 07:34:59 +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
8dd5a9a98d
2002-02-23 09:55 UTC+0100
2002-02-23 08:55:41 +00:00
Antonio Linares
b81562e2fb
Fixed bug on browsing vars
2002-02-23 08:53:04 +00:00
Jorge Alberto Giraldo Salazar
0af75c1fbd
2002-02-21 18:10 UTC-0500 Jorge A. Giraldo <jorgeagiraldo@emtelsa.multi.net.co>
2002-02-21 23:30:09 +00:00
Jorge Alberto Giraldo Salazar
b58efc2ef8
2002-02-21 18:10 UTC+0500 Jorge A. Giraldo <jorgeagiraldo@emtelsa.multi.net.co>
2002-02-21 23:13:57 +00:00
Walter Negro
a99fd8cb46
*** empty log message ***
2002-02-21 06:04:30 +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
David G. Holm
03b19caf23
See ChangeLog entry 2002-02-20 20:10 UTC-0500 David G. Holm <dholm@jsd-llc.com>
2002-02-21 01:08:53 +00:00
Luiz Rafael Culik
f7618aa013
See changelog 2002-02-19 21:55 UTC-0300
2002-02-20 01:07:59 +00:00
Luiz Rafael Culik
8f98484414
See changelog 2002-02-19 21:55 UTC-0300
2002-02-20 00:56:02 +00:00
Ignacio Ortiz de Zuniga
34c66fdb27
*** empty log message ***
2002-02-19 16:48:04 +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
244fbfcb26
*** empty log message ***
2002-02-19 09:47:18 +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
621995e7e9
2002-02-19 10:22 UTC+0100
2002-02-19 09:24:22 +00:00
Antonio Linares
0c2baf425c
minor fix borrowed from [x]Harbour
2002-02-19 09:20:55 +00:00
Luiz Rafael Culik
4622fe0875
See changelog 2002-02-18 23:41 UTC-0300
2002-02-19 02:55:48 +00:00
Luiz Rafael Culik
a9294d6e29
See Changelog 2002-02-18 23:41 UTC-0300
2002-02-19 02:41:55 +00:00
Martin Vogel
ef4da17646
2002-02-19 00:05 UTC+0100 Martin Vogel <vogel@inttec.de>
2002-02-18 23:13:03 +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
Chen Kedem
f1158e31d6
2002-02-18 10:43 UTC+0200 Chen Kedem <niki@actcom.co.il>
2002-02-18 08:42:28 +00:00
Walter Negro
1b8b485e01
*** empty log message ***
2002-02-18 03:05:34 +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
Tomaz Zupan
4f0fbc05d4
2002-02-17 20:20 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si>
2002-02-17 19:22:02 +00:00
Jorge Alberto Giraldo Salazar
c5b20da814
2002-02-16 20:25 UTC+0500 Jorge A. Giraldo <jgiraldo@col2.telecom.com.co>
2002-02-17 04:06:09 +00:00
Jorge Alberto Giraldo Salazar
3bdac9ab54
CHANGELOG: 2002-02-16 17:00 UTC+0500 Jorge A. Giraldo <jgiraldo@col2.telecom.com.co>
2002-02-17 01:24:41 +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
80666e316a
*** empty log message ***
2002-02-11 11:16:54 +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
Antonio Linares
9594035b3a
2002-02-11 05:30 UTC+0100
2002-02-11 04:34:18 +00:00
Antonio Linares
9490164a88
some minor fixes
2002-02-11 04:33:19 +00:00
Antonio Linares
95e8413c1c
Some minor fixes
2002-02-11 04:29:58 +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
a677651a3b
2002-02-10 16:00 UTC+0100
2002-02-10 15:09:07 +00:00
Antonio Linares
b6f0f58e1f
struct hb_struString bPcode member renamed as bStatic
2002-02-10 15:08:19 +00:00
Antonio Linares
6dbdd0be52
2002-02-10 12:08 UTC+0100
2002-02-10 11:08:50 +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
114bfd8fc4
2002-02-09 11:24 UTC+0100
2002-02-09 10:25:24 +00:00
Antonio Linares
819493412e
Some MSVC required castings added
2002-02-09 10:24:47 +00:00
Antonio Linares
0c1db7e6d8
2002-02-09 11:03 UTC+0100
2002-02-09 10:03:52 +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