1
vote
1answer
29 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
1answer
6 views
axapta thread / animation
Hi folks,
i have a function which costs plenty of time.
this function is an sql-query called via odbc - not written in x++, since the functional range is insufficient.
while this …
1
vote
2answers
30 views
Axapta v3.0 with SQL 2005?
I managed to find an old Axapta version to practice some programming and learn Axapta a little. The problem is I can't get it started. I had installed SP1-2-3 and started it, it is …
0
votes
4answers
126 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
35 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
18 views
Axapta: Lookup field display the string value instead of the ID?
When AX generates forms and grids, all the lookups are populated properly, but the ID of the lookup item is displayed in the form. The only way to see values that make sense is to …
0
votes
3answers
44 views
ERP What to read/practice?
Hi all
I had been learning ERP applications this summer during internship. As I am a programmer about to graduate, I want to have a solid software branch that would get me through …
0
votes
1answer
39 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
14 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
239 views
Microsoft AX and Business Connector / Enterprise Portal / Application Integration Framework
I've been working a while with a project aiming to integrate AX with the Web.
The company who delivered AX has chosen to use Business Connector (BC.net) directly on my side of the …
0
votes
1answer
28 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 …
0
votes
0answers
12 views
Determine session state in AX Business Connector
Using Microsoft.Dynamics.BusinessConnectorNet, Version 5.0.
What is the recommended way to determine if an Axapta instance is already logged on?
I noticed that the Dispose() met …
1
vote
2answers
60 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
0answers
16 views
AX get stuck in a loop when printing a report
Hi,
A customer is having some trouble printing a standard report in Axapta 3.0 SP3. The report finishes gathering data, and everything is fine. But when the program is trying to p …
0
votes
1answer
29 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 …
