-
Problem with Page Break
hi, I need to create a report for print payment checks. To do that, I need to avoid the report page break property, in order to keep the same separation in all the checks. The report I´ve design has only one section body with all the fields, and I try with the "keepwithnext" section property but it doesn´t works. :-k How…
-
HELP ! I have lost the last file´s backup (xxx3.fbk )
My version is Native Attain 3.60 My Navision backup need 3 files : xxx1.fbk de 2 GB xxx2.fbk de 2 GB xxx3.fbk de 1 GB I have lost de last file "xxx3.fbk" and I NEED recover the table 36 and table 37 . These tables is in the xxx2.fbk. Do you know the way to restore this tables without the last fbk file ??? Can I restore…
-
Sending by PDF
Hello All I want to send a document such as a statement in PDF format by email. First, can Navision support this? IF so, what approach should I take to put a statement into a PDF format? Any ideas folks? Thanks
-
Document Imaging
Outside of Matriks, do any of you know of a quality, flexible, document management software that integrates with Navision? :D
-
Multiple Navision Server Installation in one Machine
Hi, It is possible to install multiple navision server in one machine? How? Thanks, rbc
-
Automating Email
I have a problem. :( I want to automate EMails during off-hours processing. Everything used to work using Navision's Mail codeunit. Until I applied some Windows security updates ... Now, Navision brings up modal windows about someone accessing my Contacts list and so on. In other words, Outlook thinks a virus is at work. I…
-
file path/directory
hi everyone! i have a field in a form where the user needs to input a directory path...or, the user can also click an assist button, a window will pop out where he can select the directory path (similar to when you click a 'Save as' button in most applications)...how do i do this? any built-in functions for this?…
-
disconnect the client session
Hi! I wan to disconnect a client session automatically if it is idle for more than half an hour suresh
-
A lot of faxes
In your opinion this is a good choice for sending very big quantity of faxes? Thanks
-
Bank Account Ledger Entries
We want to start using Back Account Reconciliation but when we run Bank Account - Detail Trial Balance Report it brings Balances that does not match bank statements. I want to close all Bank Account Ledger Entries from 2000 to 2004 to start with fresh data. I tried running a report to close all ledger entries but it does…
-
New Solution Center
Hi, Has anyone had any experience with using one solution center for implementation, then another solution center to continue on? Our solution center has just closed suddenly. They did alot of customization for us and I am a little concerned that a new solution center would have to start over again. We are using Attain…
-
Adjust Cost for Average Costing Method
All items from Inventory are on Average Costing Method and in Inventory Setup Average the field Calc.Costing Type is Item & Location & Variant but after I run the Adjust Cost procedure and Cost Posted to G/L procedure in inventory remain items with Quantity = 0 and Value <> 0 which is not normal. What is happened??
-
Wrong calculation in Requisition Worksheet
I encounter the following problem in Attain 3.60 when working with requisition worksheets: I first created a Production Forecast with quantities 100, 200 and 300 in resp. april, may, and june 2005. My Reordering Policy is Order, all other flags set to Yes, no Reorder Point or Minimum stock registered. When I first run the…
-
Dataport - Exceeds Destination Buffer
Having created and tried to use an Import dataport (format: variable), I got the following error message: THE LENGTH OF THE SOURCE EXCEEDS THE SIZE OF THE DESTINATION BUFFER Could anyone help me to solve this, please? Thanks. Zin
-
Loading invoices in PHP
Dear all, As a part of a school project, I am creating a Website for a company using Navision 3. I plan to let customers log in to a PHP Website and download invoices. PHP on linux has builtin ODBC, but not C/ODBC. I have a MySql db to "cache" data to. How do I get started? A solutions would be, according to the server…
-
indirect permission
It's been quite some time since I've had to setup any permissions in Navision and I find myself frustrated with the indirect permission. I can't remember what qualifies as 'indirect'. I thought that it was any time C/AL code performed the read/insert/write/delete as opposed to the user directly doing it himself, but I must…
-
format the cells while export to exces
Hi can any one help me to format the cells in the excel sheets, when we create a excel sheet through a report. I am not able to format the cell as date and text etc., suresh
-
Warehouse Management Expertise?
I have a client looking to store all items within a single order in a particular location within their warehouse. Has anyone implemented this type of functionality, and if so, which granules and modifications were involved?
-
Is the data in the BLOB field "Picture" just plain
Hi I try to read the blob field called "Picture" in the table COMPANY$Employee in a .Net application. When I read this data and save it to the file system, it doesn't seem to be a valid BMP file. Is the data in the "Picture" field just plain BMP data, or is it encoded/encrypted in some way?
-
Date setting in MatrixBox
I am having problems with the following: I need to create a matrix form in which i would like to register worked hours per job. I would like to use the standard trendscape buttons as well. These buttons will be used to set the period, but in the matrix box i always wanna see days. So i I would set the trendscape button to…
-
program code is skipped for no reason
I am running Navision Financials 2.6 .. I seem to be running into instances where my code actually has a program line not being executed .. for example, I have a single line of code like Var1 := Var2 that is between 2 other simple code lines; no nesting or anything else to diferentiate structure .. yet that one particular…
-
Navision 3.6 DB Restore
Hey there, wondering if somebody can help me out. I currently have Navision 3.6 with SQL Server 2000. I backup the database each day by doing a backup from Sql Server Enterprise Manager. I need to restore one of these backup that I've made. So I have a new server, I"ve installed Sql Server 2000 on it, and created a new…
-
Get Open status from Vendor Ledger Entry
I am running a report based on Purch. Inv. Header and I want to include the status of each invoice. I got the following code but what else I need to do VendorLedgerEntry.SETFILTER("Vendor No.","Purch. Inv. Header"."Buy-from Vendor No."); VendorLedgerEntry.SETFILTER("Document No.","Purch. Inv. Header"."No.");
-
Barcode Zoom
Has anyone used barcode. I have print barcode on a report but on runtime i want to zoom it too 200%.I am storing the barcode(downloaded from mibuso) into a picture box. Plz Help.
-
No more available space on the disk/diskette
I have a client who has been running version 3.01b for years. This symptom started yesterday. Every time he tries to run any report, he gets the following message: "There is no more available space on the disk/diskette. This refers to the file C:" and then a file name and then "Please use another disk/diskette or delete…
-
Report generation cheap tool
Hi all: I've managed to build a reporting tool based on opensource and java technology. SO this "utility" makes possible the WYSIWYG report design (similar to Cristal Reports). An ODBC connection is needed, of course. This makes the report development very cheap, because it provides a graphicall design tool and no cost…
-
ODBC without local Navision installation?
I want to write some php pages which need to retrieve information from a navision database. I already installed the odbc driver (of the navision 3.6 cd), but I'm not quite sure how to configure a new DSN. - 'Data Source': is the name I want to give to the dsn, let's say 'test' - 'Description': doens't really matter I…
-
Print a report with only 2 items per page
I need to print out a report with only 2 items per page. Presently the report just prints items sequentially so half of one item can be printed on one page and the other half on the next page. Problem is I dont know where to start to put a Counter that counts the number of items that have been printed and to initiate a…
-
Get dataitem / filter on request form
i have created a report with the data items Customer / Value which shows items sales by customer. Although working, i now need to filter on a particular field in the item card, so rather than adding the item dataitem to the report, i have done this as a GET item as : Item.GET("Value Entry"."Item No."); IF Item."FIELD" =…
-
tooltips disable
Hi all, is it possible to disable tooltips permamently under attain 3.10, although you can disable it via the tools menu, it can be re-activated upon deletion of the zup file. So can this be done programmatically ? Tooltips cause the CPU usage on a citrix server (with attain clients) to rocket to 50% - 1user or 100% -…