30
Mar2011
0 comments
Create a CSV file via an XMLport with no field delimiter
You are trying to create a CSV file in NAV2009 using an XMLPort, but you want no field delimiter.
read more
03
Feb2011
0 comments
Registering Compiled C sharp DLL
In an earlier post I gave the command for registering a compiled C# dll. The command I gave was incorrect
read more
31
Jan2011
0 comments
Regsvr32 on 64bit server – no error or message
I had a problem registering a 32bit dll on a 64bit server.
The dll was custom written and replied upon some registry settings.
For example: HKLM\Software\Jigsaw
Turns out that if it's a 32bit dll the registry settings need to be under
HKLM\Software\Wow6432Node\Jigsaw
Moved the registry settings here and regsvr32 then worked.
05
Dec2010
0 comments
NAV RTC Development Tips
Properties of controls can now be set dynamically. (Well, more dynamically then before). For example, the cells in a column (in a grid) can have a different editable value for each row. I'll describe a quick example of how to do this.
read more
02
Dec2010
0 comments
NAV RTC – Add-ins/dll/com
Creating a control add-in and compilde #c dll's
read more
24
Nov2010
0 comments
SQL Maintenance plan won't run, modify or delete
We recently replaced on SQL server with another. Ths involved server renaming and some of the Maintenance Jobs stopped running. We were unable to delete them through SQL management Studio. They can be manually "adjusted" and then can be deleted. The issue was that the Server name they referred to no longer existed.
read more
21
Nov2010
0 comments
Miscellaneous NAV RTC Development Tips
Creating a menusuite and properties of links
read more
12
Nov2010
0 comments
Delete a rogue Conur Expense Report
Steve runs though how to delete a rogue Conur Expense Report you can't delete.
read more
16
Oct2010
0 comments
Converting a site from Gaia 3.5 to 3.6 in 5 Minutes
Steve runs through how to convert a site from Gaia 3.5 to 3.6 in 5 minutes
read more
09
Sep2010
0 comments
Manually register xp_ndo.dll
If you need to manually register the xp_ndo.dll, this is the script I use.
read more