Commit Graph

5495 Commits

Author SHA1 Message Date
Walter Negro
30ae258cd9 2002-07-01 02:10 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-07-01 05:03:48 +00:00
Walter Negro
6a9ddd0971 * source/rtl/tget.prg
+ Add two protected methods. FirstEditable() and LastEditable().
      Several change for use this methods.

    ! Fix in ParsePict method
      * @D function, overwrite the mask for SET DATE FORMAT
      * @S without lenght parameter or @S0, they don't have effect.

    ! Fix in Untransform method
      * if ::lEdit is false, return ::VarGet() without evaluate
        the buffer contained.
      * Better detection of a negative, minimizing false detections.
      * Improvement in the handling of mask.
      * More compliant in @D, @E, @X, @C, @(, @) functions.
      * In compliant with Clipper, the lenght of number (internal lenght)
        corresponds to the applied picture.
      ! Bug in conversion with date types and with @E function.

    ! Fix in Overstrike and Insert method
      * First it is evaluated if the input character is valid, before
        cleaning the var.

    ! Fix in Input method
      * The minus sign can be writed in any place.
      * Now work with '$' and '*' templates in numeric gets.

    ! Fix in PutMask method
      * More compliant in the handling of some get functions.
      * When edit a get with @B, the number is editing right-justified.

    ! Fix in Backspace method
      * Permit delete a '(' symbol in a non-editable position, when
        this symbol represent a negative number.

    ! Fix in Delete method
      ! When delete a negative symbol '(' or '-', turn the ::minus tu false

    ! Fix in IsBadDate function
      ! Evaluate crrectly a date with @E function.
2002-07-01 05:00:20 +00:00
Walter Negro
d37e409618 * source/rtl/tgetlist.prg
* Detection of modification with direct access to the var get in
      preval, postval and setkey functions.

      Point of control: GetPreValidate(), GetPostValidate(),
                        GUIGetPreValidate(), GUIGetPostValidate(),
                        GetDoSetKey().
2002-07-01 04:34:20 +00:00
Walter Negro
86564e8a2f * source/rtl/transfrm.c
+ Add @) template.

    ! Fix @D with numeric expressions.

    ! Fix bug with @D in string expressions.
      eg: Transform( "1", "@D" )
      This example generate an GPF or strange memory errors.

    ! Better support for mask with initial comma, period or space.

    ! Better support for later mask.

    ! Replace comma, period or the correspondient space with an '*'
      when previous character is '*' too.
      eg: Transform( 99999, "9.999" ) -> Before: "* ***" Now: "*****"
          Transform(    99, "*.***" ) -> Before: "* *99" Now: "***99"
2002-07-01 04:31:04 +00:00
Alexander S.Kresin
d37b82f57a 2002-06-28 10:43 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-06-28 06:33:29 +00:00
David G. Holm
d1717ce5d1 See ChangeLog entry 2002-06-27 15:25 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2002-06-27 19:25:32 +00:00
Alexander S.Kresin
7656deb731 2002-06-27 22:30 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-06-27 18:25:19 +00:00
David G. Holm
6d09d81ca2 See ChangeLog entry 2002-06-26 19:20 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2002-06-26 23:19:39 +00:00
Ignacio Ortiz de Zuniga
9db8a528c6 *** empty log message *** 2002-06-26 16:41:34 +00:00
Ignacio Ortiz de Zuniga
3e78954408 2002-06-22 18:41 UTC+0100 Ignacio Ortiz <ignacio@ozs.com> 2002-06-26 16:39:32 +00:00
David G. Holm
a89626e487 See ChangeLog entry 2002-06-24 16:00 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2002-06-24 19:58:23 +00:00
Ignacio Ortiz de Zuniga
666ef24d23 *** empty log message *** 2002-06-24 10:42:10 +00:00
Ignacio Ortiz de Zuniga
8ff8431f74 2002-06-24 12:35 UTC+0100 Ignacio Ortiz <ignacio@ozs.com> 2002-06-24 10:36:17 +00:00
Walter Negro
c5fa6ef641 2002-06-23 00:50 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-06-23 03:50:33 +00:00
Walter Negro
88a869f7f8 * contrib/hbzlib/zip.c
! Reformating of indentation and eliminating of Tabs simbol
2002-06-23 03:46:39 +00:00
Walter Negro
de2c95df12 * contrib/hbzlib/zlibapi1.c
! Reformating of indentation and eliminating of Tabs simbol
    * Change call to hb_fsSetDevRaw() for hb_fsSetDevMode()
2002-06-23 03:45:19 +00:00
Walter Negro
17777e1bf4 * contrib/hbzlib/zipfile2.c
! Reformating of indentation and eliminating of Tabs simbol
2002-06-23 03:41:58 +00:00
Walter Negro
2fbbbefd5d * contrib/hbzlib/strcomp.c
! Fixed eliminated warning in declaration of var: const char
    ! Change of hb_retc() + hb_xfree() for hb_retclen_buffer()
2002-06-23 03:39:50 +00:00
Walter Negro
03a25523f2 * contrib\hbzlib\Makefile
+ Initial Makefile for gnu compilers
2002-06-23 03:36:54 +00:00
Alexander S.Kresin
1bc2fc0ce2 2002-06-22 20:25 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-06-22 16:20:33 +00:00
Walter Negro
cab1ef24fe 2002-06-21 17:15 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-06-21 20:16:22 +00:00
Walter Negro
2cc00f1f69 * source\rtl\tgetlist.prg
+ Add #include tbrowse.ch for TBrowse defines
2002-06-21 20:13:58 +00:00
Walter Negro
507baf5abf * include\button.ch
- Delete defines defined in TBrowse.ch
2002-06-21 20:12:14 +00:00
Walter Negro
dd3e7b0f55 2002-06-21 17:00 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-06-21 20:02:00 +00:00
Walter Negro
b747c30bdd * include\tbrowse.ch
+ Defines for TBrowse and TBColumn Classes
2002-06-21 19:54:46 +00:00
Walter Negro
7668ffeece * source\rtl\tbcolumn.prg
+ Initial support for SetStyle method, compatible with
      Clipper 5.3.
      See tbrowse.ch for support values.
2002-06-21 19:47:58 +00:00
Walter Negro
e9615e3891 * source/rtl/tbrowse.prg
+ Initial support for SetStyle method, compatible with
      Clipper 5.3.
      See tbrowse.ch for support values.
2002-06-21 19:42:15 +00:00
Walter Negro
cad3aee23d 2002-06-21 15:50 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-06-21 18:49:41 +00:00
Walter Negro
e1c51ed9aa * source/rtl/teditor.prg
! Fix call to SET() without setting values.
      METHOD InsertState()
2002-06-21 18:47:12 +00:00
Walter Negro
a68152920f * source/rtl/tgetlist.prg
! Fix call to SET() without setting values.
      METHOD ReadExit()
2002-06-21 14:53:28 +00:00
Walter Negro
2cdf886666 * source\rtl\getsys.prg
! Fix call to SET() without setting values.
      ReadExit() and ReadInsert()
2002-06-21 14:51:20 +00:00
Ignacio Ortiz de Zuniga
30ea765971 *** empty log message *** 2002-06-20 12:37:06 +00:00
Ignacio Ortiz de Zuniga
6077e98328 20020620-14:28 GMT+1 Ignacio Ortiz <ignacio@fivetech.com> 2002-06-20 12:27:51 +00:00
Dave Pearson
dc1d075abf 2002-06-19 17:14 UTC+0100 Dave Pearson <davep@davep.org>
* doc/en/compiler.txt
    - Removed /10 switch.
2002-06-19 16:16:58 +00:00
Phil Barnett
c032132a68 2002-06-16 12:09 UTC-5 Phil Barnett <philb@philb.us> 2002-06-16 16:41:12 +00:00
Walter Negro
cd5bfc9f44 2002-06-15 13:04 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-06-15 16:02:45 +00:00
Walter Negro
7295e200f5 * source/vm/hvm.c
! Fixed support for FOR_NEXT with STEP 0
2002-06-15 16:00:00 +00:00
Luiz Rafael Culik
351aed1c85 *** empty log message *** 2002-06-15 12:15:36 +00:00
Walter Negro
da22baf1ef 2002-06-14 14:52 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-06-14 19:00:54 +00:00
Walter Negro
854d5f63bd * source/rtl/getsys.prg
! Fix RETURN in Accelerator() and HitTest() functions.
2002-06-14 17:52:39 +00:00
Walter Negro
07de0bf9e6 2002-06-14 13:49 UTC-0300 Walter Negro <anegro@overnet.com.ar> 2002-06-14 17:09:18 +00:00
Walter Negro
5dd77773d8 * source/rtl/tgetlist.prg
! Change __GetListActive() for __GetListLast() for support to
      Update() and ReadUpdate().
2002-06-14 16:46:10 +00:00
Walter Negro
1ae34daf65 * source/rtl/tget.prg
+ Add support for SET DELIMITERS
2002-06-14 16:44:59 +00:00
Walter Negro
de1a479a0d * source/rtl/getsys.prg
! Fixed compatibility functions Update() and ReadUpdate().
      Now use __GetListLast() instead of __GetListActive().
      __GetListActive() reference to the active oGetList, beginning and
      concluding with the ReadModal.
      __GetListLast() reference to the last oGetList form the beginning
      of the ReadModal until another ReadModal begins.
    ! Fix bug in Accelerator(), Clipper 5.3 compatibility function.
    * Some cleanup.
2002-06-14 16:40:37 +00:00
Walter Negro
f028d5bd1e * source/rtl/getlist.prg
+ Add __GetListLast() for support to the compatibility functions
      Update() and ReadUpdate()
2002-06-14 16:36:51 +00:00
Alexander S.Kresin
be9855b1c8 2002-06-14 20:25 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-06-14 16:24:18 +00:00
Alexander S.Kresin
5c961babb7 2002-06-14 14:18 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-06-14 10:12:04 +00:00
Alexander S.Kresin
86f5a572e7 2002-06-09 14:29 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2002-06-09 10:28:58 +00:00
Horacio Dario Roldan Kasimatis
ff906ed048 2002-06-08 16:15 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar> 2002-06-08 19:17:23 +00:00
Horacio Dario Roldan Kasimatis
2ea48035de 2002-06-08 16:15 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar>
* include/hbrddcdx.h
   * source/rdd/dbfcdx/dbfcdx2.h
   * source/rdd/dbfcdx/dbfcdx1.c
     + added hb_cdxOrderDestroy, hb_cdxIndexDelTag functions,
       ordDestroy() is working now for dbfcdx rdd.
2002-06-08 19:16:11 +00:00