|
|
| Query for sql |
| Is it possible to build a query for the following statement? Thanks much in
advance!
select s.*
from SALESLINE s
join INVENTTABLE i on i.ITEMID = s.itemid
where s.SALESSTATUS = 1 and s.ITEMID = i.i... on 20-Nov-09 |
| |
|
| how to run runbasebatch classes concurrently? |
| in AX2009 I have 20 runbasebatch classes scheduled as batch jobs with one
task each to run concurrently, but only a handful run in parallel.
The max threads for the AOS is the default '8'. I would l... on 20-Nov-09 |
| |
|
| Convert Query/QueryBuildDataSource into T-SQL |
| Hi guys,
I am currently trying to find a way to execute a query on another AX database
than the current one. Both AX instances do have the same application version.
The very simple way is of course... on 20-Nov-09 |
| |
|
| Open CSV file in Excel |
| Hi.
I have generated a CSV file from code. When I open the file manually through
explorer it opens perfect with columns seperated. But if I open the file
programatically it opens the file in Excel l... on 20-Nov-09 |
| |
|
| Confirm Delete |
| When I am deleting records from a temp table, I am getting message 'You are
about to delete a record from ...table. Delete record?'. Why am I getting
this message? How do I get rid of it?
Thanks. on 19-Nov-09 |
| |
|
| change width of columns grid slow in AX 2009 |
| Hello,
anybody knows why is very slow to change the width of any column of a grid
in Microsoft Dynamics 2009 in a form?
I have kernel roll up 3 and it solves the problem in Table browser on 19-Nov-09 |
| |
|
| Threaded function |
| 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 operation is runni... on 19-Nov-09 |
| |
|
|
|