Refreshing screen

SogSog Member Posts: 1,023
I've been annoyed with the lack of refreshing in Nav.
Every time you change a record and this affect his position agains the other records or it modifies other records,
then NAV only refreshes the record you just altered and not the other records.
When you select another record NAV refreshes that record, and you see the record getting refreshed.

Is there a possibility to make NAV refresh all the records whenever I want?
|Pressing F1 is so much faster than opening your browser|
|To-Increase|

Comments

  • garakgarak Member Posts: 3,263
    Did you have test it with
    CurrForm.update(false);
    
    ?
    Do you make it right, it works too!
  • SogSog Member Posts: 1,023
    no, but that's because its code behind the table.
    I've tested it now on a form, and that works.
    I guess I'll have to edit every form now.

    Thank you for bringing my attention to that function.
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
  • TomasTomas Member Posts: 420
    What is the downsize of this function in the long run?
    I mean, why it's not under each field by default?
  • SogSog Member Posts: 1,023
    I'm guessing because it refreshes the entire dataset, so lots of communication with the db
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
Sign In or Register to comment.