-
payment conditions
We have to use the following payment-conditions. a) Paying on the 15th and the 30th every month b) Paying the invoices from the 1st to 15th at the 30th, the invoices from the 16th to 30th on the 15th next month. Does anybody know who to combine the codes like lm (cm) or d10. Is it possible to represent these conditions ?
-
Power user
I am a new user to navision. My company purchased the software this month. (January 2000) Where can I find information on the setup of navision software? I would like to become a power user with navision. Thanks David
-
Anybody using Navision to prepare 1099's?
This one is specific to the United States version of Navision. We have a customer preparing to do their 1099's for 1999 and they have discovered some discrepancies with the 1099 data stored in Navision. I have confirmed these discrepancies as follows, but do not see an obvious reason for them. Anybody have any ideas? The…
-
Need Info, please look
I am very interested to hear especially from non-USA Navision users and developers. Questions: Is the 4th line of your license file the one containing the license number? Does it look like this? License number : XX-XX-XXX-XXXXX-X especially, is there a ":", a space then the number? Are the words "License number" in…
-
Easy Navision programing Question??
I have a field in the job table that is related to a field in another table. When the user drills down and selects a record from the related table the related field is returned to the job table. The problem is that the related table has a primary key with three varables. I want two other fields in the job table to be also…
-
Navision and OCX Moduls
Hello, Have anyone some discriptions how to write OCX in Visual Basic ?! Specials Question is: How can i give the whole Record to an OCX not only an Paramelter of an Funktion ?! Thank Alex
-
Bandwith for NF Client via Citrix
Can anybody provide me with some real life figures about the bandwith used By Navision Financials over citrix metaframe ?? Probably it isn't related to NF but to citrix but i would like to have some general idea how many users you can get over pe. a 64k line or something alike? Rgds Benny Giebens
-
Table Property "IncludeDataInDesc"
Hi all, How the table property "IncludeDataInDesc" works? As I understand the help: all table data must be exported when I export object as FOB, when the property is YES and "DataPerCompany" is NO. But it doesnot do that. Am I in mistake? jem
-
Stock Valuation - Is your GL Understated?
Greetings to all. We are experiencing a problem with Stock Valuation Reports compared to what the General Ledger states the value of the stock should be. I really hope someone can tell me I am just being silly, because if I am not, we have a serious problem. Navision Financials Updates the General Ledger with the invoiced…
-
Using Dates in Outlook
Hi, I programmed an Outlook98-automation in C/AL that gets information out of Calendars from specified users. So far so good. But I don't succeed to set a filter on the "start"-date of the items. Normally you can use the VB-method "Restrict", but I guess I have to format my dates... I have the following code : txtFilter :=…
-
Refreshing data form C/AL
I'm using two applicatins (Cfront and NF). Cfront pushing data to one table, NF runing cycle (read/modify/delete) on this table. Then Nf runing & CFront puched data, NF don't see new data on some PC, On some PC couse error 1262 in module 19. Tried all combinations in CF & in C/AL of TableLock and SelectLatestVersion. Then…
-
Electronic catalogue
Hi! I'm planning on developing a freeware ocx(to be used in the Navision coding by Navision developers) transforming Navision data into an eletronic catalogue(HTML-format with Java-support). But I need some information about making or designing such a catalogue. Does anyone know some products/tools handling this kind of…
-
Using DLLs?
Is there way to use functions from DLLs, from C/SIDE? w/o writing OCX accesing them.
-
Printing graphics
Does somebody know a way to get pictures on paper in the resolution of the printer? Now you are limited to a picturebox as this appears on screen, which means that your printed output is in approx. 75 DPI whereas your printer could handle 600 DPI or more. Reason for asking this is that a customer wants have a signature…
-
ODBC question
Here is an bit of a nasty one. I have a Webserver with IIS. I have pages who display orders via ODBC of a Navision financials database. Now i added a second page, with display orders of another Navision financials database. When i stay in one database, everything is ok. When i take the page of the other database i get a…
-
NF performance Speed problems.
I was writed codeunit with recursive func. Codeunit must procces about 20000 rec's. I using commit on every 30 rec. First 1000 records are fast procesed (~10 min.), on nexts rec's speed downgraded 5..100 times !!! If I rerun codeunit speed go up & slow down after 1000 again. What that ??? thanks.
-
My own fonts???
Hi, I use my own font for company logo. Everything OK until I upgrade to NF 2.01B. In NF 2.01A its still OK(not in 2.01B). What hapend???? Is it new bug??? Gedas B
-
SQL Server and OLAP For Navision
Normally, these version (SQL for Navision) allows to create the database in SQL Server 7.0, after it's possible to create some OLAP cubes, but I never succeed in. I explain my situation : First, I had a problem with the TIMESTAMP field : When I want to export my database from Navision (version 2.01)TO SQL For Navision…
-
New version of NF 2.6
Has anyone more informations about a new version of NF 2.6 ? This version should have extended application functionnalities ?
-
Change Folder via Automation
Hello, I want to creat a Meeting item in Outlook, O.K all works fine, but i have a problem with posting the Meeting Item into another folder. Can anyone help ! I use followin code: CREATE(application); meeting := application.CreateItem(1); meeting.Body := 'sjdhfjsafhdka'; ... meeting.Display; CLEAR(application);
-
Navsion Financial remote access
Is it possible to access Navision Financial in a terminal window besides citrix metaframe ? Does Navision Financial have it's own terminal program as it has for Navision ?
-
Big customers references ??
Is there anybody who can give me some references of customers using Navision financials with around 100 clients or more ??? Is there somebody who uses Citrix Metaframe to conenct users to a central database ?? Any idea on witch bandwith per user ?? (Real figures and not those proposed by Citrix) Al comments on an…
-
Database Test Log
Is there a way to LOG down NF Database Test errors?
-
Multiple Services
We currently have a client that runs multiple services of Navi on ONE server. The services work fine on the network, but when you attempt to establish an internet connection from outside and enter the ip address of the server, then we have problems. If you enter the ip you get the first service we installed. If you enter…
-
Date calculations
Is there a simple way in navision fincancials to calculate the number of months between two dates ??? Rgds Benny Giebens
-
Rename file after dataport
Hi there, I'm a NF novice, so probably this question is very easy to answer for you. Please don't flame me. I use Navision Financials 2.01 on Windows NT. I want my dataport to rename the imported file automatically after a successfull import. I tried to use a "file.rename" command in the OnPostDataport trigger. But it…
-
Kill a session
Hi fellow Navision People -- Does any of you, know if it is possible, to kill a session from a user - i.e. We are currently having three users who are having two sessions - eaven though that they only are having one session open in their desktop. Thankyou in advance Henrik Helgesen
-
Renumbered Object by mistake
I by mistake renumbered object 51 000 to 510 000, /i do not have license permission for 510 000/, and now i can not delete,renumber or make anything with this object. Is there any way to remove this wrong renumbered object?
-
Open form without link to "parent" form?
While being on the Vendor card I would like to open a new window. The new window should "replace" the existing Vendor card, and therefore close the existing window. A button with: FORM.RUN(FORM::"My new funny Window"); CurrForm.CLOSE; also closes the new window. Anyway to avoid that? TIA Peter
-
Save as HTML
Have anyone any solution to problems with pagebreaks in reports saved as HTML. I've a customer that looses a few row's att every pagebreak. When he saves a orderconfirmation as HTML, and then send it by e-mail to a vendor the row's disapear. If i look at the html-text in the document, all the row's are there. I've open the…