[Axapta-Knowledge-Village] Purchase orders - value

2009-08-24 Thread yifath1
hi all, Does anyone have any thoughts regarding the following: Purchase orders to be maintained by value and not quantity. i.e. business gets a PO for $100 000, this is invoiced over a few months... So i would have quantity 1 with total value of 100 000 and a few invoices for different

[Axapta-Knowledge-Village] Fixed asset Project

2009-08-24 Thread yifath1
hi All, Is it possible to purchase a fixed asset against an internal project? I.e. the business set up a project in AX in order to manage the costs of setting up its new office and IT infrustructure. All the equipement and furniture, and paintings etc are purchased against the project, but

[Axapta-Knowledge-Village] purchpurchorder report

2009-08-24 Thread Pooja .
Hi Anitha Im workign on the purchpurchorder report. I have header,pagefooter ..which are ok But 1.I need to print the agreement signature bottom of the pagefooter but it should be last page. 2.I need to print rules and regulations which are full page in fresh page ,may be it should be in

[Axapta-Knowledge-Village] Error executing code: Object object does not have method 'name'.

2009-08-24 Thread ckm3812
Does anyone hit this error before? It is an error occur while I called a report in DAX using Business Connector. (C)\Classes\Object\name (C)\Classes\SysSetupFormRun\new - line 9 (C)\Classes\SysSetupFormRun\construct - line 13 (C)\Classes\ClassFactory\formRunClassOnClient - line 5

[Axapta-Knowledge-Village] Reg.HRMS ISSUSE

2009-08-24 Thread trinadh sura
Hi to all, I am working on HRMS in Axapta 2009.Please let me know what is process of Absence management. When employee applies for leave how the process, I am unable to register and approve the absence of employee. Please Send answers for this, it is urgent for demo. Best Regards,

[Axapta-Knowledge-Village] Re: Fixed asset Project

2009-08-24 Thread edwardjosling
Hi Yifat Wouldn't you classify this as an investment project? What version are you running on? Eddie --- In Axapta-Knowledge-Village@yahoogroups.com, yifath1 ymer...@... wrote: hi All, Is it possible to purchase a fixed asset against an internal project? I.e. the business set up a

[Axapta-Knowledge-Village] Fw: File search in folder and subfolder..

2009-08-24 Thread anand patil
Hi all  i wanna help regarding the search the *.pdf folders . I am able to get the files name from a specific folder only using WINAPI, i want get the files name from folder as well as subfolder in X++; Can you help me on this. Thanks and regards Anand. Yahoo! recommends that you

Re: [Axapta-Knowledge-Village] Fw: File search in folder and subfolder..

2009-08-24 Thread anand patil
Hi all, This is a sample code it just works for particular folder only and not subfolder    System.IO.DirectoryInfo di;     System.Type arrayType;     System.Array array;     System.IO..FileInfo fi;     int i;     int l;     di = new System.IO.DirectoryInfo(filePath);   

[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 =

[Axapta-Knowledge-Village] Re: Fixed asset Project

2009-08-24 Thread yifath1
Hey Eddie! Good to see your name! I have tried all the project types, and i can not purchase a fixed asset against a project. I think it would be an investment project. Have I missed out on a project setting? Thanks, Y --- In Axapta-Knowledge-Village@yahoogroups.com, edwardjosling

[Axapta-Knowledge-Village] Re: Fixed asset Project

2009-08-24 Thread yifath1
(AX 2009 - SP1) --- In Axapta-Knowledge-Village@yahoogroups.com, edwardjosling edwardjosl...@... wrote: Hi Yifat Wouldn't you classify this as an investment project? What version are you running on? Eddie --- In Axapta-Knowledge-Village@yahoogroups.com, yifath1 ymervis@ wrote:

[Axapta-Knowledge-Village] Re: Fixed asset Project

2009-08-24 Thread yifath1
(AX 2009 - SP1) --- In Axapta-Knowledge-Village@yahoogroups.com, edwardjosling edwardjosl...@... wrote: Hi Yifat Wouldn't you classify this as an investment project? What version are you running on? Eddie --- In Axapta-Knowledge-Village@yahoogroups.com, yifath1 ymervis@ wrote:

Re: [Axapta-Knowledge-Village] Penny Diff a/c error at the time of Purchase voucher posting

2009-08-24 Thread NITIN DESALE
Dear all,   Any update! --- On Fri, 21/8/09, NITIN DESALE nitindes...@yahoo.co.in wrote: From: NITIN DESALE nitindes...@yahoo.co.in Subject: [Axapta-Knowledge-Village] Penny Diff a/c error at the time of Purchase voucher posting To: Axapta Knowledge Axapta-Knowledge-Village@yahoogroups.com

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

2009-08-24 Thread Hema Malini
try this one instead of value of enum, specify the enum name.     qbds.addRange( fieldNum( PurchTable, PurchStatus) ).value(enum2str(purchstatus::Backorder)); regs, Hema. S From: girac127 girac...@yahoo.com To: Axapta-Knowledge-Village@yahoogroups.com Sent: