0
votes
1answer
8 views
Axapta: force container integer to be stored as a string
Is there a way to force a container to store all values as strings? I am using str2con in order to split text strings into containers.
Any time a field with numbers only comes up, …
1
vote
1answer
40 views
Axapta Dialog Validation
I've found several posts and articles around the net talking about validating form fields in dialogs, but none of the examples I've found seem to work properly.
Can someone post a …
0
votes
4answers
127 views
Freeze one or more grid columns
Is it possible to freeze a grid column in Dynamics Ax so that as the user scrolls to the right the first column or two continues to show and doesn't scroll out of view?
2
votes
2answers
37 views
Axapta Validation Class
I've written a class to handle regex validation in AX2009. Problem is that it always returns false, no matter what the expression or input string. Returns no errors, just 'false' …
0
votes
1answer
44 views
Axapta Validation Override Always Executes Twice
In most cases, validation methods I've overridden execute twice each time the parent field is changed. Everything still works, but the InfoLog displays double messages every time. …
0
votes
1answer
19 views
Axapta: Find table by name in AOT
I would like to query the AOT to see if a table name exists using X++. Can anyone point me in the right direction or provide some sample code for doing that?
If table exists with …
0
votes
1answer
32 views
Axapta: Edit form field values
Using a 'clicked' override on a button, I'd like to modify values in an Axapta form.
I'm able to get data from the form field using:
str strOld = Form_FieldName.valueStr();
I …
1
vote
2answers
63 views
Axapta: prevent user from changing form query with search
I've created a custom lookup form in Axapta 3.0 in which a user can select an OprId from a ProdRoute datasource. Before displaying the lookup the ProdId is set and may not be alter …
0
votes
1answer
33 views
Axapta: How to load an image from a file on disk into a grid with a Window Control.
I have been trying:
to load an image into a window control with a datamethod that loads the file into a bitmap, returning a bitmap. This makes Axapta Crash.
When doing the same b …
1
vote
1answer
88 views
How to get a list of methods on a table?
In Microsoft Dynamics AX, how do I get a list of methods on a table from C#?
1
vote
1answer
182 views
Axapta: How can the Table Name, Not the Table ID, be used as a select in the Select Dialog of the Database Log Report?
Currently only the Table Id can be used which is meaningless as it is a number. A little bit of code example would really be great.
0
votes
1answer
40 views
How can I execute custom code when the AOT Service Starts on the Server in MS Dynamics AX?
I need to switch off certain some batch jobs when DAX has been restarted. How can I accomplish this?
Note from Author: This is most likely a X++ programming question and not confi …
1
vote
1answer
180 views
How do I get the previous field value in the modifiedField method of a Dynamic Ax table?
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
vote
1answer
328 views
Page breaks in Dynamic Ax Reports
How do you insert page breaks in Dynamic AX reports?
2
votes
1answer
226 views
What is the best way to print columns from different tables on the same row using the Axapta reporting tool?
It seems like each body section in an axapta report can only print columns from a single table(consistantly). For instance:
I have a report that has the following tables: SalesLin …
