Sign In
Issues concerning X++
This blog deals with issues about X++
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
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
Channel 9
CIL
CLR-Interop
Conference
Core language
delegate
Demo
EP
Eventing
Garbage collection
Generics
managed code
mappoint
phone
Presentation
SQL
string performance
warnings
Web service
X++
X++ Language
XML
Archive
Archives
January 2012
(1)
December 2011
(1)
November 2011
(1)
October 2011
(1)
September 2011
(2)
August 2011
(1)
May 2011
(2)
August 2010
(1)
March 2010
(1)
February 2010
(1)
January 2010
(1)
October 2009
(1)
September 2009
(1)
August 2009
(1)
June 2009
(2)
April 2009
(1)
February 2009
(1)
December 2008
(1)
June 2008
(1)
March 2008
(1)
February 2008
(1)
January 2008
(1)
November 2007
(2)
October 2007
(2)
September 2007
(2)
August 2007
(2)
July 2007
(5)
June 2007
(5)
July, 2007
MSDN Blogs
>
Issues concerning X++
>
July, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Issues concerning X++
X++ Tips and Tricks webinar made available right here...
Posted
over 5 years ago
by
Peter Villadsen
7
Comments
Hello All I recently had the opportunity to do a webinar for a number of online participants, where I related a lot of issues that people often see with X++, where X++ is coming from, what its role is and so on. I am pleased to provide this as a...
Issues concerning X++
Integrating Mappoint into the Customer form...
Posted
over 5 years ago
by
Peter Villadsen
1
Comments
At today's webinar, I demonstrated how managed code can be called from a form, to get a bitmap showing the customer's address. The bitmap is found on the address pane, and is updated as the user steps from one record to another. All the magic happens...
Issues concerning X++
Getting rid of the "Loss of precision" warning message
Posted
over 5 years ago
by
Peter Villadsen
1
Comments
A question came up at today's webinar where a developer had a (presumably legitimate) reason to cast a real value into an integer value. The X++ language does not allow explicit casting (there's no support for it in the language), but the compiler will...
Issues concerning X++
Managed enumeration types and X++
Posted
over 5 years ago
by
Peter Villadsen
1
Comments
Currently it is painful to use managed enumeration types in X++, although not impossible, This example came up the other day: A user needed to access an enumeration type called PsDirectoryFilterEnum in a namespace called ProductStudio. He wanted to...
Issues concerning X++
CLR interop: Passing Int16 values to managed code.
Posted
over 5 years ago
by
Peter Villadsen
0
Comments
As you all know, Dynamics AX supports 32 bit integers in its int datatype. However, sometimes you need to transfer an int16 value to a managed method. Currently the easiest way to acheive this is by doing: static void Job2(Args _args) { System.Int16...
Page 1 of 1 (5 items)