[Axapta-Knowledge-Village] Hi Pals,

2005-10-20 Thread Siva kumar
Hi Pals, I Need to create a salesordercreation wizard with 2 screens. In First screen, It should get the SalesTable information and in the second wizard SalesLine information.if we click the finish button, it should insert records in SalesTable and SalesLine. If anybody come across this type,

Re: [Axapta-Knowledge-Village] Hi Pals,

2005-10-20 Thread Harry \(Harshawardhan Deshpande
hi Siva 1. in the create method of datasource salestable on form sales table declare the following FormButtonControl fcb = element.design().controlName("ButtonLineQuickQuote"); 2. in the same method paste the following code tabLineOverview.setFocus(); ** this is existing line