Count not updating on form

matttraxmatttrax Member Posts: 2,309
edited 2006-02-03 in Navision Attain
I have a text box on a form, say box1, that is set to the number of entries in a filtered table, rec1. This count should change based on what is selected in another text box, box2. I have tried everything from CurrForm.UPDATE to CLEAR(rec1) and resetting the filters and it will not update automatically. Thanks in advance.

Comments

  • ara3nara3n Member Posts: 9,256
    ok on first box set the source expression to table.count

    on box2. on validate

    table.setrange("fieldname",box2);
    if table.find('-') then;
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.