Sign In
Jorn Lindhard Mortensen's blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
add-in
external report
native report
Office Accounting
Office Accounting 2008
Office Accounting SDK
Pages
performance
report executor
reporting sdk
reports
SBA
SQL Server
template
Archive
Archives
November 2009
(1)
November 2008
(1)
August 2008
(2)
June 2008
(2)
May 2008
(1)
April 2008
(1)
November 2007
(1)
October 2007
(3)
September 2007
(1)
June 2007
(1)
April 2007
(2)
March 2007
(2)
February 2007
(2)
January 2007
(1)
December 2006
(2)
November 2006
(5)
MSDN Blogs
>
Jorn Lindhard Mortensen's blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jorn Lindhard Mortensen's blog
Moving on
Posted
over 3 years ago
by
Jorn
4
Comments
You may have noticed that things have been quiet for a while on this blog, well here is why: Microsoft Office Accounting will no longer be distributed after November 16, 2009. As a consequence I have moved on to new challenges within Microsoft...
Jorn Lindhard Mortensen's blog
Office Accounting 2009 US now available - FREE upgrade!
Posted
over 4 years ago
by
Jorn
7
Comments
Well it is time for a new version of the us version of Microsoft Office Accounting. Part of the big news this year is that existing Professional users can upgrade for free! Check out this site for more detail . Naturally users of the Express version can...
Jorn Lindhard Mortensen's blog
How can I create new Office Accounting reports that can be seen by low rights users?
Posted
over 4 years ago
by
Jorn
1
Comments
A few people have had this problem now: They create a report add-in for Office Accounting but when they deploy to the end users the reports does not show up in the menu. One of those ”but it works for me!!” problems… A typical reason can be that...
Jorn Lindhard Mortensen's blog
My Office Accounting report’s aging filters need to add new columns
Posted
over 4 years ago
by
Jorn
10
Comments
I just got this question: “The problem is that I am creating a new custom report using the INativeReportV2 interface. I am trying to apply Aging Options Filter to the report. The problem is, how I do capture those values in the CreateDesign method...
Jorn Lindhard Mortensen's blog
Accessing data in an Office Accounting report
Posted
over 4 years ago
by
Jorn
0
Comments
I was asked how you can access the data in an Office Accounting report in code. As the code shows below this is very simple – you just have to remember a few things: · There is no guarantee that the columns in the data view won’t change between...
Jorn Lindhard Mortensen's blog
New blog on Office Accounting
Posted
over 4 years ago
by
Jorn
3
Comments
I just wanted to let you know that my friend John Thuneby has started a new blog about Office Accounting . My guess is that he will write more about the functionality in the application and less about the technical stuff. I know that John welcomes feedback...
Jorn Lindhard Mortensen's blog
Set up Office Accounting for multiple users
Posted
over 4 years ago
by
Jorn
4
Comments
I just saw this article on how to set up Office Accounting for multiple users. As I know this is a topic that people has a lot of questions about I thought I would post a link to it... At the same time you can find a lot of usefull information in the...
Jorn Lindhard Mortensen's blog
How can I export an Office Accounting report to Excel in code
Posted
over 4 years ago
by
Jorn
7
Comments
It has been a while since my last post and I have gotten a few questions. One question was related to exporting reports to Excel. This is actually pretty simple; you may have noticed the IReportExportToExcelV2 interface. This is the key to this...
Jorn Lindhard Mortensen's blog
Fresh off the press: Office Accounting 2008
Posted
over 5 years ago
by
Jorn
8
Comments
Time for some exciting news on brand new Office Accounting versions!! Today we are releasing the new Office Accounting 2008. Among the great news we are now releasing new versions; besides the new US version we have now added a new US-Spanish version...
Jorn Lindhard Mortensen's blog
How do I use the ReportColumnType and ReportColumnPreferenceType values when I build custom Office Accounting reports?
Posted
over 5 years ago
by
Jorn
5
Comments
The question about the ReportColumnType came up in a comment for a prior post, and yeah I guess it’s fair that I tell you about it :o) First a brief description of the values, from the quick overview you can see that you really do not have that...
Jorn Lindhard Mortensen's blog
Add custom filters to your custom Office Accounting reports
Posted
over 5 years ago
by
Jorn
3
Comments
What if I have created a INativeReport and I want to filter it, but the build in filters are not exactly what I need? Well you can create your own filters! It does require some coding though (but we like code, right?). As an example let’s...
Jorn Lindhard Mortensen's blog
How to create Office Accounting reports with totals?
Posted
over 5 years ago
by
Jorn
2
Comments
Ok - it’s been way too long since my last post, and I now feel forced to cover a topic that several people has asked me: “native reports are great and all, but can I add a total to my report”. The good news is the answer is yes, the bad news...
Jorn Lindhard Mortensen's blog
More than one report in one Office Accounting add-in
Posted
over 5 years ago
by
Jorn
1
Comments
I was asked If you need a new Report add-in for each report you want to add. I think it is a good question and one of the things you do not get for free in you generate your reports using the templates (there I had a chance to mention it again) ...
Jorn Lindhard Mortensen's blog
Office Accounting 2007 Service Pack 1
Posted
over 5 years ago
by
Jorn
0
Comments
I know I'm a little late with this announcement, but for those who haven't seen it we now have a service pack ready for download from http://www.microsoft.com/downloads/details.aspx?familyid=F5A69C78-39A0-4B10-9072-456031457EB5&displaylang=en ...
Jorn Lindhard Mortensen's blog
What is taking time in my MS SQL database?
Posted
over 5 years ago
by
Jorn
1
Comments
Just thought I would post this info as I have been talking to some people that did not have all the MS SQL tools installed and then did not know how to get performance information out of the server … maybe just maybe other people in the world would have...
Jorn Lindhard Mortensen's blog
Performance tip for Office Accounting on SQL Server
Posted
over 5 years ago
by
Jorn
9
Comments
Previously I did a post with a few general performance tips for Office Accounting . I just saw a question on the newsgroup about performance on a SQL Server; basically the application was running very slow even though the server machine was a very...
Jorn Lindhard Mortensen's blog
Performance optimized coding with the Office Accounting SDK
Posted
over 5 years ago
by
Jorn
2
Comments
Some things are more expensive than others when using the Office Accounting SDK, here is a few tips I have found along the way: If doing bulk inserts or updates you will probably get better performance if you disable refreshing from the database...
Jorn Lindhard Mortensen's blog
More than one million downloads of Office Accounting Express
Posted
over 5 years ago
by
Jorn
3
Comments
Just noticed this blog post by Rajat Taneja. http://blogs.msdn.com/rajattaneja/archive/2007/02/15/one-million-downloads-of-office-accounting-express-in-90-days.aspx Pretty cool!!
Jorn Lindhard Mortensen's blog
Creating reports that can access data in SQL
Posted
over 5 years ago
by
Jorn
26
Comments
I got a comment on one of the prior post asking if I would create a new post on how to query the data in the Office Accounting database directly, thank you for the question. I would like to encourage other readers to ask for other posts on other things...
Jorn Lindhard Mortensen's blog
Creating Reports in Visual Basic
Posted
over 5 years ago
by
Jorn
0
Comments
I have been asked how to do these things if you are a VB programmer. Well my very first comment you may have guessed already :o) Use the templates! – yes that’s right, some sweet soul has created templates for the VB side of things as well. ...
Jorn Lindhard Mortensen's blog
Adding reports 3 - native reports with a little more meat
Posted
over 6 years ago
by
Jorn
5
Comments
In my last post I showed that you can add a native report to Office Accounting. but really the report I created in my example was kind of bla – don’t you think? Let’s try to add a little meat to the report! Filtering To add filters to the...
Jorn Lindhard Mortensen's blog
Adding reports 2 - simple native report
Posted
over 6 years ago
by
Jorn
7
Comments
Ok, I’m back from vacation so let’s take a look at the next thing you can do with the report SDK; adding native reports. A native report is a report that will run in the Office Accounting report engine and it will be shown in the native Office Accounting...
Jorn Lindhard Mortensen's blog
Vacation
Posted
over 6 years ago
by
Jorn
0
Comments
This is the most important post ever - for me at least :o) I’ll be on vacation the next couple of weeks, so if you have comments or questions to any of the posts expect a small wait before I reply… I promise that when I come back I will have...
Jorn Lindhard Mortensen's blog
Adding Reports 1 - report executors
Posted
over 6 years ago
by
Jorn
2
Comments
In the 2007 version of Office Accounting we have added a reporting SDK. With this SDK you now have some new opportunities for integrating to the application: · Creating new report executors · Creating new native reports · Creating report UI add...
Jorn Lindhard Mortensen's blog
Office Accounting - performance tips
Posted
over 6 years ago
by
Jorn
35
Comments
I promised in my first post that I would talk a bit about performance, I do have some tips and the list will probably grow over time, however a lot of things will affect the performance on your individual PC, so it is very hard to give hard advice on...
Page 1 of 2 (27 items)
1
2