Re: [Axapta-Knowledge-Village] Calling Dialog class when creating new record

2006-03-02 Thread raj verma
hi siva, your situation is similar with creating a sales order in standard axapta in standard axapta a class is called see this class for reference... or just call ur class on the create method of the form... use accessors method for the value selected in the combo box

Re: [Axapta-Knowledge-Village] Set a particular checkbox ticked by default

2006-02-27 Thread raj verma
Hi, to set a particular check box value ticked by default you have to write ur code in the initvalue() method of that table. use this method to set default values for the fields when u create the record. Hope this will solve your problem for any queries write to me at [EMAIL

Re: [Axapta-Knowledge-Village] How to track doUpdate and DoInsert methods?

2006-02-23 Thread raj verma
hi, doUpdate doInsert method are not called by system when u insert or delete the records. you have to call these methods and then write your own code on these methods. hope this will work ;) shiv Vikas Garg [EMAIL PROTECTED] wrote: Hi, Can any one tell me how to track

Re: [Axapta-Knowledge-Village] Temporary table

2006-02-09 Thread raj verma
Hi setiaji, On run time after adding data to temporary data use while select on your temp table instance and retrieve the data, you can either store that data in a container or in another table, Hope this will work, for any furthure queries mail me Thanx shivraj Setiaji

Re: [Axapta-Knowledge-Village] PO help...

2006-02-08 Thread raj verma
HI, just overwrite the lookUp method of the item and add range to it. Hope it will work For any other query just mail me with ur complete query Thanks manojkumar_asp [EMAIL PROTECTED] wrote: Hi, I need to add a new indicator to identify PO is Consignment PO in the