Menu

#8 Error in find/search/filter

v1.0_(example)
open
None
5
2017-02-16
2017-01-20
Anonymous
No

Filtering and searching: in a Cobol File if the field is defined as pascked decimal with fractions like 999V99 , if you want to find 100 in the field you have to specify 100.00

Gyoergy Balint
Computing Center of State Austria

Discussion

  • Bruce Martin

    Bruce Martin - 2017-01-21

    The find/filter do String based search's; doing a 'Type' based compare efficiently could be complex.

    I should be able to do it. I will think about it.

     

    Last edit: Bruce Martin 2017-01-21
  • Bruce Martin

    Bruce Martin - 2017-02-04

    There are 2 ' = ', operators

    • ' = ' which does a Text compare
    • ' = (numeric)' which does a numericf compare

    in the short term I will reorder the operators so they appear next to each other in the list.

    Longer term the compare this needs to be looked at.


    Difference from File-Aid:

     
  • Bruce Martin

    Bruce Martin - 2017-02-08

    I have updated the Find && Filter so the 2 = appear next to each other. See attached pictures

     
  • Bruce Martin

    Bruce Martin - 2017-02-08
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -2,4 +2,3 @@
    
     Gyoergy Balint 
     Computing Center of State Austria
    -gyoergy.balint@extern.brz.gv.at
    
     
  • Anonymous

    Anonymous - 2017-02-12

    Thx,
    Is that change incorporated into the current product download?

     
  • Bruce Martin

    Bruce Martin - 2017-02-12

    No, I hope to get release the change this week.

     
  • Bruce Martin

    Bruce Martin - 2017-02-16

    I have just released RecordEditor 0.98.2

    While it does not change the compare code, The Text Equals (= / = (Text)) is placed next to the Numeric Equals (= (Numeric)) in the operator combo.

     

Anonymous
Anonymous

Add attachments
Cancel