-
Download Navision 3.60 AT - Version (Austrian Version)
Hello everybody, Is there any possibility to download a Navsion 3.60 Austrian Version? Or it is possible that someone may send me this version? Thanks for helping regards Curdin Pfister Implevit AG Zürich
-
second server
I want to install a second server for Navision Attain 3.10 but it doesn't work. Everytime I startup the serverinstallingprogram it returns with the repair/uninstall mode. Does anybody know how to install the second server on the same machine? (Windows 2000) Thanks
-
User Log On
Hello all, I need to log on one user to be used as one agent to do parallel tasks such as to import files and other stuffs, but i need to log on that user together with the first person to log on on the application in the morning. Have anyone did something like this? Many thanks, Afonso
-
Set up posting groups for Persons/Labor in ABC
I am not a cost accountant by any means. Does anyone have any ideas on how to set up the labor resources to the correct GL accounts?
-
Migrate to MS SQL Server 2000
Hi, as you can see I have a problem with migrating to sql server 2000. I'm a newbie and I need as soon as possible response from you. I want to connect with SQL server from navision 3.60(still have a demo version). What I need to have to do that??? Navision Attain Database server??? Or just sql server and navision client?I…
-
CustTask.dll
Hi everybody.. Has anyone met with a setup problem of navision. While installing navision client, it gives an error message about Custtask.dll.. Does somebody know something about it?
-
Subform vs. Parent form
Does anyone know a way to force a parent form to update all displayed flowfields on screen from within a function/trigger of the subform? My problem is basically that I'm displaying a sum flowfield in my header that is based on the subform lines and I need this figure to update every time I update or insert a new subform…
-
printer selection based on document location
I want to print for example the delivery note on a printer that is automaticaly selected based on the location on the sales header. In my situation, an employee prints the document in different warehouses (the printer selection does not work in this case). Problem: The function findprinter (cu1) is called before the…
-
How to inc a string? (A->B->C->etc.)
Hi. What i need to do is a report for excel. Something like: REPEAT xlWorkSheet.RANGE( incStr +'1' ).VALUE := FORMAT(Table.Field); // yeah i need as much colums as are rows in the table UNTIL Table.NEXT=0; My own idea is that I can use a array of strings (static will be ok, because there are never more than 50 rows in that…
-
Need help with cfront ocx and assignfield
When i try to write data to navision using the assignfield: int newRec; Object t = (Object)"Some text"; newRec = this.cf.AllocRec( hTable ); this.cf.AllowRecordExists(); this.cf.BWT(); this.cf.InitRec( hTable, newRec ); this.cf.AssignField( hTable, newRec, 1, ref t ); if( !this.cf.InsertRec( hTable, newRec ) )…
-
stuck window
how do i get the item journal window from behind the tool bar ? i can escape but when i open the window again it is still behind the tool bar. i know this is more of a windows question but i will have many more relevant navision questions soon ... MANY. thanks for your help ! this is how it currently looks:…
-
Formatting Dates in Reports
Hi folks, Im trying to figure out how to display all dates in certain reports ( just reports relating to our Irish site) in the following format dd-mmm-yy...but im new to navision and haven't a clue. I found a post saying to use something like the following: textVariable := format(datefield,10,'<day,3>/<month,2>/<year>');…
-
Authorizing POs
I know somewhere there is a setup that determines a dollar amount for the POs a user tries to authorize, but I cannot remember where. One of my stores is trying to post a PO but it reports that it is not authorized and then tells the user that they cannot authorize it. Any ideas?
-
Field Permission 3.10
Hi, I have a problem. My customer want's to have a insert/modify permission for a field in a specific table. So I created a new table called "Field Permission", that look's like this: Enabled Field No. Field Name Data Type Length Description Da 10 Table ID Integer Da 20 Field ID Integer Da 30 User ID Code 20 Enabled Field…
-
I have a problem with dataport import.....
I want to import some records(from txt file - 2 "columns" separated by TAB Name, Address) into Customers table. I was made Dataport(with 2 fields(Name, Address), but without No. because I need automaticly generetaed ID from Customer table(General Ledger->Setup->No. series->Customer)) and nothing happened :( Why??? misha
-
C/ODBC problem
Hi, I just installed C/ODBC without any errors, but when i try to connect via ASP to the database server i get an isam error. When i make a connection in the ODBC datasource administrator, i choose a company, it works, but when i try to change the company or try saving the connection then i get an error: Does anyone know…
-
Invoicing without shipping
hi, i was wondering whether i could get any suggestions from you guys about how to do the following: A sales order for 10 item A was raised. I need to invoice the sales order for the 10 items without actually delivering the items. it is essential that the sale order be invoiced, so that the vat return can be filled etc...…
-
Temporary Table in Form
If i make a temporary table out of the table Sales Line (Temporary Property=Yes), And insert some records in it. Then how can i open the sales line form with these temporary records? And also do some changes on them without Attain saving the records back to the "real database"? I have looked for a property in the form that…
-
Email notification for HOTCOPY
In the hotcopy command there is a parameter called email, so you can mail notifications of the hotcopy command. Anybody knows how the email is send? Is it via Mapi, Smtp or something else. I suppose via Mapi, but which profile or so does it use then? Rgds Benny Giebens
-
9 signs after a comma in the Production BOM
It is possible to make 9 signs after a comma in the Production BOM line field "Qty Per". In native functionale 3.60 it is a maximum 5? On a Item card of the goods which it is specified in the BOM line and it is consumed in the Product Order in a field "Quantity" it will be possible to specify accuracy of a rounding off. I…
-
MS CRM >< Navision CRM
Hi all, Pls help me to compare between Navision' CRM and Microsoft CRM. What is the difference and advantages? Thank you so much. Hwang!
-
Manufacturing
Is somebody using Navision Attain 3.6 or 3.7in the semiconductors industry ? :)
-
Excel in Navision
hi....i'm creating an excel output using Navision's C/AL... i wish to know what property will i use to set the alignment of a cell in excel? for instance, i want to make a certain cell right justfied. ex. Worksheet.Range('A4').???????? thanks in advance! :)
-
Error in connection to Navision SQL 3.60 Database
When I try to oper my database Navision (SQL 3.60) appear this message: >>>> The Object table has a primary key constraint in the SQL Server table description that is not compatible with Microsoft Navision Attain definition: Key fields: Type, Company Name, ID SQL Primary key fields: Tipo, Nome Società, ID <<<< Help me…
-
How do I skip the first line when importing with a dataport?
I've written a dataport that should import a file with variable field length and a TAB as delimiter. The problem is that the file starts with a header that should not be imported. I tried to use a SKIP on both OnBeforeImportRecord and OnAfterImportRecord but it doesn't stop the error I get: The text 'column_name' is too…
-
how can I take a photograph from a form ???
Hi folks, I would like to take a photograph from a form that I have made so that I can import this photograph into a word-dokument. Does anybody know how to do this? Thank you a lot! Blub
-
help me,please
Hi, is it possible to link different commissions (of the salesperson) to different items? I'd like, for each salesperson, to assign different % commission to items. Example for each computer sold, my commision is 5% for aech mouse, my commission is 1% thanks
-
List Button
Hi all, I have created a new form that allows a user to navigate through the Tracking Specification table and also a sub form view that lists any items associated to the currently viewed lot no. What I cannot understand how to do is utilise the 'list button' so a user can see a full list of all the track specification…
-
Problem with instalation of Navison 3.60
I met the following problem: i wanted to install Navision 3.60 Client on a machine with OS: Windows Server 2003 and MS SQL 2000 with SP3a but I couldn't install him. The instalation wizard said only: "the program wasn't install because was an error. If want to acces teh program, make a other instalation" Knows someone if…
-
How to know the current record number
Please help. What function can I use to know the current record number? Thanks!