Sign In
David Ferguson
Axapta, C++ and Snowboarding
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
Axapta Architecture
Axapta General
General
Archive
Archives
August 2007
(1)
June 2007
(1)
January 2007
(1)
November 2006
(1)
October 2006
(2)
April 2006
(1)
March 2006
(5)
February 2006
(1)
October 2005
(1)
MSDN Blogs
>
David Ferguson
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
David Ferguson
TS/RDC/RDP Failure in 2003/XP clients
Posted
over 5 years ago
by
David Ferguson
0
Comments
If you are getting this error message when attempting to establish a Remote Desktop Connection (formerly known as a Terminal Services Client session) you may need to install the new 6.0 version of the client. The remote computer requires network...
David Ferguson
Creating a report in X++ code and running
Posted
over 5 years ago
by
David Ferguson
0
Comments
Here is a small job that demonstrates the main parts of build a report dynamically in X++ and launching it. static void MakeReportJob(Args _args) { #AOT str reportName = 'aaMakeReport'; tableid custTableId = tablenum(CustTable); ...
David Ferguson
X++ Server Threads
Posted
over 5 years ago
by
David Ferguson
3
Comments
You can create threads in X++ to perform tasks in the background. Here is a vey simple class that demonstrates the basics. class ThreadDemo { static server void main() { Thread t; ; new ExecutePermission().assert(); //BP...
David Ferguson
Visual Studio Macro for Live Search
Posted
over 6 years ago
by
David Ferguson
1
Comments
Here is a Visual St udio macro that takes the highlighted tex t and starts a search of the msdn/msdn2 sites. It often works better than the built-in help system. I usually assign it to hot key Alt+F1 . '--------------------------------------...
David Ferguson
Enable Debug on Server
Posted
over 6 years ago
by
David Ferguson
0
Comments
When single stepping through X++ code on the client you can bump into code that can only execute on the server. In a default deployment you will not be able to single step through the code. To enable this feature you must turn it on in the ‘Microsoft...
David Ferguson
Command Line To Import Data
Posted
over 6 years ago
by
David Ferguson
1
Comments
In Axapta 4.0 you can use the -startupcmd=autorun_ command line option to batch import data is two steps. 1. Create an xml file ( demoData.xml for example) that looks like this: <?xml version="1.0" encoding="utf-8" ?> <AxaptaAutoRun...
David Ferguson
Live Meeting Error “An error has occured while creating an error report”
Posted
over 6 years ago
by
David Ferguson
7
Comments
I was having the following bug with live meeting. Immediately after starting live meeting a small dialog box would pop up with this error message. The dialog was behind the main Live Meeting window. In a few seconds Live Meeting would disappear. The problem...
David Ferguson
Args and the Axapta Construction Pattern
Posted
over 6 years ago
by
David Ferguson
0
Comments
When looking through Axapta code you will see a lot of references to the type Args . This type is used as a general method for sharing construction parameters. It works well because in the Axapta usa ge pattern because the typical number of parameters...
David Ferguson
Using dimof() on a Dynamic Array
Posted
over 6 years ago
by
David Ferguson
0
Comments
I stumbled across some older X++ code that was using the little know dynamic array. It took a while to find out how to retreive the size of the dynamic array. Here is a little example of using a dynamic array in Axapta: int foo[]; int r; ...
David Ferguson
Know where the fall line is
Posted
over 6 years ago
by
David Ferguson
2
Comments
Microsoft is full of interesting people. Some of the guys in my group go snowboarding once a week and they are kind enough to take me along and show me the ropes. We usually go to the Stevens Pass one day a week after work. If you leave a little early...
David Ferguson
What are Menu item references on report control?
Posted
over 6 years ago
by
David Ferguson
0
Comments
Menu item references are used to add alternative drill down links in a report. When you right click on the output field in the report the list of menu items will be presented in a popup menu. The easiest way to add menu items to a report is to drag-n...
David Ferguson
Making things "click"
Posted
over 6 years ago
by
David Ferguson
0
Comments
I answer questions in discussion groups from time to time. Yesterday, I answered a question and got a very nice thank you. It really brightened my day, and reminded me of what I like best about software, it is so cool when things “click”. You look and...
David Ferguson
Axapta DLLs (What to Blog)
Posted
over 6 years ago
by
David Ferguson
2
Comments
So, I was wondering what to blog about.... There are many things that I would like to discuss but at the end of the day I would rather go home and play with the kids or go to the mountains and hit the snow. So.....I thought I would try recording some...
David Ferguson
A Fresh Beginning
Posted
over 7 years ago
by
David Ferguson
3
Comments
I am a new employee at Microsoft. It has been very exciting joining this team. I was quite suprised to see how helpful and friendly the entire culture is here, after all the rumors that I had heard. I am a developer in the Microsoft Business Solutions...
Page 1 of 1 (14 items)