thanks a lot for your helps.. I have done it with jumpref method. �zg�r ________________________________
Kimden: sebdra [mailto:[EMAIL PROTECTED] G�nderilmi�: Pzt 28.06.2004 16:55 Kime: [EMAIL PROTECTED] Konu: [development-axapta] Re: Goto the Main Table Hello, axapta standard is: following the datatype, there will be a definition of a relation for the EDT. This relation defines the "main-table" for this datatype. In the properties of the related table, there is a property called "FormRef". Here is a Display-Menu-Item, which calles the form if somebody uses the "goto main-table" on a datatype, related to this table. if you change this property, in the whole axapta-application works you r new definition, always when you use the "goto maintable" on a datatype, which relates to this table. if your modification should work only on a specified form, than you'll have to override the method jumpRef on the datasource-field at your form. SebDra --- In [EMAIL PROTECTED], "Unger, Denis" <[EMAIL PROTECTED]> wrote: > Oh sorry, my EDT changes the lookup form. > > Search for jumpRef in AOT/Forms. There are many "examples" to overwrite "goto Main Table". For example form Companyinfo. > > Denis Unger > > > -----Urspr�ngliche Nachricht----- > Von: �zg�r Gen� [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 28. Juni 2004 13:05 > An: Administrator > Cc: Unger, Denis > Betreff: YNT: [development-axapta] Goto the Main Table > > > Hi Denis, I do what you offered. I created a new extended datatype VehicleSalesId that extents from SalesId and in its form help property I wrote my own form VPSalesTable. And then I chose the new extended type in my table in the SalesID field. But it didn't work. It still opens the standart SalesTable form. Did I miss something? > > Thanks for your help. > > ________________________________ > > Kimden: Unger, Denis [mailto:[EMAIL PROTECTED] > G�nderilmi?: Pzt 28.06.2004 12:36 > Kime: [EMAIL PROTECTED] > Konu: AW: [development-axapta] Goto the Main Table > > > > Create a new extended data type EXTENDS from SalesId and set the property FormHelp to your own form. Use this new EDT instead of SalesId in your vehicle table. > > Denis Unger > > > -----Urspr�ngliche Nachricht----- > Von: �zg�r Gen� [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 28. Juni 2004 10:15 > An: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Betreff: [development-axapta] Goto the Main Table > > > Hi, I have a problem with the functionality of "Goto the Main Table". I have a table (Vehicle) that has a field SaleId that is related with SalesTable's SalesId field. That extends from SalesId extended data type. In the SalesTable table, the form ref property is given as SalesTable form. But we also have customized SalesTable form and have created a new form with different name. (VPSalesTable). From the field salesId in our own table Vehicle, when I click on the "Goto the Main Table" , axapta opens the standart SalesTable form. I want to customize this and want the customized form VPSalesTable to open. How could I do this? > > Thanks > Veripark, �zg�r > > ________________________________ > > Kimden: akash malohatra [mailto:[EMAIL PROTECTED] > G�nderilmi?: Pzt 28.06.2004 04:02 > Kime: [EMAIL PROTECTED] > Konu: Re: [development-axapta] Varibale Data into documents using document handling > > > Hi All, > Need help from u all guys. > > I want my Quotations printing using the document > handling. > > I have problem in arranging the fields for the > quotation lines. > > I have set the bookmarks in the quotation template > correctly , but when the data populated, it comes in > un arranged manner and looks my bookmarks > automatically changed. > > can anyone help me..what's wrong in my set up > Thanks in advance > Akash > > Template looks like this > ---------------------------- > QuotationId Quotation Date > (B1) (B2) > > > Itemid Qty Amount > (B3) (B4) (B5) > > > The data in document appears like this > --------------------------------------- > > QuotationId Quotation Date > Q00128 3/06/2004 > > > Itemid Qty Amount > 01800180 > 046-0010 1.00 > 1.00 19.46 > 20.00 > > ---------------------------------------- > > > > > > ___________________________________________________________ALL-NEW Yahoo! Messenger - sooooo many all-new ways to express yourself http://uk.messenger.yahoo.com > > > > Yahoo! Groups Sponsor > ADVERTISEMENT > click here <http://us.ard.yahoo.com/SIG=1298q2m9v/M=295196.49 01138.6071305.3001176/D=groups/S=1705006764:HM/EXP =1088485035/A=2128215/R=0/SIG=10se96mf6/*http://companion.yahoo.com> > > > ________________________________ > > Yahoo! Groups Links > > > * To visit your group on the web, go to: > http://groups.yahoo.com/group/development-axapta/ > > * To unsubscribe from this group, send an email to: > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED] .com?subject=Unsubscribe> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . > > > > > [Non-text portions of this message have been removed] > > > > > > > Yahoo! Groups Links > > > > > > > > > > > Yahoo! Groups Links > > > > > > > > > > [Non-text portions of this message have been removed] > > > > > > > Yahoo! Groups Links Yahoo! Groups Sponsor ADVERTISEMENT click here <http://us.ard.yahoo.com/SIG=129e0o5pt/M=295196.4901138.6071305.3001176/D=groups/S=1705006764:HM/EXP=1088520973/A=2128215/R=0/SIG=10se96mf6/*http://companion.yahoo.com> ________________________________ Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/development-axapta/ * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> . [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/development-axapta/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

