[development-axapta] Number Sequence Documentation Update

2004-06-28 Thread Sonny Wibawa Adi
Hi All, Several weeks ago I have posted a documentation for the use of number sequence and I would like to update the doc, as there is a little modification in SP3 for number sequence. Also, I would like to add some techniques of implementation if there are multiple fields that are using

[development-axapta] Goto the Main Table

2004-06-28 Thread zgr Gen
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

[development-axapta] Error when Creating Document in CRM Quotation

2004-06-28 Thread akash malohatra
hi everybody, I just running in an problem on an Ax 3.0 SP1 environment - maybe some of you have similar experiences and could assist: I try to create a quotation in CRM using the standard docuhandling functionality. the document to create is based on an document type with job description

[development-axapta] Re: How to use the Property Form in a Query

2004-06-28 Thread dgaethofs
Tobias, That part I understood, but what I want to know is can I replace the SysQueryForm in the property with another form. If I do so how to get rid of the error. Maybe someone already did so or can explain for what purpose the property - besides the SysQueryForm - can be used.

[development-axapta] Export/Import of projects

2004-06-28 Thread hanfra2000
I have two installations ov Ax30sp3 (development and test). I have made a new class that extends ProjectNode to generate my own specific projects. When the exported projects are imported to my test-appl, an error occurs. Save project. Conflict encountered during automatic merge of changes.

[development-axapta] Tmp-data in Grid

2004-06-28 Thread Morten Aasheim
Hi How can I present data in grid from a tmp-table? (windows/web) Thanks! Morten [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go

AW: [development-axapta] Goto the Main Table

2004-06-28 Thread Unger, Denis
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 -Ursprngliche Nachricht- Von: zgr Gen [mailto:[EMAIL PROTECTED] Gesendet: Montag, 28. Juni 2004 10:15 An: [EMAIL

Re: [development-axapta] Number Sequence Documentation Update

2004-06-28 Thread Sonny Wibawa Adi
Hi All, Sorry, since this mailgroup doesn't support file attachment anymore. You may get the documentation by sending me an email directly, then I will send you the document. Sonny Wibawa Adi Sonny Wibawa Adi [EMAIL PROTECTED] wrote: Hi All, Several weeks ago I have posted a

Re: [development-axapta] Error when Creating Document in CRM Quotation

2004-06-28 Thread jesper.joergensen
Hi Akash, Take a look at the template in word. The statement tries to fetch the first table in the template. Does the template have a table (for quotation lines), and is it the the first table in the template? // Jesper Original Message Subject: [development-axapta] Error

AW: [development-axapta] Re: How to use the Property Form in a Query

2004-06-28 Thread Andrae, Tobias
Hello Danny, the SysQueryForm is used in Axapta standard to choose which data from your datasources should be printed. In general it should be possible to create a different form which behaves in a different way, maybe showing the tables in another way. Actually we have done this years ago

RE: [development-axapta] Goto the Main Table

2004-06-28 Thread Girish Bhatkal
the salesId refers to the field in salesTable and on the table the formRef is SalesTable form. Now if you want your customised form to be viewed then you need to change the FormRef to your new form. cheers, Girish -Original Message- From: Özgür Genç [mailto:[EMAIL PROTECTED] Sent:

Re: [development-axapta] Tmp-data in Grid

2004-06-28 Thread jesper.joergensen
Hi Morten, cteate a datasource of the table you want to display. If the form is linked you must overwrite the linkActive method. In the Method you add datasource.tmpdata(YourTable). Not the cursor of the datasource points to the tmpData. Take a look at the form LedgerTransBase in standard

RE: [development-axapta] Number Sequence Documentation Update

2004-06-28 Thread Celine Ngai
Hi sonny, I interest on the documentation. Please send me a copy. Thank You. Regards, Celine _ From: Sonny Wibawa Adi [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 5:37 PM To: [EMAIL PROTECTED] Subject: Re: [development-axapta] Number Sequence Documentation

YNT: [development-axapta] Goto the Main Table

2004-06-28 Thread zgr Gen
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

[development-axapta] Setcursor() purpose

2004-06-28 Thread axapta_dude
hi fellow axapta developers, I need some pointer/guide on the purpose/function of setcursor() (queryrun.setcursor()).I hope u guys can help me. Thanx in advanced Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go

AW: [development-axapta] Goto the Main Table

2004-06-28 Thread Unger, Denis
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:

RE : [development-axapta] Report Orientation and Dot-matrix printer

2004-06-28 Thread Steeve Gilbert
You can force orientation by setting the ReportDesign property Orientation. But for paper format I don't know. Steeve... -Message d'origine- De : kamtt [mailto:[EMAIL PROTECTED] Envoyé : 25 juin 2004 11:07 À : [EMAIL PROTECTED] Objet : [development-axapta] Report Orientation and

AW: [development-axapta] Report Orientation and Dot-matrix printer

2004-06-28 Thread Mister L
There's a nice way to create your own paper-size for every printer. It's a windows-tool. Open the window for your printers and fax, go to File, and then choose Servereigenschaften (I think it is called Server options or properties in english). | -Ursprüngliche Nachricht- | Von:

Re: [development-axapta] Error when Creating Document in CRM Quotation

2004-06-28 Thread akash malohatra
Hi jesper, thanks for the reply. I didnt get what u mean by the statement tries to fetch the first table in the template. As i know, i just put some bookmarks in the Word DOC template for the Quotationtable. can u elaborate little more looking forward to you... Regards Akash --- [EMAIL

AW: [development-axapta] Error when Creating Document in CRM Quotation

2004-06-28 Thread Christian Reiter-Kofler
Hi Akash The bookmarks are filled by the definition directly in reference with the documenttype For the quotation Lines the class smmDocuActionCOM_Word_Quotation is used to fill the table in the word template. You have to ensure, that in the template the same columns exist as in the class.

Re-2: [development-axapta] Error when Creating Document in CRM Quotation

2004-06-28 Thread jesper.joergensen
Hi Akash, The COM Object ComTable in an object in Word (ActiveDocument.Tables). The COM object in Axapta expects to find a table in your template. If not it throws an error unknown. Axapta tries to output the quatation lines in a table. Take a look at the templete in

[development-axapta] Re: Goto the Main Table

2004-06-28 Thread sebdra
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

[development-axapta] SalesLine -- CustPackingSlipTrans (continued)...

2004-06-28 Thread Jens Strandberg
Hello there, Thanks to everyone who has suggested a solution. Putting code in the initFromSalesLine method in CustPackingSlipTrans works fine. Any hints on assuring that MyField is negative, when SalesLine.SalesDeliverNow is negative, otherwise positive ? --- apart from doing

RE : RE : [development-axapta] Syntax help

2004-06-28 Thread Steeve Gilbert
Hmmm, I should double check the mails I send... Sorry. InventSum ISum; While select ItemId, sum(PhysicalInvent) from ISum group by ItemId { // ISum.PhysicalInvent contains the // sum of PhysicalInvent for each ItemId } Steeve... -Message d'origine- De : Steeve Gilbert

YNT: [development-axapta] Re: Goto the Main Table

2004-06-28 Thread zgr Gen
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

[development-axapta] number sequence setting

2004-06-28 Thread Girish Bhatkal
Hi, i want to understand how should we decide the setup of an number sequence (number sequence form/ general tab/ setup. i find that even when the continous is selected , sometimes a previously used number is repeated. in which case should we set the cleanup what should be an ideal

Re: Re-2: [development-axapta] Error when Creating Document in CRM Quotation

2004-06-28 Thread rs2050
Hi Akash I agree with all other responses. I believe that the check table checkbox on the general tabpage in the DocuType form must be checked for the document, in this case, the quoatation. --- In [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Hi Akash, The COM Object ComTable in an

Re: AW: [development-axapta] Report Orientation and Dot-matrix printer

2004-06-28 Thread kam tt
Thanks Steeve Gilbert and Herbert. But the problem is, in Axapta, if I force to Protraits, the length is only 8.27 inches(std A4 protraits). So if my report is longer then that, Axapta automatically set it for me as Landscape. So once it is Landscape format, I cannot change back to Protrait at

Re: [development-axapta] Number Sequence Documentation Update

2004-06-28 Thread Kenny Pang
Hi Sonny, Appreciate if you can forward me the documentation Thanks in advance Pang --- Sonny Wibawa Adi [EMAIL PROTECTED] wrote: Hi All, Sorry, since this mailgroup doesn't support file attachment anymore. You may get the documentation by sending me an email directly, then I will send