Refresh a form

bolkobolko Member Posts: 13
edited 2008-05-02 in Navision Financials
I have a Form(A) with two Sub-forms.
The firs form is just a frane no table linked, and the two sub-forms are the same form, just filtered different.

I want to put a monitor in my traffic dpt. with this FORM, but i have to click on it to refresh the info. :D
Could I auto refresh the form?

Thanks,

Comments

  • DenSterDenSter Member Posts: 8,307
    Every form has a timer. Enter a value in the TimerInterval property of the form, and put "CurrForm.UPDATE" in the OnTimer event. The Timerinterval is in miliseconds, so if you enter 1000, it will refresh every second.
  • garakgarak Member Posts: 3,263
    you type this in the forum Financials. Note, the timer property in forms is enabled >= version 2.01
    Do you make it right, it works too!
  • DenSterDenSter Member Posts: 8,307
    Which was called 'Navision Financials', which is the title of this forum :mrgreen:
  • garakgarak Member Posts: 3,263
    and the name of the version < 2.01 was also Navision Financials ;-)

    But the Timer Property was established with 2.01
    Do you make it right, it works too!
  • DenSterDenSter Member Posts: 8,307
    You really want to have the last word huh :mrgreen:
  • SavatageSavatage Member Posts: 7,142
    Seems so. does that mean i get the last word? :lol:
  • DenSterDenSter Member Posts: 8,307
    I don't think it does :mrgreen:
  • garakgarak Member Posts: 3,263
    last word :!: :mrgreen:
    Do you make it right, it works too!
  • kinekine Member Posts: 12,562
    garak wrote:
    last word :!: :mrgreen:
    What?


    Sorry for the off-topic, but I can't help it...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • themavethemave Member Posts: 1,058
    DenSter wrote:
    Every form has a timer. Enter a value in the TimerInterval property of the form, and put "CurrForm.UPDATE" in the OnTimer event. The Timerinterval is in miliseconds, so if you enter 1000, it will refresh every second.
    if you are an end user, you can't get to the timerinterval property, you can design basic forms, like this one, but to you can't get to cal/code in forms without the $8000 application designer. the reason I assume he is an end user, is this has to be a very old installation, and if he is just finding the forum, he is a new employee with the company looking to try to update it a little bit.

    last word :D
  • SavatageSavatage Member Posts: 7,142
    go to a form
    Tools->Designer->View->Properties

    (Scroll down to the last proprerty)
    TimerInterval

    that can be accesses it's the
    "CurrForm.UPDATE" in the OnTimer event that will be the trouble
Sign In or Register to comment.