Re: [Axapta-Knowledge-Village] Args

2008-01-11 Thread Aji Sarosa
"? - Do you make any modifications in your report's fetch method? Best regards, Aji Sarosa paulinavk wrote: I need to pass a record (sales quotation) to a report so the report only prints for that record. I know it's possible and I've tried to follow how its done but I cannot see h

Re: [Axapta-Knowledge-Village] Visual Morphxplorer

2007-12-05 Thread Aji Sarosa
assRegistered[dictClass.id()] = true; // register class id } } .. .. } The rest is yours to widen 'using' relationship in class object model by modifying class veClassNode. Hope this helps. Regards, Aji Sarosa [EMAIL PROTECTED] setiaji kurniawan w

Re: [Axapta-Knowledge-Village] The Values on the form displayed are not current - F5 refresh

2007-11-17 Thread Aji Sarosa
Hi, Have you used _ds.reread() before _ds.research() ? Regards, Aji Sarosa Email: [EMAIL PROTECTED] On 11/16/07, shaakera_b <[EMAIL PROTECTED]> wrote: > Hi All, > > We have very complex form, with many data sources. When some of the > fields one of the data sources are chang

Re: [Axapta-Knowledge-Village] “Charge” a nd “stock variation” accounts (invent p osting)

2007-11-16 Thread Aji Sarosa
Hi, They are used whenever you have checked option 'Post to charge account in ledger' in AP parameters, tab 'updates'. Simply uncheck it to deactivate. Regards, Aji Sarosa Hardi Tirtakusuma wrote: > > Dear gurus, > > On Item Group setup, tab purchase, there ar

Re: [Axapta-Knowledge-Village] About lookup

2007-11-16 Thread Aji Sarosa
Hi, Relations node in table works as well for more specific lookup. Regards, Aji Sarosa On 11/14/07, Arijit Basu <[EMAIL PROTECTED]> wrote: > Hi Neeraj, > Use the EDT Relations Node. > > > On 11/14/07, neeraj_gupta2k83 <[EMAIL PROTECTED]> wrote: > > >

Re: [Axapta-Knowledge-Village] Number series in Axapta

2007-11-16 Thread Aji Sarosa
error, you can try to delete the conflicting number sequence from the list: Menu Basic -> Setup -> Number sequences -> form Number Sequences -> button List. Hope this helps. Regards, Aji Sarosa Email: [EMAIL PROTECTED] On 11/13/07, Billur Kardas <[EMAIL PROTECTED]> wrote: &g

Re: [Axapta-Knowledge-Village] Re: One Grid with more DS fields

2007-11-16 Thread Aji Sarosa
drop the method to your grid, and set the datasource property to your master table. Regards, Aji Sarosa On 11/12/07, chuiringo <[EMAIL PROTECTED]> wrote: > Hi Aji Sarosa > Thank you very much for your reply! > Sorry i have studied in form "PurchTable", there are in child

Re: [Axapta-Knowledge-Village] error in reading from excel worksheet

2007-11-11 Thread Aji Sarosa
to retrieve the integer value (as people may guess) as real value using RCell.value().double(). info(strfmt('%1', RCell.value().double())); Regards, Aji Sarosa Email: [EMAIL PROTECTED] Serhad wrote: > > Hi all... > > I want to read data from excel worksheet.Below is the co

Re: [Axapta-Knowledge-Village] One Grid with more DS fields

2007-11-11 Thread Aji Sarosa
ine.itemId Group:InventoryDimensionsGrid // datasource property is set to InventDim StringEdit:InventoryDimensionsGrid_configId// InventDim.configId ... RealEdit:PurchLine_PurchQtyCatchWgt // PurchLine.PdsPurchQtyCatchWgt ... ... Regards,

Re: I Miss Something - [Axapta-Knowledge-Village] [Urgent] I can't insert MarkupTrans with code

2004-12-29 Thread Aji Sarosa
Num's value is assigned after transTableId and transRecId have been specified. -Aji Sarosa- --- Aji Sarosa <[EMAIL PROTECTED]> wrote: > Hi Ince, > > Every record inserted to MarkupTrans must be unique > based on these three fields as a key: > - TransTableId > - Tran

Re: [Axapta-Knowledge-Village] [Urgent] I can't insert MarkupTrans with code

2004-12-28 Thread Aji Sarosa
like this: // assign transTableId and transRecId mt.initFromSalesLine(trans.salesLine()); // assign lineNum mt.initValue(); so the field transTableId and transRecId are guaranteed to be filled in before lineNum's assignment. Hope this helps. -Aji Sarosa- --- Cenk Ince <[EMAIL PROTECTED]

Re: [Axapta-Knowledge-Village] Sales Invoice Layout

2004-11-12 Thread Aji Sarosa
isibility properties to 'Yes', or if you avoid to change the existing application, browse the table directly from the SQL Server. Regards, -Aji Sarosa- --- Danny Gaethofs <[EMAIL PROTECTED]> wrote: > > Dear all, > > I have added some fields to the salesline table. >

Re: [Axapta-Knowledge-Village] Re: Using Grids: errata

2004-11-09 Thread Aji Sarosa
Additionally, to access temporary table through static method, you must pass the temporary table as an object parameter. So from my previous example:   TmpTableNew::buildTempData();   should have been   TmpTableNew::buildTempData(tmpTableNew);   -Aji Sarosa- Aji Sarosa <[EMAIL PROTECTED]>

Re: [Axapta-Knowledge-Village] Re: Using Grids

2004-11-09 Thread Aji Sarosa
hod, or table method, so you can simply call it from here    // tmpTableNew.buildTempData()    // or maybe    // TmpTableNew::buildTempData() }   Besides form's 'init' method, you can also call the routine for temporary data building from other methods such as from data source's &

Re: [Axapta-Knowledge-Village] Using Grids

2004-11-08 Thread Aji Sarosa
your temporary table.   Regards,   -Aji Sarosa- Morris Mendoza <[EMAIL PROTECTED]> wrote: Im using a Grid for display a list of my records. However these records do not exist in the datasource binded to my form. How can i display these records in my grid when my form loads? Btw, Im using a C

Re: [Axapta-Knowledge-Village] What table contains the Return Action Codes & their Descriptions used in Purcjhasing?

2004-11-08 Thread Aji Sarosa
Hi,   The table is ReturnActionDefaults.   -Aji Sarosa-[EMAIL PROTECTED] wrote: Hi All,The Return Action code is on the Setup tab of the PurchTable form. I assumethere is a table that defines the codes and their descriptions that displayfrom the drop down box. Does anyone know or can tell me

[Axapta-Knowledge-Village] Need help with seamless data sync

2004-10-12 Thread Aji Sarosa
how to do such kind of seamless automatic data synchronization ? Do we need third party tools or something ?   Thank you very much for your helps. -Aji Sarosa-__Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.