-
Translation of NF from i.e. DK to W1
Hi y'all -- We have done a app. which we want to get translated into English (into W1). has anyone out there tried that - How would the best procedure be? Kind Regards Henrik Helgesen, Navision Solution Developer
-
Preventative Maintenance
Is there a preventative maint package add on developed for Navision or are there sites using a preventative maint package that integrates with Navision. Any help or suggestions will certainly be appreciated. Thanks John
-
NF i Japanese?
Hi Does anyone have any experience with NF in Japanese. I'm not really interested in making the screens in japanese. I'm only interested in in printing a few reports in japanese. Best regards Lars
-
Creation date of objects ?
Hi all, how to find out the creation date of Financials 2.01 objects ? There is only the last modification date in the object designer. Are there different places to look ? Is there some kind of automatic version logging ? Best regards, Rainer Schueler
-
Upgrade/Compare tool in NF 2.5
I do not have a NF 2.5 CD handy and I would like to know if the upgrade/compare tools are any better than the previous versions ? I will have to upgrade from 2.01 to 2.5 so is it still the best method to : 1st - Do a compare of an unmodified 2.01 with the customized 2.01 2nd - Print out the differences between the those…
-
ESC codes to Printer
How can I send an ESC code to a printer? I am using an Eltron barcode printer. Escape codes are necessaryt to control formating (i.e. Bold, rotations, size, etc.) I would like to perform this task in a report.
-
using locktable
That for needed locktable, if this func don't locks table ??? I need to lock some tables, some recs of tables are modified only at the end of code execution. For undersanding locktable I write following code: IF CONFIRM('Lock?') THEN BEGIN w.OPEN('#1#######'); t17.LOCKTABLE(); i:=10; REPEAT SLEEP(1000); i:=i-1;…
-
c-odbc - Where are the docs?
Where is the documentation for c-odbc. Installaction etc. I would like to know if anybody has any simple Visual Basic examples they could share? Thanks
-
Footers at bottom
Hi All, I'm having a problem when I use more than one footer placed at the bottom of the page. I'm trying to create a multipage report with a footer outputed in the first page and another one for the next. Both footers must be at the bottom and I've assigned them the PlaceInBottom property to 'TRUE'. The way I use them is…
-
Dynamically changing the size of two tableboxes
I have a form with two tableboxes. In a program like explorer, you can drag the bar between the treeview and the right side of the screen. Could it be done to do the same between two tableboxes in navision? Has anyone done this? Thanks Dennis Decoene Navision Programmeur Top-IT bvba Molenhuisstraat 12a 9800 Deinze…
-
Seeking an alternative solution to NF Reports Builder
We are seeking a way to build reports with NF2.50 datas from another report buider. Using a shell (or automation, ocx...), the end user wouldn't be aware that the graph is set by a different program. Which soft are the most adapted to this ? Thanks in advance.
-
Copying to the windows clipboard
We have the need for an application that can copy text to the clipboard of windows. Internally in our organisation we have a navision database for registering all the changes we make to a standard database. This is per customer and project oriented. In our code, we allways make remarks on "who, why, when" did this…
-
navision financials on an IBM RS6000 server
first of all, sorry for my bad english... we have installed navision financials on an IBM RS6000 server. so far so good but we have little problems 1. when the last user log off from navision, the sever hangs up and must be rebooted. 2. the access to the user-table is very very slow. 3. we have installed a raw device which…
-
Multi ports over Internet Connection
We have multiple services running on our work server and when I am connected to our lan I can access any service by typing the service name i.e. " Navision25". The problem we are running into is when I establish a internet connection and attempt to start the same service as above i get a tcp connection timed out error. I…
-
Exporting to Excel Hangs Navision
I've written a C/AL routine for a client to export their all posted sales invoice lines to an Excel spreadsheet using automation. It writes one Excel row (by about 25 fields/columns across)per Navision record. The routine works fine until it hits around 3500 rows/records and then freezes the system. I know it is not a…
-
Pre fill Internet forms
Hello All, We have a client that needs to have Navi open a browser window (IE), load a url and then send 5 fields to a internet page form. There are 2 option boxs and 3 blank cells on the form. After it is filled the user can click OK or we can automate that also. Does anyone have any ideas?? <img border="0" title=""…
-
Printer and Reports
Hello to all NF Users ! I have following problem, I want to set the then Report XXX should only print on the Net Printer Nr. YYY. Okay, so fare. I Use the Form 64 to define then Userid All = Blank Report ID = XXX ... Printer = YYY ( one of more Net printer) Okay, on my workstation it works, but if i go to another…
-
Problem with automation and Excel
Hello, I have following problem i what to put in an Excel Cell some Text that is larger then 250 Characters. Like this way for ExampleREPEAT Text := Text + Artikeltext.NEWTEXT; //maybe If text > 250 Then .... UNTIL Artikeltext.NEXT = 0; xlsheet.Range('B' + FORMAT(i)).Value := Artikeltext.Text; xlsheet.Range('B' +…
-
Date Period Counter in CAL ?
Hello World ! I have following problem, i what to filter a record with the date filter. So fare so good. In C/AL: i use TODAY (command), and now i what the record filtered by my business period. eg. if we have the 13.03.00 then first Periode = 01.03.00..31.03.00 if we have then 15.04.00 then Output P2 (secound Period) ...…
-
Integration with Maximizer Contact Management Software
Does anyone know of an integration between Navision 2.x or later and Maximizer. We have a prospect who uses Maximizer and our competition has a 270 point integration. Any help would be very much appreciated. Also helpful would be enhancements that have been done to Navisions Contact Management. <img border="0" title=""…
-
File Dialog in Dataports
I am using the userrequestform in a dataport and am using a field to enter the filename. Can anyone tell me how to code the file dialog (ie. used to browse the disk for files) which is displayed automatically when the userrequestform is not used.
-
Consolidations and the world we live in...
Greetings All, Its me again. I would like a few opinions about the following situation. An organisation is the head of a franchise. They currently have +- 30 franchisees in the country. They want to use Navision to keep track of the individual franchise companies. Although its a lot of work, Consolidations between these…
-
CFRONT OCX - DBMS Not Found
Hello All I am having a strange problem.(All problems are strange :-\) I am trying to use the CFront OCX Control. No matter what I do with it (except calling the about box) I get an error stating that the "Navision DBMS can not be found" I have tried using the control from Navision, Excel and Delphi. I get the same error…
-
Import Error From Excel
I am reading a column of data directly, one cell at a time, from Excel into Navision using code similar to this: intRow := 1; WHILE FORMAT(xlSheet.Range('A' + FORMAT(intRow)).Value) <> '' DO BEGIN .... .... //process stuff in this loop //and write to Navision tables .... intRow := intRow + 1; END My intention is for the…
-
Access to Oracles PL/SQL
Hi out there, a customer want's us to access some tables in an oracle8i database and transfer this to the financials Database in some sort of import table and then to process the uploaded data with standard C/Side methods. The upload have to be triggered from the financials application. Any suggestions ?? Is there any…
-
NCR Exam
Hi There, I am new to Navision and I am studying for an NCR exam. I am looking for study tips and also for mock questions that can help me test myself. I am also looking for real exam questions if I can get my hands on them. I'd appreciate any help..there's a lot to cover for the exam it would be great if I could narrow…
-
E-Mail creation with MAPI or Outlook 9
I think it is a known problem, that you can´t set more than 1000 characters in a MAPI-Email-body. So I tried this with Automation under Outlook. It works fine with this automation-control, but now I´ve a limit of exactly 1019 characters in the email-body. If I gave 1020 characters to the body then following error occurs…
-
CFRONT problem with memory
I use CFRONT to make a connection with Navision from my Visual basic application. It works good. However, everytime I close the connection and create a new connection there is an additional amount of 92K in use. So if we do this 500 times a day... we have a big problem. Is there an error in the CFRONT-connection? Has…
-
Outside access with C/Front or C/ODBC
I'm looking for some information about how to use C/ODBC or C/Front to access the proprietary database from outside Navision. I know both options should be able to do it, but are there any problems to watch for? Is one solution better than the other? Also, we may want to take whatever we develop onto the Web in the future.…
-
Automation with Outlook
I try to send a mail with Outlook. It works fine, but I can't fill the To: line. Below is the code I use. --- CREATE(OutlookApplication); OutLookMailItem := OutlookApplication.CreateItem(0); // 0 = E-Mail OutLookMailItem.Body := txtBody; OutLookMailItem.Subject := txtSubjekt; // OutLookMailItem.To := ToName;…