Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Florian's weblog
My first experience with Microsoft Dynamics AX, BC.Net and the Enterprise Portal at Microsoft.
RSS for posts
August, 2008
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
AIF
Ax2009
Ax4
Ax-Client
AxToolbox
Ax-Troubleshooting
BC.Net
C#
EP
Fun
MS CSS support
Programming
The CLR for X++ programmers
Thoughts
Troubleshooting
X++
Archives
Archives
July 2010
(1)
June 2010
(3)
February 2010
(1)
January 2010
(3)
November 2009
(1)
August 2009
(9)
May 2009
(1)
March 2009
(2)
February 2009
(1)
January 2009
(4)
December 2008
(8)
November 2008
(8)
October 2008
(4)
September 2008
(4)
August 2008
(10)
July 2008
(8)
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
Atom
MSDN Blogs
>
Florian's weblog
>
August, 2008
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Florian's weblog
Adding dynamically UserControls to a report with X++
Posted
over 4 years ago
by
flo2005
0
Comments
This is a pretty simple example how to add an UserControl to an existing Report. But since the documentation isn’t talking a lot about here’s the code: public boolean fetch() { ReportSection reportSection; ReportTextControl textControl; ; reportSection...
Florian's weblog
Making suggestions for Dynamics Ax
Posted
over 4 years ago
by
flo2005
0
Comments
As a Microsoft Dynamics partner you have the possibility on PartnerSource to log or vote for product suggestions and to vote for defects that have been logged by Microsoft support engineers ( here ). I added one suggestion on 28/05/2008 which might...
Florian's weblog
The Axapta-logon with the Enterprise Portal (EP)
Posted
over 4 years ago
by
flo2005
0
Comments
It’s quite important to understand how EP logs on to Ax4. Since a graphic is much easier to understand than a large text, here’s a flow diagram that shows the initialization process that happens in the Init-method of the SessionItem-class in the WebParts...
Florian's weblog
New technology… ;-)
Posted
over 4 years ago
by
flo2005
0
Comments
Yesterday I got my new telephone which looks quite impressive: Well, at least until you need some essential functionalities like redial… It is quite unbelievable for me that a new IP-phone with a touchscreen, office communicator connection, fingerprint...
Florian's weblog
AXToolbox on the runway
Posted
over 4 years ago
by
flo2005
0
Comments
The first step is done. Fabrice gave me the green light, so that AXToolbox can join the network of SharpToolbox (for .Net development tools), JavaToolbox (for Java development tools) and ProAgora . AXToolbox will not be limited to Dynamics Ax development...
Florian's weblog
Instrumentation for BC.Net applications
Posted
over 4 years ago
by
flo2005
0
Comments
Most of the problems I saw in BC.Net application were related to missing information about what’s going on while executing the application. Not being able to monitor an application is a nightmare for every administrator so if you’re a developer, please...
Florian's weblog
Problems with the COM-Wrapper Wizard
Posted
over 4 years ago
by
flo2005
0
Comments
I recently got the following strange error-message during the execution of the COM-wrapper wizard: "Method 'Item' in COM-object for class 'Interfaces' returned error code 0x800A0009 (<unknown>) which means: <unknown>" Debugging the...
Florian's weblog
X++ in the BC.Net AppDomain and on the AOS
Posted
over 4 years ago
by
flo2005
0
Comments
As I already wrote before , the BC.Net is an Ax-client and as an Ax-client able to execute X++-code. So your X++ method are by default executed within the calling AppDomain . In order to identify the AppDomain in which the X++ is executed we write...
Florian's weblog
Printer friendly EP pages – Part II
Posted
over 4 years ago
by
flo2005
0
Comments
Some days ago I presented a quite simple way to have printer friendly EP pages . Since sometimes it’s good to have different solutions here’s another solution from Anders K. Jacobsen here and here . You just have to create a new master-page (based on...
Florian's weblog
Now for something completely different… (goosh)
Posted
over 4 years ago
by
flo2005
0
Comments
Google presented some weeks ago the “unofficial Google shell” http://goosh.org/ which I find very impressive. It’s handy, simple to use, extremely fast, has great features... I can imagine that this is the way search engines will work in the feature....
Page 1 of 1 (10 items)