Sign in
Jesper's blog about integrating with Office Accounting
This blog discusses how to write applications that integrate with Office Accounting.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Accounting
Addins
exceptions
integration
interface
ISbaObjects
ISV
Loader
multiuser
SBA
SBA objects
SQL Express
users
Archive
Archives
March 2007
(1)
November 2006
(2)
October 2006
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jesper's blog about integrating with Office Accounting
Moving the company data to another machine
Posted
over 6 years ago
by
Jesper Birk Olsen
5
Comments
This is a question that comes up a lot in the news groups. "Why can I not restore the company on a new machine or after installing Vista?" OR "Why can't I open the company with the old company file?" Depending on the scenario you get an error "...
Jesper's blog about integrating with Office Accounting
Max number of users?
Posted
over 7 years ago
by
Jesper Birk Olsen
4
Comments
This topic came up a lot in SBA 2006 and I see it still causes some misunderstandings in places. So I thought I'd blog about it here and link to it in future news group postings. There is no preset limit to the number of users in Office Accounting...
Jesper's blog about integrating with Office Accounting
Catching exceptions from the loader
Posted
over 7 years ago
by
Jesper Birk Olsen
2
Comments
The Loader implements a LoaderException class derived from ApplicationException similar to the way that SBA implements SmallBusinessExceptions. Since the Loader is using reflection to call methods on the SBA objects themselves (like Logon and Initialize...
Jesper's blog about integrating with Office Accounting
What do you get when using the Loader
Posted
over 7 years ago
by
Jesper Birk Olsen
6
Comments
Why use the Loader at all? Well - the Loader together with the overall versioning story for SBA/Office Accounting is designed to make integration as smooth as possible and take away the big hurdles of requiring external applications to control and...
Jesper's blog about integrating with Office Accounting
Getting the SBA objects
Posted
over 7 years ago
by
Jesper Birk Olsen
0
Comments
The loader interface provides a method for retrieving the SmallBusinessInstance, FormsFactory, and ReportEngine for a given database. ISbaObjects GetSbaObjects( string configurationFile); The method also has overloads that take a configuration ...
Jesper's blog about integrating with Office Accounting
How to get the Loader for SBA
Posted
over 7 years ago
by
Jesper Birk Olsen
0
Comments
The Loader is installed as a separate msi with Office Accounting. The Loader assemblies are installed into GAC including the interfaces. Any external application using the Loader should bind to the interface assembly "ILoader.dll". An external application...
Jesper's blog about integrating with Office Accounting
Welcome to my blog for ISVs wanting to integrate with Office Accounting
Posted
over 7 years ago
by
Jesper Birk Olsen
4
Comments
In this blog I will write about integrating external applications with Office Accounting. I have worked on SBA 2006 and now Office Accounting 2007 since the beginning and one project I was fortunate enough to work on was the design and implementation...
Page 1 of 1 (7 items)