However, when trying to go from the test company to the live company, I was kicked out. When reopening I could get into the live company, make the changes to a set up that I needed to and when switching back to the test company I got the attached run time error. When I click okay on the error, I get kicked out.
Problem signature:
Problem Event Name: APPCRASH
Application Name: finsql.exe
Application Version: 6.0.32012.0
Application Timestamp: 4d030bb8
Fault Module Name: finsql.exe
Fault Module Version: 6.0.32012.0
Fault Module Timestamp: 4d030bb8
Exception Code: 40000015
Exception Offset: 00314521
OS Version: 6.1.7600.2.0.0.274.10
Locale ID: 1033
Additional Information 1: b239
Additional Information 2: b239f3ee67610f042ee28bda3dc9f35f
Additional Information 3: 363a
Additional Information 4: 363a8217dca08a79a40a602bf13d91ff
Comments
Hi
Try with the lastest Classic Client public Build (6.0.32519)
You can download it from partnersource.
Matteo
The SetTimer function in the SplashScreen form: The TimerInterval property is set to "3000".
Anybody see the problem here?
Try this code:
BTW: I think that the crash comes because you use a form-variable in C1. You initiate the variable but don't clear it afterwards. When C1 finishes and is cleared but the other object-variable isn't cleared, sometimes this makes NAV crash starting with NAV2009 and up. I have seen this behaviour in forms that run another object using a object-variable and those objects using another object-variable. The fix was to clean the lowest variable after use. Another fix was to put ERROR(''); at then end but this is not always possible.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!