How do i catch a TIME variable overflow?

kenyo
Member Posts: 40
Hi, so i use
in my ProcessBar to roughly calculate the remaining time. This can give my an overflow issue during debugging because the max value i believe is 23:59:59.999?
is there a way to catch that error without casting the ProcessingDuration to an int first and calculating the time in an integer?
(obviously the same goes for the ProcessingDuration)
RemainingTime := 000000T + ROUND((ProcessingDuration / NoOfProgressed ) * ( NoOfRecs - NoOfProgressed ),1)
in my ProcessBar to roughly calculate the remaining time. This can give my an overflow issue during debugging because the max value i believe is 23:59:59.999?
is there a way to catch that error without casting the ProcessingDuration to an int first and calculating the time in an integer?
(obviously the same goes for the ProcessingDuration)
0
Answers
-
No you can't and you really shouldn't be using a Time variable for this. Instead use a Duration variable, you can find more info on this here...
https://docs.microsoft.com/en-us/dynamics-nav/duration-data-type0 -
First off thanks for the answer. The reason i didn't do it is of the presentation. the duration output would be something like "124 days 4 hours 30 minutes 1 second 114 milliseconds" ... would i have to parse and reformat this manually?
EDIT: i found a solution which works for me , i can catch the error by first checking the remaining time in a duration variable , then if its >= 86400000 displaying that , and if not i will convert it to time.0
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