Commit Graph

1687 Commits

Author SHA1 Message Date
Walter Negro
571c7b904a * source/rtl/tget.prg
! Fix minor bug with initial spaces in PICTURE
2002-03-25 21:43:24 +00:00
Walter Negro
acd9311599 * source/rtl/tget.prg
! Fix bug in picture "999,999.99" and "999.999,99".
     ! Fix bug in picture with initial spaces.
2002-03-25 15:31:30 +00:00
Walter Negro
3a493f9383 * source/rtl/tget.prg
* Fix ::unTransform() for numeric Get with complex Picture.
2002-03-22 14:57:38 +00:00
Walter Negro
7459e0a133 * source/rtl/checkbox.prg
* Revert static function to NO static
2002-03-20 18:53:17 +00:00
David G. Holm
8d52b93f12 See ChangeLog entry 2002-03-19 12:45 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-03-20 17:40:35 +00:00
David G. Holm
8b212bf77d See ChangeLog entry 2002-03-19 12:30 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-03-20 17:35:27 +00:00
David G. Holm
ffe896936e See ChangeLog entry 2002-03-19 11:30 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-03-20 16:26:41 +00:00
Walter Negro
19bb9ba8f6 * source/rtl/checkbox.prg
* Fix some bugs
     * Formatting indentation
2002-03-20 14:31:58 +00:00
Walter Negro
6872f5a08f * source\rtl\listbox.prg
* Formatting indentation
2002-03-20 14:30:55 +00:00
Walter Negro
dde56e7adb * source/rtl/tgetlist.prg
* Fix some bugs in the last changelog
     * Formatting indentation
2002-03-20 14:28:38 +00:00
Walter Negro
6a69db12af * source/rtl/tget.prg
* Fix bug with PICTURE "@S"
    * Fix some bugs.
    * Formatting indentation.
2002-03-20 14:27:21 +00:00
Dave Pearson
1622cd0c71 2002-03-19 11:36 UTC+0000 Dave Pearson <davep@davep.org>
* source/rtl/tbrowse.prg
    * Commented out calls to TRACELOG().
  * source/rtl/tgetlist.prg
    * Commented out calls to TRACELOG().
2002-03-19 11:39:24 +00:00
Luiz Rafael Culik
040d3f3286 See changelog 2002-03-18 12:56 UTC-0300 2002-03-18 16:00:33 +00:00
Luiz Rafael Culik
297744b44e See changelog 2002-03-18 12:16 UTC-0300
* source/rtl/listbox.org
    source/rtl/radiobtn.prg
    source/rtl/radiogpr.prg
    source/rtl/checkbox.prg
    source/rtl/tget.prg
    source/rtl/pushbtn.prg
    source/rtl/tbrowse.prg
    source/rtl/getsys.prg
    source/rtl/tgetsys.prg
    * Added the missing Clip53 Methods and Functions
    % minor fix to Clip53 classes
2002-03-18 15:23:59 +00:00
Alexander S.Kresin
f147bf2a27 2002-03-18 15:12 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-18 12:08:06 +00:00
Alexander S.Kresin
6796d6d6c2 2002-03-12 11:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-12 08:35:24 +00:00
Luiz Rafael Culik
f46098b2d2 See changelog 2002-03-10 13:25 UTC -0300 2002-03-10 18:22:54 +00:00
Alexander S.Kresin
294db64494 2002-03-07 14:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-03-07 11:45:01 +00:00
Antonio Linares
16694b68e0 Speed improvement on loading objects 2002-03-07 09:59:16 +00:00
Antonio Linares
bdae62e404 some fixes on nested arrays recovering 2002-03-05 20:25:34 +00:00
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
Antonio Linares
6b18c226f4 some fixes on hb_setFreeSetPath() 2002-03-04 21:31:40 +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
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
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
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
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
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
7bdf1f165f Bug fixed reported by Bill Smith 2002-02-10 11:07:17 +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
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
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
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
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
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
Antonio Linares
1e933fbb6b zero ended string added 2002-01-31 11:19:42 +00:00
Antonio Linares
bc0e3b385b See changelog entry for explanation 2002-01-30 08:46:05 +00:00
Antonio Linares
48aa89d98e See changelog entry 2002-01-30 08:25:54 +00:00