Re: [Axapta-Knowledge-Village] Loading opening balances

2008-01-09 Thread prasanna govindan
Hi all, This is another way of uploading the GL balance without using any dummy Opening balance account. You can port the audited trial balance directly through general journal. As the TB has both the Debit and Credit amounts equal, there is no requirement of any dummy Opening Balance account

Re: [Axapta-Knowledge-Village] Financial year closing problem

2008-01-09 Thread prasanna govindan
Hi Mukesh, You can reset the closing of year 2006 by selecting the option as "reset" instead of "closing >Opening" in the fiscal year close form. Then you can do the normal closing procedure for 2005. Then, close the fiscal year closing for 2006 once again. This will fetch you the correct ope

[Axapta-Knowledge-Village] Re: Problem while confirming sales order

2008-01-09 Thread Madhu Babu Rapolu
hi did u check the number sequence of SO? go to the SO num seq and click the List button...if u find any record delete them ... try this ... madhu --- In Axapta-Knowledge-Village@yahoogroups.com, "suyesh_ahke" <[EMAIL PROTECTED]> wrote: > > Hi , >I am facing a critical problem in client sid

Re: [Axapta-Knowledge-Village] Lookup in dialog

2008-01-09 Thread Sumit Loya
Hi, Here is one such example where you can create custom lookups on a dialog. I have copied the methods of the class i had created: *Class declaration:* class SamSelectiveLookup extends RunBase { FormStringControl custGroupCtrl, customerCtrl; } *//Lookup method for control* void Customer_lo