Navision Timer Automation

Angelo
Member Posts: 180
Hello All,
I'm using Navision Timer automation in codeunit to trigger something periodically. Every time it trigger, there is few milliseconds show hourglass on mouse cursor when trigger Timer::Timer event.
if I use Form timer, there is no hourglass on mouse cursor when trigger Form - On Timer.
Is there a way to remove hourglass on mouse when use Navision Timer automation?
I'm using Navision Timer automation in codeunit to trigger something periodically. Every time it trigger, there is few milliseconds show hourglass on mouse cursor when trigger Timer::Timer event.
if I use Form timer, there is no hourglass on mouse cursor when trigger Form - On Timer.
Is there a way to remove hourglass on mouse when use Navision Timer automation?
0
Comments
-
Have also notice this... The timer seems to show the hourglass while the event is firing.. and the length will depend on what you are doing in the trigger. There isn't much you can do about it in the client side - other than to keep the trigger as short as possible.
Is there a reason you can't use the form timer though... There aren't a lot of cases for using a timer on a form ( perhaps 3 related tables subform examples ).
If you requirement just needs a timed event - and doesn't need UI access - you should use NAS ( navision application server) and either JOBQUEUE - or a single instace codeunit - put the timer in there... ( check Codeunit 1 for NAS - to add a param to start your codeunit etc).0 -
The reason is that if I use form, the timer interval can't be set dynamically. Let say I put 1000ms, if in future I need to change it to 2000ms, I need to modify the form property.
If I use Navision Timer Automation inside codeunit, the time interval can be set dynamically (maybe add timer interval setup in setup form so that user can change how many ms they want)
if this is the Navision Timer behavior, I dont have any choice and have to use Form timer0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions