[Axapta-Knowledge-Village] Accessing data from a form

2008-04-16 Thread mstrillian
I can't find a good place to read about how to do this. I have some radio buttons on a form and when I return, I want to see which one the user chose. I can't figure out how to do this. I tried using formRun.args().parm() but the radio buttons were generated from an enumerated type so I don't k

[Axapta-Knowledge-Village] MB6-513 MorphX Exam

2008-01-07 Thread mstrillian
Do we have any kind of study groups on this site? I am going to take this exam soon and I was wondering if anyone had any advice. I have been studying the Dev III and Dev IV Microsoft manuals for AX 4.0, but there's so much information. Is there anything in particular I should focus on? Does an

[Axapta-Knowledge-Village] MB6-513 MorphX Exam

2008-01-07 Thread mstrillian
Do we have any kind of study groups on this site? I am going to take this exam soon and I was wondering if anyone had any advice. I have been studying the Dev III and Dev IV Microsoft manuals for AX 4.0, but there's so much information. Is there anything in particular I should focus on? Does an

[Axapta-Knowledge-Village] Using SalesFormLetter to post multiple invoices at one time

2007-08-28 Thread mstrillian
Hi everyone, I want to use a string of customer accounts to create a query to post multiple invoices at one time. Here is my code: Query query = new Query(); QueryRunqueryRun; SalesTable salesTable; SalesLine salesLine; SalesFormLetter salesFormL