Re: [development-axapta] ReportRun --> QueryRun

2006-03-28 Thread Agus Riyadi
Could you please show your code and where you put the code. element.methodname() should have no problem. I guess you got out of scope. Regards, Agus On 3/28/06, Syner P <[EMAIL PROTECTED]> wrote: > > Sorry for ambigous question. I just created a simple report in the AOT and > defined a variab

Re: [development-axapta] ReportRun --> QueryRun

2006-03-28 Thread LIVIU STOICA
Try like this:      public void init()  // init report {       varClass = new varClass (); varClass = element.args().caller(); param1 = varClass .parmParm1(); param2 = varClass .parmParm2();      super(); }      Best regards,   Liviu   Syner P <[EM

[development-axapta] Reservation on location, full pallets

2006-03-28 Thread sy0thoa
I think there has been questions about this before but I couldnt get any decent hits when searching for it. The problem is when reserving a qty for a sales order / delivery. The reservation should reserve whole pallets when possible rather than picking whats left on one pallet and then take t

[development-axapta] Web Deployment - Original Trusted Publishers Problem

2006-03-28 Thread hakzaikei
Hi all, Currently i am encounter some problem when lauching the Axapta Client through web deployment for ver. 30SP4. I have tried with a clean machine to install Axapta Client. Firstly it was successfull install the based client application (v3.0), then it prompted me to install with latest s

[development-axapta] Report Printing

2006-03-28 Thread hallerman_l
Hi, I would like to print directly to file if the user chooses a specific printer. I've tried to override the run method like this if ( (element.printJobSettings().getTarget() == PrintMedium::Printer) &&   (element.printJobSettings().printerPrinterName() == "AOS: AXPR001" ) )     {     eleme

[development-axapta] Converting Axapta Oracle DB to MSSQL2005 using MSSQL Migration Assistant?

2006-03-28 Thread hwimmer
Hi! I tried to convert our Oracle 9i database to MSSQL2005 using the MS SQL Migration Assistant (SSMA). We are running Axapta 3.0 SP3 and I installed the Kernel rollup.   Everything is working except tables that have field names which seem to be keywords. Example: Table "Address" has the field "

RE : [development-axapta] hello!

2006-03-28 Thread Steeve Gilbert
Hi, You can override task() method of the form.  When _taskId = #taskEnter (taken from Task macro), then that's because enter was pressed.  Problem is that you don't know on what control is just happened.  You could use getFocus() and lostFocus() to track the control that have the current focus

[development-axapta] How to get distinct records in report?

2006-03-28 Thread vk
hi,   I have an EquipmentTable.In my EquipmentTable having Equipmentcode,EquipmentClass,Declaration(3 fields).The Equipment code is a primary key.Same EquipmentClass having Different equipment code.   my query is, how to get the unique equipmentclass in my report?      equipmentTable having the

RE: [development-axapta] hello!

2006-03-28 Thread Bitri Indriany
Thanks! Can’t wait to try.. :-)   _  From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steeve Gilbert Sent: 28 Maret 2006 20:02 To: development-axapta@yahoogroups.com Subject: RE : [development-axapta] hello! Hi, You can override task() method of the

Re: [development-axapta] ledger settlement

2006-03-28 Thread Alejandro Ibarra
Hi Agus,     I had check my LedgerTransSettlement but is empty, do you know how this table is filled Agus Riyadi <[EMAIL PROTECTED]> escribió:    Hi Alex,     There is relation of LedgerTrans to LedgerTransSettlement,   Then LedgerTrans has relation to customer or vendor invoice journal.

RE: [development-axapta] hello!

2006-03-28 Thread Bitri Indriany
Thanks steeve… a lot! :-) Finally.. phiew.. :-) d3w   _  From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steeve Gilbert Sent: 28 Maret 2006 20:02 To: development-axapta@yahoogroups.com Subject: RE : [development-axapta] hello! Hi, You can override