NAV 2009 R2 Page Issue while opening the Company

Mallikarjuna
Member Posts: 64
Hi All,
Following code is not working in NAV 2009 R2 IN Version(32012), However it is working fine in NAV 2009 SP1 IN Version(29626).
//Test Code:
FORM.RUN(21);
Please find the attached "Error.jpg" for the error message.
My Goal: I want to select the responsibility center while opening the company in RTC.
Is there any hotfix available to resolve the above Issue or Iam doing any mistakes?
Thanks in Advacne,
Mallikarjuna Kilari
Following code is not working in NAV 2009 R2 IN Version(32012), However it is working fine in NAV 2009 SP1 IN Version(29626).
//Test Code:
FORM.RUN(21);
Please find the attached "Error.jpg" for the error message.
My Goal: I want to select the responsibility center while opening the company in RTC.
Is there any hotfix available to resolve the above Issue or Iam doing any mistakes?
Thanks in Advacne,
Mallikarjuna Kilari
0
Answers
-
Form No. 21 is Customer Card & your goal is to select responsibility center while opening the company.
What are you trying to achive by this, and what are you going to do if you are able to select the responsibility center.
Can we have more detail.Regards,
Manish0 -
Hi Manisharma,
Thanks for the reply. However I already wrote in the post that it is a test code.//Test Code:
FORM.RUN(21);
This test code is working fine in NAV 2009 SP1 but not in R2.
Thanks in Advance,
Mallikarjuna Kilari0 -
manisharma31 wrote:What are you trying to achive by this, and what are you going to do if you are able to select the responsibility center.
Can we have more detail.Regards,
Manish0 -
Hi Manisharma31,
Again Thanks for the reply/Question.
Forget about all the above posts.
I want to open any base/customised page while opening the company in NAV 2009 R2 RTC. (This is ONLY for my Testing)
Is it possible or not, If Yes please suggest.
Thanks,
Mallikarjuna Kilari0 -
Hi Mallikarjuna Kilari,
I tried to do the same think. What i did is -
1) Wrote the code in LogInStart() trigger of Codeunit 1.
//TESTCODE
IF NOT ISSERVICETIER THEN
FORM.RUNMODAl(21)
ELSE
PAGE.RUNMODAL(21);
2) I tried to start the RTC but the application crashes (as u said).
3) I blocked the code and started the RTC, and uncommented the code again.
4) Now if i tried to change the company, the Customer page got opened.
5) Then i debug the RTC Codeunit 1.
And what i can conclude from that is, until the application (windows forms) is not fully loaded, you cannot Run a page.
* I doubt that i was working on NAV 2009 SP1 RTC.
I will to try to get through it.
Thanks & Regards,
Saurav Dhyani
http://saurav-nav.blogspot.com/
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page0 -
already reported in MS connect and then fixed here
https://mbs2.microsoft.com/Knowledgebase/KBDisplay.aspx?scid=kb;EN-US;25227540 -
Hi Belias,
Thank you very much. Issue solved with 32259 DLLs. :thumbsup:
Thanks,
Mallikarjuna Kilari0
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