Re: [development-axapta] Enum

2009-06-17 Thread tarun jalhotra
  Override the enter method and write       this.delete(elementName);   But this may change the enum values depending upon which elements of an enum you are showing.   regards, Tarun --- On Mon, 6/15/09, Pooja . dyna.a...@yahoo.com wrote: From: Pooja . dyna.a...@yahoo.com Subject:

Re: [development-axapta] one should disable if i modify other field

2008-05-29 Thread tarun jalhotra
smmBusRelTable_ds.object(fieldnum(smmBusRelTable, TOPSHeadOffAcruesPnts)).enabled(false); The above code is for Business relation Table, write this code on overriding modified method of oher field on datasource. nbsp; hope this helps, --- On Thu, 5/29/08, Pooja . lt;[EMAIL PROTECTED]gt; wrote:

Re: [development-axapta] Help Required

2008-03-14 Thread tarun jalhotra
Hi Ganguly check that the datasource for line is the right one in the properties of grid because by default it will take the first Datsource on your form when you create grid. regards, Tarun prosenjit ganguly [EMAIL PROTECTED] wrote: Dear All, This is Prosenjit Ganguly

Re: [development-axapta] Label issue

2008-02-28 Thread tarun jalhotra
Delete the label Index file i.e The file with extension ali and restart AOS. Hope it helps. Regards, jquinteroz [EMAIL PROTECTED] wrote: Hi!: I have an issue with labels. I need to update a ald file (saved in Appl folder) in order to uopdate labels in CUS environment. I replace the

Re: [development-axapta] Query on temporary table

2008-02-11 Thread tarun jalhotra
Try THIS qr.setrecord(tmpLedgerTable); Hope this helps, Regards, Dahlsgaard Jan [EMAIL PROTECTED] wrote: Hi For some time I have used TmpLedgerTable to hold some records, and scrolled thru these using a simple while-select:

Re: [development-axapta] Re: How to pass Query from Form to Report?

2008-01-07 Thread tarun jalhotra
Hi One of the ways you can do it is ..Call a function which returns the value from the form to the report. formRun fr = element.args().caller(); enum = fr.getEnum(); where getEnum() is function on the form which returns the value or selection of that combo. enum is of

Re: [development-axapta] Trapping of function keys in Axapta, and using them as Hotkey for certain requirements / process

2007-11-12 Thread tarun jalhotra
Hi This can be done by overriding method task on forms . you can write the functionality here in this method by capturing the taskId of the hotkeys as there is different task ids for different hot keys. Regards, Tarun Jalhotra ASHWANI JAIN [EMAIL PROTECTED] wrote: Hi

Re: [development-axapta] Creating table and lines functionality similar to salestable form

2006-12-22 Thread tarun jalhotra
Take both tables as datasources and change the property (Join Source)of workorderlines Datasource to workordertable.it will show you the records in lines depending upon record selected in workordertable. hope it helps. gokhaleanu [EMAIL PROTECTED] wrote: hello to all, i need to