default company

What’s the executable command to default the company name when the user double clicks on the Navision icon? What are some of the other commands available when launching executables?

company = MyCompany All command line arguments is in the installation manual

Well… It’s kind of hard to see the installation manual when there is none with new releases Is it ‘MyCompany’ or just MyCompany ???

Ooops… I take my prevoius comment back. The installation manual is on the installation CD.

Replace MyCompany with the name of Your real companyname

just as an example here is our command line parameters for a SQL-2000 server with an TPC-IP connection: “C:\Programme\Microsoft Business Solutions-Navision\Client\finsql.exe” TEMPPATH=%TMP%, NETTYPE=TCP, SERVERNAME=YYYY, DATABASE=“XXXX”, NTAUTHENTICATION=0, OBJECTCACHE=9600 YYYY needs to be replaced by the sql servername XXXX is the database name. NTAUTHENTICATION=0 means the user authenicates against the sql server (do not use =NO, if the users switches the language, from english to german, for example, you will get an error message. i guess this is a bug in attain) hope this helps krgds joern richter