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
July, 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
>
July, 2008
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Florian's weblog
AXToolbox?
Posted
over 4 years ago
by
flo2005
0
Comments
Fabrice Marguerie created some years ago the website SharpToolbox , which is a search engine for .Net development tools and the best of its kind. Since I did not find any site giving me a complete overview over Dynamics Ax tools, I’d like to create...
Florian's weblog
PDF with Dynamics Ax
Posted
over 4 years ago
by
flo2005
1
Comments
As you already know, Microsoft Dynamics Ax does offer a native PDF support which works fine in most cases. The code for this has been written in X++. Unfortunately this might cause some performance problems for large PDF-documents, since X++ is an interpreted...
Florian's weblog
Troubleshooting a simple BC.Net application
Posted
over 4 years ago
by
flo2005
0
Comments
Here's a simple checklist if you have problems to connect to the AOS (Dynamics Ax 4) with the BC.Net. Your code might look like this: 1: Microsoft.Dynamics.BusinessConnectorNet.Axapta ax; 2: string configuration = " C:\\Sample.axc " ; //see step...
Florian's weblog
Printer friendly with Enterprise Portal (EP)
Posted
over 4 years ago
by
flo2005
3
Comments
Having a printer friendly view seems to me a quite basic feature, but unfortunately this isn't the case for the EP. Fortunately the guys from Eggheadcafe had a great idea which permits you to create a printer friendly view with ease. (Thank you for that...
Florian's weblog
The .Net Business Connector (BC.Net) and the IIS
Posted
over 4 years ago
by
flo2005
1
Comments
BC.Net client application The BC.Net is designed to be a client application in a non multithreading context. This is why the assembly is deployed in the bin-directory of the Dynamics Ax client . The following schema describes the standard scenario...
Florian's weblog
Phantom CLR-objects with X++
Posted
over 4 years ago
by
flo2005
0
Comments
Some weeks ago I got the following code: 1: try 2: { 3: iop = new InteropPermission(InteropKind::ClrInterop); 4: iop.assert(); 5: 6: fileInfo = new System.IO.FileInfo(filename); 7: 8: if (WinAPI::fileExists(filename)) 9: { 10: fileInfo.Delete();...
Florian's weblog
Troubles with WinAPI in X++
Posted
over 4 years ago
by
flo2005
0
Comments
Maybe the title is some kind of misguiding, since it's neither the WinAPI nor X++ that are causing troubles, but the wrong use of the WinAPI with X++. Anyway, you might know what I mean ... Following blindly sample code from the web or the online documentation...
Florian's weblog
Down, up, super and base
Posted
over 4 years ago
by
flo2005
2
Comments
Sometimes the programming language is determining the perspective. Last week I read the definition of downcasting on Wikipedia : In object-oriented programming , downcasting or type refinement is the act of casting a pointer or a reference to a...
Page 1 of 1 (8 items)