-
Hi everyone! I'm just searching if it's possible to display amounts in NAV in European format (1.000,00) instead of in the US format (1,000.00). Does anybody knows if this can be done in the whole NAV application? Or just in reports formating the obtained amounts and giving it the format we want...
Posted to
Dynamics NAV / Navision - Technical Forum
(Forum)
by
Emanuel Galvan Salazar
on
Jul 13, 2009
Filed under: Dynamics NAV, International, NAV 5.0 SP1, Reports, Navision, Development, Financials, Navision CAL, C/AL, CAL, Application, Report
-
Hi everyone! I'm just searching if it's possible to display amounts in NAV in European format (1.000,00) instead of in the US format (1,000.00). Does anybody knows if this can be done in the whole NAV application? Or just in reports formating the obtained amounts and giving it the format we want...
Posted to
Dynamics NAV / Navision - Technical Forum
(Forum)
by
Emanuel Galvan Salazar
on
Jul 13, 2009
Filed under: Dynamics NAV, International, NAV 5.0 SP1, Reports, Navision, Development, Financials, Navision CAL, C/AL, CAL, Application, Report
-
Hi Amargosa, I use Automation to send emails and works fine. The way to send with another account is loggin before creating the EmailItem object, my lines are: CREATE(OLAppl); OLNamespace := OLAppl.GetNamespace('MAPI'); OLNamespace.Logon(nameAcc,passAcc,TRUE,FALSE); OLMailItem := OLAppl.CreateItem...
-
Besides, everyone willing to become a part of this community should spend a little time getting acquainted with it's rules - just like in any community really. Here is a good explanation on the subject: http://www.mbsonline.org/forum/topic.asp?TOPIC_ID=4964
-
Hi folks, I am trying to send a batch of emails using Outlook. Everytime an email is sent, Outlook forces the user to confirm the action by clicking on Yes. So a batch of 50 emails will require 50 confirmations. Is there an SMTP library for Navision so that outlook can by bypassed. Regards Roddy McLean
-
Compiling the objects has not helped me so far (syncronization works on my computer but my collegue who links to the same Navision server gets the errormessage). On the Partnerguide there are several issues concerning that problem from all over the world, but none of the replies seem to work. And I would...
-
When I try to syncronize Outlook data with my Navision CRM (3.60), I get this errormessage: "This message is for C/AL programmers: Invalid assignment. It is not possible to assign a_OApplication to a OApplication". I have a feeling it has something to do with the Microsoft CDO-components, but...
-
Hello, In our Outlook Integration a critical error occurs. We use 3.70 and when synchronizing with Outlook the process fails when reaching stage 2 - Importing Outlook Contacts! The error message is "Invalid Date!" This error causes Outlook 2003 to freak out making calendar and tasks impossible...
-
Hello Mike! Microsoft introduced with the release of service pack two for their MS Office software, a new set of Outlook Security features, which by default restrict the use of the MAPI interface. Navision Attain uses the MAPI libraries to access e-mail so a solution was required to allow the Navision...
-
If the outlook 2000 sr-1 security update is loaded on a users machine a dialog box will appear if the Is it possible to avoid the dialog box appearing when an email is automatically sent from Navision. Can this be done programatically in the Navision Mail codeunit by setting a property for the MAPI ocx...