responding to triggers in 2.65

trifftriff Member Posts: 23
edited 2001-06-08 in Navision Financials
In Navision 2.65 you can set withevent to TRUE on automation and OCX variables. This then enables Navision to respond to events triggered from these objects.
From what I understand to use this you must create an istance of the variable in the codeunit where the variable is defined but do you have to keep the codeunit running with a Sleep etc or will it wake up when an event occurs.

I have a great XML parser for navision and I would like to run it in async mode instead of in sync mode. Does anybody have any experiance in such things.

Comments

  • trifftriff Member Posts: 23
    It looks like that is what you do, write the code which create the automation variables and set the initial values. Then the code on the triggers run when a trigger occurs.

    Fin 2.65 seems to be the application from navision solutions 3.00 with the objects from 2.60d and is due for release in the next month or two.
Sign In or Register to comment.