[Axapta-Knowledge-Village] Ax3.0 SP3 emailing reports option problem

2007-04-27 Thread James Flavell
Hi everyone, I am not sure this is something common that I just never saw the post for but in Ax3.0 SP3 I found when I print a report and use the OPTIONS to try to print email the To, Cc and Bcc are all no there! Only the file type PDF/Ascii is there. So basically there is no way for me to se

Re: [Axapta-Knowledge-Village] Classes with Ax Prefix

2007-04-27 Thread kbi kbi
Hi, These classes are used for AIP programming. You can for example use the class AxPurchTable to create a purchase order from X++ code with inheritance of business logics of Axapta. I would recommend to use these class for your programming purpose. Regards, Khue - Original Message

RE: [Axapta-Knowledge-Village] Standar Cost

2007-04-27 Thread Luis Ernesto Resendiz Franco
Thank´s Brandon. Is there something that I can make with the transaction in order to reflect the new standard cost in the issue. Regards Brandon George <[EMAIL PROTECTED]> escribió: In what you have described the answer is yes, because the adjustments were applied to purchases

[Axapta-Knowledge-Village] Re: How to change and get a criteria value in RunBaseBatch

2007-04-27 Thread Steeve Gilbert
Hi, 1. You can get range value with this if you set range on InventTable.ItemId : element.query().dataSourceTable(tableNum(InventTable)).rangeField (fieldNum(InventTable, ItemId)) 2. I don't think that is possible. But if it is, I don't know how. regards, Steeve... --- In Axapta-Knowledge-Vil

RE: [Axapta-Knowledge-Village] Standar Cost

2007-04-27 Thread Brandon George
In what you have described the answer is yes, because the adjustments were applied to purchases, and the credit note was made off of a Sales Order. Therefore the Sales side, or Issue side, was not affected by the adjustment. [Based on what you said below.] -Brandon George http://dynamics-ax

[Axapta-Knowledge-Village] Standar Cost

2007-04-27 Thread Luxflux
Hi: How are you? I´ll describe my scenario: 1) I made purchase orders, sales orders and credit note from sales orders. standard cost 12.00. 2) I changed cost to 14.00 at the end of the month. 3) I adjusted the transactions, only purchases, i expect that the entires from credit notes also were

RE: [Axapta-Knowledge-Village] Import and delete a text file to Axapta

2007-04-27 Thread Per Jakobsen
Use the AsciiIO class interface (look under system documentation classes). and then create a class enherited from SalesAutoCreate. look at the class structure to get some ideas. Regards Per Jakobsen To: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Wed, 25 Apr 2007 14:07:09 -0700Subject: [Axapta-

RE: [Axapta-Knowledge-Village] AX 3.0, Vista and IIS

2007-04-27 Thread Per Jakobsen
Actually I am running Vista Ultimate and it comes with IIS 7 Installed, so maby my question should be if any has experience with Ax 3.0 and IIS 7 Regards Per jakobsen To: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Fri, 27 Apr 2007 06:00:37 -0700Subject: Re: [Axapta-Knowledge-Village] AX 3.0, Vis

RE: [Axapta-Knowledge-Village] Refresh Or Execute of Data Source?

2007-04-27 Thread Per Jakobsen
I believe that you have to create a hook (caller information), somehow, maby through a class interface. Per To: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Thu, 26 Apr 2007 12:56:46 +Subject: [Axapta-Knowledge-Village] Refresh Or Execute of Data Source? I have a requirement where I have t

Re: [Axapta-Knowledge-Village] Re: Timing Zone in Axapta4.0

2007-04-27 Thread Arijit Basu
Hi, You need to set time zone for the OS. If your AOS is on a Box, then you need to configure the time zone for the OS (Box). Arijit Basu On 4/27/07, kumkum kirodiwal <[EMAIL PROTECTED]> wrote: > > HELLO All, > > I need a support from all of you, Pls let me know ASAP, > How I can set a time z

Re: [Axapta-Knowledge-Village] AX 3.0, Vista and IIS

2007-04-27 Thread pathikrit das
I don't think you can configure EP on Windows Vista, since it is not essentially meant to be used as a server OS, it doesn't come with the pre-loaded IIS, ideally you should be setting it up on the windows 2003 server. - Original Message From: per_biker <[EMAIL PROTECTED]> To: Axapta-Kn

[Axapta-Knowledge-Village] Import and delete a text file to Axapta

2007-04-27 Thread Manal Mahgoub
Dear All, Kindly help as I need to know how can I import a text file to the sales order form in Axapta 3.0 , I need this to be done automatically and if this file contained error ( and I didn't post it) how can I delete this file to replace by the correct one. Thanks & Best Regards

[Axapta-Knowledge-Village] Multi line Error

2007-04-27 Thread kumar_ax4
Hii Plz help me to sort out this probleb I have entered some text to a multiline StringEditText by using enter key and inserted into table field. But when im displaing this field data through the report it is not display correct way.bcz it display with enter key code Im a new developer and still

[Axapta-Knowledge-Village] Import and delete a text file to Axapta

2007-04-27 Thread Manal Mahgoub
Dear All, Kindly help as I need to know how can I import a text file to the sales order form in Axapta 3.0 , I need this to be done automatically and if this file contained error ( and I didn't post it) how can I delete this file to replace by the correct one. Thanks & Best Regards

[Axapta-Knowledge-Village] req

2007-04-27 Thread Prasad
Hi, We at Hofinsoft are looking for x++, finance, trade and logistics, production certified persons. In case you are interested please mail your resumes to [EMAIL PROTECTED] Regards HR team

[Axapta-Knowledge-Village] Re: Timing Zone in Axapta4.0

2007-04-27 Thread kumkum kirodiwal
HELLO All, I need a support from all of you, Pls let me know ASAP, How I can set a time zone in Axapta4.0 according to the country where I have to transfer this AOS, Afetr customization(at Client side) Pls help me out, Thanks in Anticipation, Regards kumkum - Original Message From:

[Axapta-Knowledge-Village] Marking MO to PO

2007-04-27 Thread steph1977j
Hi, I am working on a project which requires an MO to be created,started and marked to a particular PO thru a background process. I was able to create a MO and start it thru the code but i am not able to mark to a particular purchase order. I did go thru the code on the form Inventmarking but

[Axapta-Knowledge-Village] Re: Classes with Ax Prefix

2007-04-27 Thread jruben021
Hi Arijit, Mukesh. What is EP??? As you can see, I'm new in Axapta... Thanks! --- In Axapta-Knowledge-Village@yahoogroups.com, "Arijit Basu" <[EMAIL PROTECTED]> wrote: > > Hi Mukesh, > These classes allow users to create PO, SO from EP. > Have a look at this > http://daxguy.blogspot.com/2006/

[Axapta-Knowledge-Village] Refresh Or Execute of Data Source?

2007-04-27 Thread pankaj_dbc
I have a requirement where I have to refresh or Execute (Execute Query) the datasource of a third form which is NOT a CALLER of my current form..Can any body suugest me a way? Pankaj.

[Axapta-Knowledge-Village] Re: Localisation patch For China

2007-04-27 Thread Karen
Hi Kalai There is a GLS layer for China on v4.0. Cheers karen --- In Axapta-Knowledge-Village@yahoogroups.com, "L Kalaiarasi" <[EMAIL PROTECTED]> wrote: > > Hi friends, > > Is there any localisation patch available for China? How complicated > the tax system is in China? > > Thanks in Advanc

[Axapta-Knowledge-Village] AFS (Application Function Server)

2007-04-27 Thread jruben021
Hi everybody! Do you know Baan? In Baan, exists a concept named AFS (Application Function Server). Is there something similar in Axapta 3? I mean, I want to execute an axapta's standard form from my own form (created by myself), but I send the values of the fields for the stantard form. Is th

Re: [Axapta-Knowledge-Village] Classes with Ax Prefix

2007-04-27 Thread pathikrit das
They actually provide an interface for safe I/O of data from an external source (ex : XML document ) to the axapta base tables following the application logic validations concerned. The name of the classes suggest their association with the respective tables (AxCustTable -> CustTable). You can a

[Axapta-Knowledge-Village] AX 3.0, Vista and IIS

2007-04-27 Thread per_biker
Have any of you got the EP up running on a windows vista. Right now im stuck at the message 'cannot find the internet infoemation server, please make sure that it is properly installed on the local machine' Thanks in advance Per jakobsen

Re: [Axapta-Knowledge-Village] Classes with Ax Prefix

2007-04-27 Thread Sumit Loya
Hi, These classes not only allow user to create records from EP but also from any other application that can integrate with AX. For example these classes can be called from .Net too to create records. These classes are nothing but are like wrappers around the AX tables and handle insertion of data