Options

trigger “onTimer” and the property “timerinterval”

DurandDurand Member Posts: 61
edited 2002-01-23 in Navision Financials
Hello, I shall like to know how use the trigger “onTimer” and the property “timerinterval” in the form. I look for examples, thank you.

Benoît

Comments

  • Options
    Stefan_LimpertStefan_Limpert Member Posts: 30
    Hi Benoid,
    you can use the Timer Trigger in a Form to prodedure all kind of what you want.
    For Example:
    In every Minute should be show a Message.
    The Timerinterval-Property is in Milliseconds, so get 60000.
    Now use the Timer-Trigger to realize your Message.
    ONTIMER
    Message('How's doing?');
    and run the Form.
    You can use this for some Kind of periodly functions, Requests, communicate with other Programs and so on.
    And a little suggestions: Use the Visible-Prop of the Form <img border="0" title="" alt="" src="images/smiles/icon_wink.gif" />
Sign In or Register to comment.