-
how to format textboxes
Hi i`ve got a small prob how could i format a number in a text box we had to enter a number with lengh of 1 to 4 items ( from 1 to 9999) but the number in the field had to be 6 chars of lengh and on the begining there are always zeros like 002345 or 000025. How could i say the text box to fill the number with zeros until a…
-
Block Item with certain Serial No. ?
I want to block my Items with certain serial no., purpose the item with that serial no. can't to be sold, Can I do that in Navision Financial?
-
excel pictures
Somebody knows how i can to attach a picture in Excel from Navision. Thanks!!!
-
User Rights
Hi, I have a problem in removing access on a menu option. Case 1, in the General ledger I want to remove access to the Setup Menu. I know that I can hide the menu option and save the menu form in another one. Case 2 . If the menu option is calling a code unit. How will I prevent the user from having access to that…
-
runobject form
Hello everybody, I think I have a simple problem. I have two forms - form 1 (card form) - form 2 (tabular form) On form 1 I have a button : Which reffers to form2 On form 2 I have a button : Which reffers to form1 I do this with runobject : form1/form2 and property runformlink : Code=FIELD(Code) Now the result is that when…
-
text boxes
Even when I set the multiline property of a text box to true, it only allows one line. Is this a quirk or is there something else that needs to be done?
-
MS Shared Fax problem
A client is faxing from Navision using the Microsoft Shared Fax Driver on EXCHANGE\SharedFax running Exchange 2000 and Small Business Server 2000. In the Fax Wizard, they can not change any of the text fields (such as fax# & subject). They can when faxing from Word. Navision Support says to use Automation, but they can not…
-
Dataport - export record multiple times
I have a "Quantity" field (type: Integer and not a flow field) in a table that I am exporting records from. I would like to export a record 2x if the quantity is 2, 3x if its 3 etc. The records would all export to the same file, but ones with quantities greater than zero would export extra lines with the same information.…
-
For US Navision People
If your company or any of your clients do a lot of data entry of US addresses you should check out melissadata.com. They offer an Address Lookup COM object which can be accessed as an automation variable. Using this you can generate city and state from phone #'s and then by entering the address line you can generate the…
-
NF - Warehouse Management PDF file
Hi everyone, I urgently need the manual of the Warehouse Management Module. The manual is not on my Navision CD. Skb <img border="0" title="" alt="" src="images/smiles/icon_mad.gif" /> <img border="0" title="" alt="" src="images/smiles/icon_confused.gif" />
-
Down Payment
1. Can I track Down Payment(partial)in Navision Financial for an Invoice? 2. and If an Invoice with amount 30005 but I want to close it with amount 30100 or 30000 (because we don't have money '5' or '100') How can i do that?
-
How does NF manage a company dealing with services?
Hello, I have NF managing my company that buys and sells products. I have the Inventory and the Warehouse Managment turned on. I would like to add a new company that does not have an inventory section, but deals with services. How will I be able to turn off the shipment option, inventory and the warehouse management for my…
-
Can i capture a Cancel Action from a progress window?
lo im kinda new to C/AL and Navision having been programming for just two months. anyway i would like to know can i capture a Cancel action from a progress window. if so how? cheers Dan <img border="0" title="" alt="" src="images/smiles/icon_confused.gif" /> [ 04-02-2002: Message edited by: Danny ]
-
Payables module
Hi, I'm a new Navision user. Does anyone know how to reverse an erroneous payment from a vendor card? Thank you very much.
-
Printing of Checks
Hi Everyone, I have to print a Cheque in the 'Payment Journal module that contains more than 10 details. When the Cheque is printed, it is printed on several papers and automatically voids the Check nos until the one is used on the printed Check. I am actaully wasting a lot of Check Nos. Is there a way to print a check…
-
temporrary tables
How can i let a subform show the records of a temporary table (defined in globals as record with property temporary = yes) Thx
-
cpumoni.exe
DOES ANYONE KNOW WHAT THIS EXECUTABLE DOES AND IF IT'S POSSIBLE TO MINIMIZE ITS CPU USAGE?
-
Books about Programming (GERMAN)
In German sorry: Ich suche dringend Bücher/Handbücher über C/SIDE und allgemeine Programmierung in Navision Financials. Kennt jemand gute Bücher/Handbücher, Scripte, Internetseiten oder andere Medien mit Informationen. Bitte Postet ALLES was euch einfällt. TAUSEND DANK Mfg Ronnie
-
Zup File
I added a menu item on the Purchase Invoice form to print a report. I do a SETRANGE on Invoice No. The report prints but then when I try to enter a new invoice the Zup files supplies a nos series from quotes. In other words the document type in the zup file is now quotes. Only way to fix it is to reset the sup file by…
-
Number of records in a Table
Hi, I have a Navision database and I would to know how many records are there in a table. - Navision 2.5 - I don't have CODBC SL <img border="0" title="" alt="" src="images/smiles/icon_sad.gif" />
-
ODBC and Date Format
I've been having trouble with the date format in my ODBC sql statement. I've seen code in here and copied it exactly and still nothing works. I get the error message to the effect of "not correct operator for operand: =". My code is:...... ....AND "Posting Date = {d '2001-01-01'} My sql statement works fine if this…
-
Navision Helvetica
We have had trouble with customers trying to print Forms. Navision's standard is Helvetica but some customers don't have Helvetica on their systems. Choosing a different font can throw the form out of alignment. Any suggestions?
-
ver 2.60 e sql
Hello friends, can one have the Navision ver. 2.6 E SQL and Windows NT and SQL ver. 7.0? Thank you <img border="0" title="" alt="" src="images/smiles/icon_confused.gif" />
-
Employee time capturing module
Hi, I am looking for an employee time capturing module to integrate to 2.6 and to be used in Germany. Any idees ? Gretings, Philippe
-
account schedules
When you are in account schedules and choose print, how does Navision know to run report 10028? I want it to run 10029, the landscape version of account schedules.
-
Print reverse
Hi everyone and sorry for my english. I got a problem, i want to print something on the reverse of a report like general conditions of sale, but it really doesn't work. If u got any idea....please...
-
import text longer than 250 chars to comments
We need to import text from our old CRM system to Navision comment fields wicht are limited to 80 chars. The idea is to split the text to multiple lines but how to deal with a 250+ char string in a dataport. Any ideas? Uwe <img border="0" title="" alt="" src="images/smiles/icon_confused.gif" />
-
Using .dll
I have a activex control (.dll) that I have registered and am now trying to use it in Navision. It appears in the list of automation servers and all its methods and properties are visible. My problem is actually using it. Whenever I try to create an instance of it (or ANY automation server), I get the message: "Could not…
-
CFront and Boolean Field (VB)
Hi all, I have problem with the AssignField sub. Nothing happen when I try to update a boolean field. No error message, no update. Help me !!!! <img border="0" title="" alt="" src="images/smiles/icon_confused.gif" />
-
Visio Automation
Is it possible to link Navision (Any version) to a MS Visio sheet. Apparently Great Plains is able to take a Visio diagram with a Bill of Materials and use that within their system. We need to do something similar.