x++ Questions
1
Solved
I'm calling a stored procedure via direct SQL from X++, and I can't figure out how to get the integer return value from it. 0 is good, -1 is bad.
// Login to SQL DB
loginProperty = new LoginProper...
Hartzel asked 29/8, 2012 at 18:20
1
Solved
What is the difference between the two statements below?
newTable = orginalTable
or
newTable.data(originalTable)
I suspect there is a performance benefit to the .data() method as it is more ...
Schober asked 19/7, 2012 at 9:8
1
Solved
I have some fields in my Sales Order Form (SalesTable) that need to be disabled if another field is set to a specific value. To do this I overrode the enter and the gotFocus methods on the form fie...
Candytuft asked 15/2, 2012 at 14:25
1
Solved
I created a macro object in the AOT called "MyMacro". In it I put:
#localmacro.myStrFmt
'Here is some text before (' + %1 + ') and some after'
#endmacro
In my class it works if I have it define...
Falange asked 13/2, 2012 at 18:5
1
Solved
How to get the creation date of a PDF file in Microsoft Dynamics AX 2009 with X++?
And how to open that PDF file in the button click?
Baumgardner asked 5/1, 2012 at 5:58
2
I am not sure if it is something with xslt or xpath..but how do I increment a date by 1 day? For example, if the date is 2/16/2009 I want the date to be incremented by 1 to become 2/17/2009 etc. et...
1
Solved
How to compare two dates (instances of type Date, not utcDateTime) in MS Dynamics AX 2009?
I want to check if particular date, taken from the table, is before (or after) the another one. Both are...
Linger asked 11/8, 2011 at 18:22
1
Solved
In Dynamics AX 2009 I am trying to determine the level of indentation of an info message. What I want is something similar to this:
Prefix
Info1
Info2
Prefix2
Info3
I found this:
http://www....
4
What are the function calls to get the System Date and Current Date using X++ in Microsoft Dynamics AX?
1
How do you open and parse a csv file in dynamics ax?
3
My report has a parameter which uses a base enum. The enum has 4 different options to choose when running the report. How do I insert an option which uses all 4 at once?
For example, I have an en...
Adulate asked 19/3, 2010 at 20:56
5
Solved
I'm new to Microsoft Dynamics AX development and I'd like to learn basic things about it.
I have a virtual machine with the '09 version installed.
Is it essential to get familiarized with th...
1
Solved
I want to write a txt file (just like i'd do in visual studio with c# using string writer and everything, with which i'm already very familiar)
what class and method do i use?
how does it work?
...
Erdman asked 1/12, 2009 at 17:32
1
Solved
I would like to be able to perform some logic in the table.modifiedField method which compares the previous value of a field to the new value. How do I get to the previous value?
1
Solved
How do you insert page breaks in Dynamic AX reports?
© 2022 - 2024 — McMap. All rights reserved.