[Axapta-Knowledge-Village] Display Method Troubles

2009-09-26 Thread girac127
Hello all, I have some troubles with display methods, some work and some do not. Are there resources available that can assist with development of display methods?

[Axapta-Knowledge-Village] Re: How to import Employee data into Ax 2009

2009-09-26 Thread girac127
Sunell, Have you updated the relating tables, this data must also exist in the DirPartyTable and Dir PartyView. --- In Axapta-Knowledge-Village@yahoogroups.com, SUNEEL BABU suneel...@... wrote: HI., I am trying to importing Empl data from excel template. It imported successfully,

[Axapta-Knowledge-Village] Hpw to Post HTTP Form Data in Ax

2009-09-23 Thread girac127
Hi guys, On my form I have a button that when clicked it will post form data to an external website, how can I do this in AX? I have looked at the webSession class, but if someone can provide example that will be great Here is what I want to post: FormData: form

[Axapta-Knowledge-Village] Filtering on a diaplay method on a grid question

2009-09-17 Thread girac127
Hello all, I have a display method on my grid to return data but I am noticing I can not filter when I am using this to get data. How can I filter, right click, filter by..., when using display methods?

[Axapta-Knowledge-Village] Re: How can I pass parameter from a form to a class?

2009-09-12 Thread girac127
for the selected record, this will work.   Try with infolog/print in the above method to check the value of the result.   Hope this helps!!!   Regards, Anitha     On Fri, Sep 11, 2009 at 1:00 AM, girac127 girac...@yahoo. com wrote:   Anitha, Thank you for your reply

[Axapta-Knowledge-Village] Re: How can I pass parameter from a form to a class?

2009-09-10 Thread girac127
it as parameter to the class method. Else you can pass the Table as parameter. Hope it helps!!! Regards, Anitha On Thu, Sep 10, 2009 at 6:34 AM, girac127 girac...@... wrote: Hello all, I have created a job to query and create file. I will drag that into a class. Now I

[Axapta-Knowledge-Village] Re: How can I pass parameter from a form to a class?

2009-09-10 Thread girac127
damage caused by any virus transmitted by this email. From: girac127 girac...@... To: Axapta-Knowledge-Village@yahoogroups.com Sent: Thursday, September 10, 2009 1:30:25 PM Subject: [Axapta-Knowledge-Village] Re: How can I pass parameter from a form

[Axapta-Knowledge-Village] How can I pass parameter from a form to a class?

2009-09-09 Thread girac127
Hello all, I have created a job to query and create file. I will drag that into a class. Now I need to to pass a parameter from my form (the PurchTable.PurchID field of the record that is selected) to the class and use that as my parameter in my query. How can I accomplish this? Best regards

[Axapta-Knowledge-Village] Re: Client to AOS

2009-09-06 Thread girac127
James, I would recommend using an RDP connection to a terminal server or a desktop workstation. We have tried running over a multiple bonded MPLS WAN but the clients were just too slow on responding, especially when running multiple clients. G --- In

[Axapta-Knowledge-Village] What tables does the Clearing Financial Transactions Job delete?

2009-09-04 Thread girac127
Hello all, when I run the job. Clear_Financial_Tables SysDatabaseTransDelete databaseTransDelete = SysDatabaseTransDelete::construct(); It remove the financial transactions. however It also remove some project tables as my project are missing relations. I have looked to see what tables

[Axapta-Knowledge-Village] Re: Displaying Records On Form From Query

2009-09-01 Thread girac127
with it... Regards, Anitha On Tue, Aug 25, 2009 at 8:25 PM, giarc 127 girac127@ wrote: Hello all, When I use the suggested code I get an error saying my variable Purchstatus is not declared, I declared this, but getting an error. How does this need to be declared? regards

[Axapta-Knowledge-Village] Displaying Records On Form From Query

2009-08-24 Thread girac127
Good day all. My requirement is to display only records where the PurchStatus =1 on a new PO detail form which I have in place. I have the following code in the init Datasource(Purchtable) Method. What am I missing to have this execute? public void init() { Query q =