My account: Login | Sign Up
Loading... 

microsoft.public.axapta.programming | Forum profile

Forum profile page for microsoft.public.axapta.programming on http://www.microsoft.com/communities/newsgroups.... This report page is the aggregated overview from a single forum: microsoft.public.axapta.programming, located on the Message Board at http://www.microsoft.com/communities/newsgroups.... This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "microsoft.public.axapta.programming" on the Message Board at http://www.microsoft.com/communities/newsgroups... is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Discussions in microsoft.public.axapta.programming - microsoft.public.axapta.programming (site profile, domain info microsoft.com)
Title: microsoft.public.axapta.programming
Url: http://www.microsoft.com/communities/newsgroups...
Users activity: 18 post per thread
Forum activity: 24 active threads during last week
 

Posting activity on microsoft.public.axapta.programming:

  Week Month 3 Months
Threads: 24 114 491
Post: 61 211 874
 

microsoft.public.axapta.programming Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Vladi
5
user's latest post:
"Pretty" XML in AX v3?...
Published (2009-01-07 08:13:00)
  Hi, I use Eclipse editor which I use for java development. Not small but free and perfect IDE from IBM:) There are formating possibilities for XML and u can work also with XML designer. It s really pity that it s not possible to develope in this IDE Ax things - it has all features that developer would wish... Regards Vladi "ACO" wrote: > Mortals are not the problem. I have that covered very well. >...
Axel Kühn
5
user's latest post:
Initialising a class, via a menu...
Published (2009-01-07 05:01:00)
  Hi David, following the best practices for class constructors and the main class design pattern you should write a construct method for your class which returns a new "created" object. You should call this method inside the main method of you class to get a instance. best practices for class constructors : http://msdn.microsoft.com/en-us/library/aa854210.aspx main class design pattern:...
Chida
4
user's latest post:
Threading in Ax 4.0 in...
Published (2009-01-05 09:24:00)
  Hi Vladi/Michal, Suppose if I create the threads inside the while loop meanst will create as many thread as the records in while loop right? thread t; while select settlementtable { t= new thread(); t.run( classnum( Myclass), identifierstr(runThread)); } how good the performance will be if we implements in the above way? Hi Micele could you please send me the class to my mail id is acnathan@gmail.com Best Regards Chida...
Michal Kupczyk
4
user's latest post:
Is this a bug? ("The table...
Published (2009-01-07 12:03:00)
  "terra_frugum" > It is hard for me to believe that the authors of that video or of the MSDN > article didn't check their syntax. So I rather suspect that this syntax is > incorrect in AX 4.0, but supported in AX 2009. Is this the case? I don't > have > 2009 or else I would have checked it myself. Yes, you're right. The syntax was extended in AX2009. look here:...
Hamza
4
user's latest post:
Why i should Click restore...
Published (2009-01-07 11:58:00)
  Dear MB... I just want to thank you...it is work well...thanks again. Best Regards. Hamza. "MB" wrote: > Hi, > > When you are using the update() command you are updating the database (i.e. > the backend). The data displayed on your form is obtained from the > datasource. > > Therefore ax will ask you to refresh (restore) the form's datasource before > it...
ACO
4
user's latest post:
"Pretty" XML in AX v3?...
Published (2009-01-07 07:25:00)
  Mortals are not the problem. I have that covered very well. Geeks are the problem. It is by far easier to read formatted XML in Notepad than it is to read unformatted XML in Notepad. "Markus Nbauer" wrote: > In fact XML is not inteded to be read by mortals. So it might be a better > idea to write a transformation to HTML or directly read XML and generate > temporary table records and display...
terra_frugum
3
user's latest post:
Is this a bug? ("The table...
Published (2009-01-07 12:09:00)
  I see. Thanks a lot, Michal! "Michal Kupczyk" wrote: > > Yes, you're right. The syntax was extended in AX2009. > look here: > http://blogs.msdn.com/x/archive/2007/09/10/sql-improvements-in-the-next-version.aspx > > and here > http://www.microsoft.com/downloads/details.aspx?FamilyId=7B80DC17-BCF0-4AF5-A4D0-81ABA51F8002&displaylang=en > page 12....
Markus Nöbauer
3
user's latest post:
"Pretty" XML in AX v3?...
Published (2009-01-07 06:07:00)
  In fact XML is not inteded to be read by mortals. So it might be a better idea to write a transformation to HTML or directly read XML and generate temporary table records and display it in an X++ grid. "ACO" <ACO@discussions.microsoft.com> schrieb im Newsbeitrag news:81919A8C-6DB2-46C4-8D9C-D095CAB29E3E@microsoft.com... > True, IE will reformat XML as needed, but it also has undesirable...
David Hills
3
user's latest post:
Initialising a class, via a menu...
Published (2009-01-07 00:56:00)
  Thanks for your help Axel and Ivan once I had set the datasource on the action menuitem property sheet to the data source of the overview table that had the record focus, that I was interested in, that was it. The args got passed through, in the back ground with out me having to do anything. The main function of myclass is automatically started on the button push and the following code works static void main(Args args) { object...
Anitha
2
user's latest post:
synchronous exchange using...
Published (2009-01-05 01:47:00)
  Thanks Erik. Can you suggest me where i should include the sychronous flag in the envelope. Can you send me a test XML with Sync Flag?? -- Regards, Anitha "Erik" wrote: > Hi Anitha, > > As far as i know all transactions using the BizTalk adapter are > asynchronous, as the adapter can only be set to a minimum 1 min interval. AX > can however handle the transaction synchronous if a...
 

Latest active threads on microsoft.public.axapta.programming::

Discussions in microsoft.public.axapta.programming
Started 1 day ago (2009-01-08 01:33:00)  by Ronald
Hi, I have to pass (almost) all reports to an external archive system. My idea is to implement it in 2 steps: 1. write the report to the "print archive" This can be done by setting printJobSettings(enableStoreInPrintArchive(true) and works fine with one report 2. read ...
Thread:  Show this thread (1 post)   Thread info: How to pass *all* reports to an external archive system in microsoft.public.axapta.programming Size: 1,528 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to pass *all* reports to an external archive system in microsoft.public.axapta.programming :: microsoft.public.axapta.programming :: Discussions in microsoft.public.axapta.programming"
Discussions in microsoft.public.axapta.programming
Started 2 days ago (2009-01-07 01:33:00)  by Jan Rijkens
Im working on a link between bizztalk and Dax 4.0 sp2 AIF using web services. all is working fine when i query for just one reccord but when i am requesting a full set of about 7000 records im getting a error insufficient memory. i have implemented the max buffersize registry key to have no memory restrictions. ...
Thread:  Show this thread (2 posts)   Thread info: Insufficent memory error AIF + web services in microsoft.public.axapta.programming Size: 2,307 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Insufficent memory error AIF + web services in microsoft.public.axapta.programming :: microsoft.public.axapta.programming :: Discussions in microsoft.public.axapta.programming"
Discussions in microsoft.public.axapta.programming
Started 1 day, 13 hours ago (2009-01-07 12:34:00)  by Jens
Hello there, Happy New Year ! I was wondering if there are any SQL guru's out there ... :-) We are currently moving our Ax from Oracle to SQL2005. I have encountered a piece of code that reads a table and generate a "from-to" list instead based on intervals. Example: This table holds 17 ...
Thread:  Show this thread (1 post)   Thread info: Challenge: Oracle-specific code, change to SQL syntax ? in microsoft.public.axapta.programming Size: 4,555 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Challenge: Oracle-specific code, change to SQL syntax ? in microsoft.public.axapta.programming :: microsoft.public.axapta.programming :: Discussions in microsoft.public.axapta.programming"
Discussions in microsoft.public.axapta.programming
Started 1 day, 16 hours ago (2009-01-07 09:42:00)  by terra_frugum
I'm not sure this is the right place to ask (if not, I'll be grateful for a redirection), but here it is anyway. I'm using AX 4.0 and it seems I cannot qualify the field in an "order by" clause. For example, in the following code (taken from the "How Do I: Use X++ SQL Select Statements?" video) ...
Thread:  Show this thread (5 posts)   Thread info: Is this a bug? ("The table does not contain this field") in microsoft.public.axapta.programming Size: 1,645 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Is this a bug? ("The table does not contain this field") in microsoft.public.axapta.programming :: microsoft.public.axapta.programming :: Discussions in microsoft.public.axapta.programming"
Discussions in microsoft.public.axapta.programming
Started 2 days ago (2009-01-07 01:58:00)  by Hamza
Dear all, I have a problem and i need your help....I am making an update transaction and every thing goes well...but at the same if i do it again dynamics always require me to make "Restore command" to contiue the second update....Example.. i made the update for field (A) with specific value and every thing done well until now.......
Thread:  Show this thread (4 posts)   Thread info: Why i should Click restore button...? in microsoft.public.axapta.programming Size: 1,064 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Why i should Click restore button...? in microsoft.public.axapta.programming :: microsoft.public.axapta.programming :: Discussions in microsoft.public.axapta.programming"
Discussions in microsoft.public.axapta.programming
Started 2 days, 12 hours ago (2009-01-06 13:52:00)  by SysProg
Hello, I have a user that enters in a sales quotation in CRM and the Sales Responsible field defaults to a random user (not him). I need this to default to blank. Other users are not encountering this problem only him. Anyone know of a solution to this?!?!? Thank you in advance. Regards....
Thread:  Show this thread (3 posts)   Thread info: Default Field populating in microsoft.public.axapta.programming Size: 694 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Default Field populating in microsoft.public.axapta.programming :: microsoft.public.axapta.programming :: Discussions in microsoft.public.axapta.programming"
Discussions in microsoft.public.axapta.programming
Started 2 days, 1 hour ago (2009-01-07 01:18:00)  by ACO
This is definitely a "nice to have" rather than a "need to have" but it gets to be a real chore trying to read a continuous single line of XML and having to open up an editor to reformat is equally bothersome. Now that I have an XMLDocument object filled with all sorts of wonderful stuff, how can I pretty up the text with line ...
Thread:  Show this thread (6 posts)   Thread info: "Pretty" XML in AX v3? in microsoft.public.axapta.programming Size: 816 bytes
Related Threads: Same Site | All Sites
Customize:  Customize ""Pretty" XML in AX v3? in microsoft.public.axapta.programming :: microsoft.public.axapta.programming :: Discussions in microsoft.public.axapta.programming"
Discussions in microsoft.public.axapta.programming
Started 1 day, 20 hours ago (2009-01-07 06:04:00)  by Fhatuwani Mudzunga
Hi, what must i use if i want to sort invoice and payment. i want my report to display invoice followed by payment invoice payment invoice payment if there is no payment for a certain invoice it must sort or group by date. Thanks In Advance...
Thread:  Show this thread (1 post)   Thread info: Sort and Group By in microsoft.public.axapta.programming Size: 678 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Sort and Group By in microsoft.public.axapta.programming :: microsoft.public.axapta.programming :: Discussions in microsoft.public.axapta.programming"
Discussions in microsoft.public.axapta.programming
Started 2 days, 20 hours ago (2009-01-06 05:46:00)  by David Hills
Good Afternoon Can anyone help with the following? I’ve created a menu item button, that activates a menu item action that runs the main function of a new class. I believe this is the best practise “axapta strategy pattern” . What I would like some help with is this. My new class, when it’s initialised using ...
Thread:  Show this thread (7 posts)   Thread info: Initialising a class, via a menu item action, from a form in microsoft.public.axapta.programming Size: 1,427 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Initialising a class, via a menu item action, from a form in microsoft.public.axapta.programming :: microsoft.public.axapta.programming :: Discussions in microsoft.public.axapta.programming"
Discussions in microsoft.public.axapta.programming
Started 2 days, 19 hours ago (2009-01-06 06:34:00)  by M.O.
Greetings everyone, and happy new year! We have a new client here that has bought a MS Dynamics license. I would like to know all the modules that are included through there registration key. Is there a way to figure that out? Regards, Masil
Thread:  Show this thread (2 posts)   Thread info: Can I figure out which module a client has purchased? in microsoft.public.axapta.programming Size: 641 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Can I figure out which module a client has purchased? in microsoft.public.axapta.programming :: microsoft.public.axapta.programming :: Discussions in microsoft.public.axapta.programming"
 

Hot threads for last week on microsoft.public.axapta.programming::

microsoft.public.axapta.programming
Started 3 days, 22 hours ago (2009-01-05 04:16:00)  by Chida
Hi, Is is possible to implement threading concept on a class?so that I can group the records in to seperate threads and start processing them at same time. The scenorio is while doing a credit card settlement we are sending the card details to 3rd party using XML,since the volume of the transactions is very high the ...
Thread:  Show this thread (10 posts)   Thread info: Threading in Ax 4.0 in microsoft.public.axapta.programming Size: 1,130 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Threading in Ax 4.0 in microsoft.public.axapta.programming :: microsoft.public.axapta.programming :: Discussions in microsoft.public.axapta.programming"
microsoft.public.axapta.programming
Started 2 days, 20 hours ago (2009-01-06 05:46:00)  by David Hills
Good Afternoon Can anyone help with the following? I’ve created a menu item button, that activates a menu item action that runs the main function of a new class. I believe this is the best practise “axapta strategy pattern” . What I would like some help with is this. My new class, when it’s initialised using ...
Thread:  Show this thread (7 posts)   Thread info: Initialising a class, via a menu item action, from a form in microsoft.public.axapta.programming Size: 1,427 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Initialising a class, via a menu item action, from a form in microsoft.public.axapta.programming :: microsoft.public.axapta.programming :: Discussions in microsoft.public.axapta.programming"
microsoft.public.axapta.programming
Started 2 days, 1 hour ago (2009-01-07 01:18:00)  by ACO
This is definitely a "nice to have" rather than a "need to have" but it gets to be a real chore trying to read a continuous single line of XML and having to open up an editor to reformat is equally bothersome. Now that I have an XMLDocument object filled with all sorts of wonderful stuff, how can I pretty up the text with line ...
Thread:  Show this thread (6 posts)   Thread info: "Pretty" XML in AX v3? in microsoft.public.axapta.programming Size: 816 bytes
Related Threads: Same Site | All Sites
Customize:  Customize ""Pretty" XML in AX v3? in microsoft.public.axapta.programming :: microsoft.public.axapta.programming :: Discussions in microsoft.public.axapta.programming"
microsoft.public.axapta.programming
Started 1 day, 16 hours ago (2009-01-07 09:42:00)  by terra_frugum
I'm not sure this is the right place to ask (if not, I'll be grateful for a redirection), but here it is anyway. I'm using AX 4.0 and it seems I cannot qualify the field in an "order by" clause. For example, in the following code (taken from the "How Do I: Use X++ SQL Select Statements?" video) ...
Thread:  Show this thread (5 posts)   Thread info: Is this a bug? ("The table does not contain this field") in microsoft.public.axapta.programming Size: 1,645 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Is this a bug? ("The table does not contain this field") in microsoft.public.axapta.programming :: microsoft.public.axapta.programming :: Discussions in microsoft.public.axapta.programming"