[Axapta-Knowledge-Village] No Transaction Recods

2008-04-25 Thread Rajkumar
Hi, I have to print a report which needs to fetch records from InventTable and InventTrans for items which have no physical transaction during a defined period(dates). I have created a query in inventTable and trying to loop through the inventrans records in fetch method and find the items

[Axapta-Knowledge-Village] Intercompany item

2008-04-03 Thread Rajkumar
Hi.. In Std Axapta, one can copy item from InventTable/Functions/Create item in company/. This will copy a item from Global company to other local company. I want to do the same for multiple items at a same time by selecting more items from invent Table. And also whenver a item is created in

[Axapta-Knowledge-Village] Create similar Std Document handling

2007-12-14 Thread Rajkumar
Hello, I have a small query on document handling. I have to add a lot of texts on sales order document. These texts should be predefined. It will be necessary to have the ability to have some table to choose a specific text top print on the document. Now I have created a new table and a form.

Re: [Axapta-Knowledge-Village] Re: Tab Page Problem crazy one

2007-11-16 Thread RAJKUMAR
as a !(not) filter on the currently selected RecId of the first dataSource. Change the filter and refresh the second dataSource each time the 1 dataSource selection change. Good luck! --- In Axapta-Knowledge-Village@yahoogroups.com, Rajkumar [EMAIL PROTECTED] wrote: Hi There are two

[Axapta-Knowledge-Village] Tab Page Problem crazy one

2007-11-12 Thread Rajkumar
Hi There are two tabpages containing the same records in grid. The datasource for tabpage 1 is regular table and for tabpage 2 is temp table. I have to display all the records in tabpage 2 except the record to which cursor is placed in tab page 1. Similalry when i change the record up or down

[Axapta-Knowledge-Village] Records in Report

2007-10-08 Thread Rajkumar
Dear All, I just want to know that if there are 'n' lines in report for a particular query,then I have to display the first record with all the fields displayed,then the other lines for the same query should not display few fields. I cant use the controlname.visible for the same.Is there

[Axapta-Knowledge-Village] Problem on BOMcalcTrans

2007-10-05 Thread Rajkumar
Hi All, After clicking on the complete button on the BOMCalcTable form, then the BOMCalcTrans opens and here the display method for Total cost is calculated based on the Bom lines. Actually I need to display different value for those data which has no setup time selected. Or if i can get the

[Axapta-Knowledge-Village] Data insertion in BOMCalcTrans

2007-10-04 Thread Rajkumar
Hi, Can anyone tell me how is the data in BOMCalctrans table populated or inserted.Tell me the exact class or any form which is populating the same. Regards

[Axapta-Knowledge-Village] Create Project in Project module using X++ code

2007-07-02 Thread Rajkumar
Hi Can Anyone tell me how to create new project in project module using X++.Since I am facing problem creating the same. It would be of more use for me to create using code. Thanks in advance Regards, Raj

Re: [Axapta-Knowledge-Village] Re: Stop GL posting using X++ Code

2007-06-20 Thread RAJKUMAR
-Knowledge-Village@yahoogroups.com, Rajkumar [EMAIL PROTECTED] wrote: Hi All, Can anybody tell me how to Stop GL posting using X++ Code. There is a way to comment the code in post method of LedgerVoucher Class. But I need that to be done in x++ code. Anybody suggest?? Regards, Rajkumar

[Axapta-Knowledge-Village] Re: SO posting using X++ Code

2007-06-15 Thread Rajkumar
(salesTable,SystemDateGet (),SalesUpdate::All,AccountOrder::None,false,true); } There you go.. All set.. Regards, Mohsin Zia. Rajkumar [EMAIL PROTECTED] wrote: Hi Mohsinzia, Really thanx for the help. Now what I need is, the invoice number getting created should

[Axapta-Knowledge-Village] Stop GL posting using X++ Code

2007-06-14 Thread Rajkumar
Hi All, Can anybody tell me how to Stop GL posting using X++ Code. There is a way to comment the code in post method of LedgerVoucher Class. But I need that to be done in x++ code. Anybody suggest?? Regards, Rajkumar

[Axapta-Knowledge-Village] Re: Syntax for Axapta SQL Statement

2006-03-23 Thread Rajkumar
, Matrish On 3/23/06, Rajkumar [EMAIL PROTECTED] wrote: Dear All, I have an requirement like selecting records for Purch Items for 'n' number of Purchase order. This is like Select * from PurchLine where purchid in ('234334','345345','34534'). Could any one kindly help me

Re: RE : [Axapta-Knowledge-Village] MenuItemButton in a form

2005-12-21 Thread RAJKUMAR
Hi Steeve, I used switch case and menuitembutton.thanks a lotregs, RK __Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com Sharing the knowledge on Axapta.

[Axapta-Knowledge-Village] MenuItemButton in a form

2005-12-20 Thread RAJKUMAR
A Form has ledger,Customer,vendor accounts listed in combo box and respective lookup form where for each type of account selected in combo displays from StringEdit box Now i want to add a button next to the form and when selecting the particular account number from lookup and pressing the