Re: [development-axapta] datediff equivalent in X++

2008-12-08 Thread vamsi praneeth
Not sure about difference in days, but if you want the difference in years there's a method in Global class Global::yeardiff() which takes dates as parameters. Try your luck with it. How can I figure out the difference in # of days between two dates? Can it be done using a select

Re: [development-axapta] datediff equivalent in X++

2008-12-08 Thread kamlesh kambli
PROTECTED] To: development-axapta@yahoogroups.com Sent: Wednesday, 3 December, 2008 8:37:56 PM Subject: [development-axapta] datediff equivalent in X++ How can I figure out the difference in # of days between two dates? Can it be done using a select statement as well? The following t-sql is what I am

[development-axapta] FORCE USER AUTO LOGOFF

2008-12-08 Thread tavocol2002
Hello to everybody. Currently our customer are using Microsoft Dynamics AX 4.0 with a limited number of licences (15). The problem is that the number of users are increasing but the general manager doesn't want to buy new licenses. So, based on the CEO decisions, we are managing the automatic

[development-axapta] Re: datediff equivalent in X++

2008-12-08 Thread tavocol2002
) --- In development-axapta@yahoogroups.com, larrybellou [EMAIL PROTECTED] wrote: How can I figure out the difference in # of days between two dates? Can it be done using a select statement as well? The following t-sql is what I am trying to accomplish but if you can answer one or both of the above

[development-axapta] Hi All

2008-12-08 Thread ....abhi
I am facing an issue @ my client's place, They are shutting down server after their working hours everyday... I had made the setting for Dynamics Services Automatic so when the server starts services starts auotmaticaly But here after doing so still the services are not startting up What can be

Re: [development-axapta] datediff equivalent in X++

2008-12-08 Thread Tony Zeigler
http://msdn.microsoft.com/en-us/library/aa865135.aspx I believe: anInt = date1 - date2;   and anInt will = the # of days different. --- On Wed, 12/3/08, larrybellou [EMAIL PROTECTED] wrote: From: larrybellou [EMAIL PROTECTED] Subject: [development-axapta] datediff equivalent in X

[development-axapta] Re: Creating customers programmatically

2008-12-03 Thread mrkaarel
Thanks for the tip, Adeel, didn't know they are giving the e-book away for free now. --- In development-axapta@yahoogroups.com, adeel shafqat [EMAIL PROTECTED] wrote: Hi Kaarel, Try to read MorphXIT for the appropriate help for start learning the X++. I think it would help u a lot

Re: [development-axapta] Creating a invoice x++ code

2008-12-03 Thread Tony Zeigler
text invoice service. 3. Your other system provides a data file which is then imported manually.   --- On Mon, 12/1/08, Leandro Taschek [EMAIL PROTECTED] wrote: From: Leandro Taschek [EMAIL PROTECTED] Subject: [development-axapta] Creating a invoice x++ code To: development-axapta@yahoogroups.com

SV: [development-axapta] how to Create temp table in runtime

2008-12-03 Thread Dahlsgaard Jan
/report, since they are not defined in aot. regards Jan Stelsig Dahlsgaard Fujitsu Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Siva kumar Sendt: 1. december 2008 13:51 Til: Axapta Development; MBS Axapta Emne: [development

[development-axapta] Re: Creating a invoice x++ code

2008-12-03 Thread bquaino
, AccountOrder::Account, NoYes::No, NoYes::Yes); I hope this will help you. Regards Bertino --- In development-axapta@yahoogroups.com, Leandro Taschek [EMAIL PROTECTED] wrote: Hello Guys! Im from Brazil, and now Im starting to programming in Dynamics AX. Im a technical consultant

[development-axapta] Re: Creating customers programmatically

2008-12-03 Thread mrkaarel
Thanks a lot, I'll give it a try. Even though the current hacked together variant seems to work, I'd feel a lot safer myself doing things the right way. --- In development-axapta@yahoogroups.com, Tony Zeigler [EMAIL PROTECTED] wrote: I might go even a tad further - create the AxCustTable

Re: [development-axapta] How to Add sum of Debit and Credit

2008-12-03 Thread MaryAnn Hand
If I understand - it is so simple - I could be missing something. Create a display method on the table that has debit and credit and return the sum. In the report use the data method property instead of the data field property.. On Mon, Dec 1, 2008 at 6:46 AM, M. Nuaman Sharif [EMAIL PROTECTED]

[development-axapta] AOTSetPropertiesExt

2008-12-03 Thread Sonny Wibawa Adi
Hi All, Has anyone successfully change a table field's property (especially ExtendedDataType) using AOTSetPropertiesExt in AX 2009 SP0/SP1 by using AOTSetPropertiesExt? Whenever I tried to run below job, it crashed at AOTSetPropertiesExt statement. I had experience to make it run once

[development-axapta] datediff equivalent in X++

2008-12-03 Thread larrybellou
How can I figure out the difference in # of days between two dates? Can it be done using a select statement as well? The following t-sql is what I am trying to accomplish but if you can answer one or both of the above questions would help me get there as well.. T-SQL select avg(datediff(day,

[development-axapta] how to Create temp table in runtime

2008-12-02 Thread Siva kumar
Hi all,      Is any body have idea about  how to create temporary table during runtime.   Hands that Help is Holier than Lips that Pray [Non-text portions of this message have been removed]

RE: [development-axapta] Re: Creating customers programmatically

2008-12-02 Thread Tony Zeigler
/30/08, Willem Botha [EMAIL PROTECTED] wrote: From: Willem Botha [EMAIL PROTECTED] Subject: RE: [development-axapta] Re: Creating customers programmatically To: development-axapta@yahoogroups.com Date: Sunday, November 30, 2008, 3:01 AM Look at the class called AxCustTable it has everything

[development-axapta] Creating a invoice x++ code

2008-12-02 Thread Leandro Taschek
Hello Guys! Im from Brazil, and now Im starting to programming in Dynamics AX. Im a technical consultant. Im in my first dynamics Project. We are installing the Dynamics in a medium company. What's the problem? Well, there they have a another specialist system: SoftWay - Trade

Re: [development-axapta] Creating customers programmatically

2008-12-02 Thread adeel shafqat
: [development-axapta] Creating customers programmatically To: development-axapta@yahoogroups.com Date: Friday, November 28, 2008, 4:06 AM Hello, I don't have much experience with Axapta – only done some minor developments usually using code-samples and messing around

RE: [development-axapta] Re: Creating customers programmatically

2008-11-30 Thread Willem Botha
Look at the class called AxCustTable it has everything you need to create the customers already. it is used in the EP class From: development-axapta@yahoogroups.com on behalf of mrkaarel Sent: Fri 2008/11/28 03:52 PM To: development-axapta@yahoogroups.com

[development-axapta] Re: [Axapta-Knowledge-Village] Query on Dimension group.

2008-11-30 Thread MaryAnn Hand
Renaming dimensions are global not group linked. The only way to do what you describe is to modify the code to change label on specific forms or reports for the requirements of the client. On Thu, Nov 27, 2008 at 9:24 PM, Trinadh Sura [EMAIL PROTECTED] wrote: Dear All, I renamed the Item

RE: [development-axapta] How to use User ID

2008-11-28 Thread Murat Bal
Hi; Sory DataareaId -à EmplId Example code; EmplId MyUser = ''; ; If(curuserid() == MyUser ) { Info(Current user is ); } Else { Info(Current user is not ); } See you From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [development-axapta] How to use User ID

2008-11-28 Thread Murat Bal
Hi; Example code; dataareaID MyUser = ''; ; If(curuserid() == MyUser ) { Info(Current user is ); } Else { Info(Current user is not ); } See you From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of terminatorhvm Sent: Thursday

[development-axapta] Creating customers programmatically

2008-11-28 Thread mrkaarel
Hello, I don't have much experience with Axapta – only done some minor developments usually using code-samples and messing around until it works. I'd like to write a class in Axapta for inserting new customers to be called via business connector from .NET code. If someone has a working

[development-axapta] Re: Creating customers programmatically

2008-11-28 Thread mrkaarel
Okay, here's what I came up with (looks like it wasn't so difficult as I feared). Please, can someone with a little bit more experience tell me, if there's anything I should change in this hacked up code; something's that really prone to break. Thanks again. --- NumberSeq numberSeq; CustTable

[development-axapta] error axapta

2008-11-27 Thread ArchivosEkis
Hi. Would you please help me with this error. I've read the information you wrote on internet, but now I now why this error occurs, but how can I solve it? SQL database has issued an error. SQL error description: [Microsoft][ODBC SQL Server Driver][SQL Server]Could not continue scan

[development-axapta] Query on Dimension group.

2008-11-27 Thread Trinadh Sura
Dear All,  I renamed the Item dimensions color and size in the Dimension group as per the requirements of the client and attached the group to group of Items (an Item group). But I do want to rename these dimensions again for some specific purpose and attach to some other group of Items(Item

Re: [development-axapta] How to add Values into Report at runtime

2008-11-26 Thread Siva kumar
PROTECTED] wrote: From: vamsi praneeth [EMAIL PROTECTED] Subject: Re: [development-axapta] How to add Values into Report at runtime To: development-axapta@yahoogroups.com Date: Tuesday, November 25, 2008, 1:19 PM Hi siva,    Could you just be more clear about your question? I mean what

[development-axapta] How to use User ID

2008-11-26 Thread M. Nuaman Sharif
Hi All Please tell me how to use User ID in x++ code. Thanks

[development-axapta] Receiving items from purchase order in x++

2008-11-26 Thread Shabbir Ahsan
Hi, I want to be able to receive items on a PO, but process one by one, rather than one go as is the option within AX. I want to be able to update the status of the line to received and then when all items are received run a function to post the entire PO. The current code I am using to

RE: [development-axapta] Receiving items from purchase order in x++

2008-11-26 Thread James Flavell
Sorry not stopped to read your code but can't you use the status 'Registered' (PO line / Functions / Register) and then just do Delivery note posting based on Registered? _ From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Shabbir Ahsan Sent: 25

[development-axapta] Re: Receiving items from purchase order in x++

2008-11-26 Thread Shabbir Ahsan
. Thanks in advance --- In development-axapta@yahoogroups.com, James Flavell [EMAIL PROTECTED] wrote: Sorry not stopped to read your code but can't you use the status 'Registered' (PO line / Functions / Register) and then just do Delivery note posting based on Registered

Re: [development-axapta] How to add Values into Report at runtime

2008-11-25 Thread vamsi praneeth
Hi siva,    Could you just be more clear about your question? I mean what does those values under 10k,18k,20k signify? --- On Tue, 11/25/08, Siva kumar [EMAIL PROTECTED] wrote: From: Siva kumar [EMAIL PROTECTED] Subject: [development-axapta] How to add Values into Report at runtime

SV: [development-axapta] How to add Values into Report at runtime

2008-11-25 Thread Dahlsgaard Jan
How about using display methods like in assetbasis report. Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Siva kumar Sendt: 25. november 2008 07:48 Til: Axapta Development; MBS Axapta Emne: [development-axapta] How to add Values

[development-axapta] Fixed Asset disposal

2008-11-25 Thread Kausalya Pila
Hi all,   Here i am facing problem with FA disposal.I couldn't understand the setup.. Please help me in setup of fixed asset disposal.   i am confusing with FA disposal setup accounts. if some one can explan it would be great.     Thanks in advance   Thank U.  [Non-text portions of

[development-axapta] Re: Display image from AX table in SSRS

2008-11-24 Thread nuaman_sharif
Displaying Image is from SSRS 1. Go to toolbox 2. Drag Image on to the report like a field 3. Image Wizard choose Database and NEXT .. --- In development-axapta@yahoogroups.com, syed baber [EMAIL PROTECTED] wrote: Hi All, I am making an SSRS report in which I want to display

Re: [Axapta-Knowledge-Village] [development-axapta] Clearing an Axapta Database of All transactional data

2008-11-24 Thread jayx0101
Hi, Yes, you could use SysDatabaseTransDelete class Cheers, Jacques --- In development-axapta@yahoogroups.com, Brandon George [EMAIL PROTECTED] wrote: Hello All, We are working with our Axapta Dev environment, and part of the development process involves Sales Transactions

[development-axapta] Best practice

2008-11-24 Thread Syner P
Hi, We have to develop a simple function to calculate item net weights from several company specific tables. But I am not sure about the code placement and class structure. As the function directly related with InventTable. It should reside on it. And we need two new classes using this

[development-axapta] How to add Values into Report at runtime

2008-11-24 Thread Siva kumar
Hi all,        I had come across a situation where I need to print the table field value as report field column in the middle of the report during runtime.     Lets say I have a table xxxTable with one field which has the values 10k,18k and 22k.     I want this values to be printed as report

[development-axapta] Re: How to calculate square root or standard deviation in AX

2008-11-22 Thread Ajay
--- In development-axapta@yahoogroups.com, steffendenize [EMAIL PROTECTED] wrote: The square root function is called sqrt() e.g. static void Job32(Args _args) { print sqrt(1.2); pause; } Best regards, Steffen --- In development-axapta@yahoogroups.com, Ajay ajaydua@ wrote: Does

[development-axapta] Re: How to calculate square root or standard deviation in AX

2008-11-21 Thread steffendenize
The square root function is called sqrt() e.g. static void Job32(Args _args) { print sqrt(1.2); pause; } Best regards, Steffen --- In development-axapta@yahoogroups.com, Ajay [EMAIL PROTECTED] wrote: Does Ax has a function for calculating square root or standard deviation? Anybody found

Re: [development-axapta] How to calculate square root or standard deviation in AX

2008-11-21 Thread vamsi praneeth
There's a method in the Global class. Global::sqrt. that's the method. It would work --- On Fri, 11/21/08, Ajay [EMAIL PROTECTED] wrote: From: Ajay [EMAIL PROTECTED] Subject: [development-axapta] How to calculate square root or standard deviation in AX To: development-axapta@yahoogroups.com

[development-axapta] Re: Calculation error in AX3.0SP3

2008-11-20 Thread Steeve Gilbert
Wow, that's scary. No error for us on AX3 SP3 Kernel Rollup 3. --- In development-axapta@yahoogroups.com, Stefan [EMAIL PROTECTED] wrote: Hi, I have the following code fragment: real a1,a2,a3; a1=8.0/24.0*3.0; a2=8.0/24.0*3.0; a3=a1+a2

[development-axapta] Re: How to prevent other controls to execute validatewrite() method when any change is made on the form.

2008-11-20 Thread Steeve Gilbert
There's an easier way. Button property SaveRecord. Set that to No on all the button that you don't want to automatically save your record. Steeve --- In development-axapta@yahoogroups.com, syed baber [EMAIL PROTECTED] wrote: Thanks Abdul Samad. The problem has been solved now but I am

Re: [development-axapta] Re: How to prevent other controls to execute validatewrite() method when any change is made on the form.

2008-11-20 Thread syed baber
to automatically save your record. Steeve --- In development-axapta@yahoogroups.comdevelopment-axapta%40yahoogroups.com, syed baber [EMAIL PROTECTED] wrote: Thanks Abdul Samad. The problem has been solved now but I am wondering whether is it recommended to use task method on the form

Re: [development-axapta] Re: How to prevent other controls to execute validatewrite() method when any change is made on the form.

2008-11-20 Thread syed baber
record. Steeve --- In development-axapta@yahoogroups.comdevelopment-axapta%40yahoogroups.com, syed baber [EMAIL PROTECTED] wrote: Thanks Abdul Samad. The problem has been solved now but I am wondering whether is it recommended to use task method on the form to capture the save event

[development-axapta] How to calculate square root or standard deviation in AX

2008-11-20 Thread Ajay
Does Ax has a function for calculating square root or standard deviation? Anybody found a way to calculate it. Thanks in advance for your help. Ajay

[development-axapta] Calculation error in AX3.0SP3

2008-11-19 Thread Stefan
Hi, I have the following code fragment: real a1,a2,a3; a1=8.0/24.0*3.0; a2=8.0/24.0*3.0; a3=a1+a2; print a3; In AX3.0SP3 I get 1.0 as a result which is definitely wrong. Is this a known error? What is the extent of it - under what

[development-axapta] Regarding Enterprise portal

2008-11-19 Thread suneel babu
HI.., When i registering a site on Ax EP it throws the following error The Web site http://b2bsrv-03-vm/sites/b2b was not created correctly. Exception: An X++ exception occurred. . if any one knows about this plz reply ASAP... Regards., suneel..

Re: [development-axapta] Calculation error in AX3.0SP3

2008-11-19 Thread somanna gl
Is ans is 2. i found that a1 = .999 a2 = .99 From: Stefan [EMAIL PROTECTED] To: development-axapta@yahoogroups.com Sent: Tuesday, November 18, 2008 10:42:52 PM Subject: [development-axapta] Calculation error

Re: [development-axapta] Calculation error in AX3.0SP3

2008-11-19 Thread mni_col
6:12 PM To: development-axapta@yahoogroups.com Subject: [development-axapta] Calculation error in AX3.0SP3 Hi, I have the following code fragment: real a1,a2,a3; a1=8.0/24.0*3.0; a2=8.0/24.0*3.0; a3=a1+a2; print a3; In AX3.0SP3 I get 1.0 as a result which is definitely wrong

[development-axapta] Bank reporting batch

2008-11-19 Thread priyanka_history
Hi All I need your help i want to run a report voided payment transactions with the parameter reporting batch. But i am getting this parameter drop down as blank. Can anybody help me on this?? The path of the report is AR Reports Transactions Payment management Voided payment

[development-axapta] filter a dimension item from a row element in the structure designer

2008-11-17 Thread Jim Dimarzio
Hi, Anyone know how to filter certain financial dimension transactions (e.g., exclude specific departements from dept dimension) from a GL account row element in the financial stmt structure designer? Thanks

[development-axapta] filter a dimension item from a row element in the structure designer

2008-11-17 Thread Jim Dimarzio
Hi, Anyone know how to filter certain financial dimension transactions (e.g., exclude specific departements from dept dimension) from a GL account row element in the financial stmt structure designer? Thanks

[development-axapta] Financial Posting at confirmation

2008-11-17 Thread V G
Hi All My name is Vishal. I am looking for help while confirmation of a sales order. What our client needs is to make the financial postings(that happen when we invoice a sales order) at the time of confirmation of the sales order i.e. sales,inventory,customer,COGS. So basically when wee confirm

[development-axapta] Lookup customization

2008-11-17 Thread M. Nuaman Sharif
hi all please tell me how to customize lookup, list should be populate with different criteria at runtime. Thanks Regards Nuaman

AW: [development-axapta] AX 2009 in Windows 2000 Server

2008-11-17 Thread Gunnar Krause
Hello, yes it is. We develop on AX2009 running on Win2008 Server. And we have a couple of demo systems. Best Regards Von: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von bvtiii Gesendet: Donnerstag, 13. November 2008 03:52 An: development-axapta

Re: [development-axapta] Financial Posting at confirmation

2008-11-17 Thread Abdul Samad Patel
Check the following posts 1- http://msdax.blogspot.com/2008/04/posting-in-general-ledger-gl.html 2- http://msdax.blogspot.com/2008/11/financial-posting-in-dynamics-ax.html Thanks Regards, Abdul Samad Patel http://msdax.blogspot.com Contact - 425-502-1175 On Sat, Nov 15, 2008 at 8:30 PM, V G

Re: [development-axapta] Lookup customization

2008-11-17 Thread somanna gl
check for contactpersonlookup form. bye somanna From: M. Nuaman Sharif [EMAIL PROTECTED] To: development-axapta@yahoogroups.com Sent: Sunday, November 16, 2008 1:11:35 PM Subject: [development-axapta] Lookup customization hi all please tell me how

Re: [development-axapta] Lookup customization

2008-11-17 Thread Abdul Samad Patel
Check this post http://msdax.blogspot.com/2008/03/create-custom-lookups-dynamics-ax.html Thanks Regards, Abdul Samad Patel http://msdax.blogspot.com Contact - 425-502-1175 On Sat, Nov 15, 2008 at 11:41 PM, M. Nuaman Sharif [EMAIL PROTECTED]wrote: hi all please tell me how to customize

[development-axapta] Re: Add a dimension

2008-11-14 Thread pkpeterson652
. However, I don't think the new dimension will become available until you have the new license key for the new financila dimension. Paul --- In development-axapta@yahoogroups.com, deepak kalra [EMAIL PROTECTED] wrote: Hi, Just Check the relation and array element of Dimensions EDT

[development-axapta] Implementing InternetGetLastResponseInfo

2008-11-14 Thread nzjaybee
Hi I am using WinInet to send a file via FTP to a remote server. Most of this has gone well using postings from here and Axapatapedia. However, the file arrives on the remote server with ZERO bytes. The file has been created on the remote server, but no content transmitted. I am therefore

[development-axapta] How to prevent other controls to execute validatewrite() method when any change is made on the form.

2008-11-14 Thread syed baber
Hi All, I have to display a modal dialog box with yes/no buttons on some conditions when the record is saved on the form. I have written a validatewrite() method on datasource. The problem is that when some changes is made on the form and a button is clicked on the form then in that case

[development-axapta] Problem when importing a file on Ax2009

2008-11-14 Thread Ozanhan Anaç
Dear All, We are facing with a problem when we try to import a file. It occurs when Import File is clicked and says : No System GUID was found in the SysSQMSettings table. Please restart the AOS. Restarting AOS doesn't work. Any idea would be appreciated. Regards, Ozan

[development-axapta] Axapta license usage over time...axdat.udb

2008-11-14 Thread Andrew Staples
I'd like to plot license usage over time in AX3 to help us determine when we need to purchase more license. This information seems to be stored in the axdat.udb file. Does anyone have any experience editing this file (or using another method to accomplish the task?) Thanks Andrew

Re: [development-axapta] How to prevent other controls to execute validatewrite() method when any change is made on the form.

2008-11-14 Thread Abdul Samad Patel
You can override task method in the form. Use '272' the ID to catch save event and show the dialog box over there. See if this helps if not please give me some details of your scenario. Thanks Regards, Abdul Samad Patel http://msdax.blogspot.com Contact - 425-502-1175 On Wed, Nov 12, 2008 at

Re: [development-axapta] How to prevent other controls to execute validatewrite() method when any change is made on the form.

2008-11-14 Thread syed baber
Thanks Abdul Samad. The problem has been solved now but I am wondering whether is it recommended to use task method on the form to capture the save event. Thanks Syed Baber On Fri, Nov 14, 2008 at 1:44 PM, Abdul Samad Patel [EMAIL PROTECTED] wrote: You can override task method in the form.

Re: [development-axapta] Records missed during Import

2008-11-12 Thread mni_col
Hi, perhaps it's a problem with the new tableId. Compare new tableid with import definition (*.def) for e.g. TABLEDEF,262,ProdTable. Best regards Michael From: jazib.abdulah Sent: Monday, November 10, 2008 3:48 PM To: development-axapta@yahoogroups.com Subject: [development-axapta

[development-axapta] Add a dimension

2008-11-12 Thread suneel babu
HI., I want to know How to add a dimension CORPORATE in my AX application other than Department, costcenter and purpose ? . Plz tell me if any one know. Thanks in Advance... Regards. _ Search for videos of Bollywood,

SV: [development-axapta] Records missed during Import

2008-11-12 Thread Dahlsgaard Jan
You should, by comparing with *.def-file, find out which table(s) are missing records. If it is docuvalue and you are using DAX 4.0, I might have an explanation. Best regards Jan Dahlsgaard Fujitsu - Denmark Fra: development-axapta@yahoogroups.com [mailto

Re: [development-axapta] Add a dimension

2008-11-12 Thread deepak kalra
Hi, Just Check the relation and array element of Dimensions EDT. Not all treasure is silver and gold... Thanks And Regards Deepak Kumar Kalra Tectura A 119, Sector 63, Noida, INDIA 201301 From: suneel babu [EMAIL PROTECTED] To: Development development-axapta

RE: [development-axapta] Add a dimension

2008-11-12 Thread Danang
You can find it in Help developer help search : how to add dimensions. From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of suneel babu Sent: Tuesday, November 11, 2008 5:00 PM To: Development; Axapta Knowledge village; Ax Questions; amit bhatt AX Subject

Re: [development-axapta] Display image from AX table in SSRS

2008-11-10 Thread jagjeet singh
The image in Ax is stored as a container for displaying the image you might have to convert the image into a file and store it somewhere and then print it.   Jag --- On Thu, 11/6/08, syed baber [EMAIL PROTECTED] wrote: From: syed baber [EMAIL PROTECTED] Subject: [development-axapta] Display

Re: [development-axapta] Need help to get enum values in axapta

2008-11-10 Thread jagjeet singh
PROTECTED] wrote: From: Phuc Cao [EMAIL PROTECTED] Subject: [development-axapta] Need help to get enum values in axapta To: development-axapta@yahoogroups.com development-axapta@yahoogroups.com Date: Thursday, November 6, 2008, 12:14 PM Hi All, Thanks for your help, Mohan! I figure how to get

[development-axapta] Records missed during Import

2008-11-10 Thread jazib.abdulah
HI guys Really Need your help. I exported data from some custom tables. Deleted those tables. Imported the XPO file to create those tables again. Tried to import back the data from data file, it gave me message like this. 53 out of 120 records imported. The result was Data was imported in

[development-axapta] Need help to get enum values in axapta

2008-11-06 Thread Phuc Cao
: www.votivasoft.comhttp://www.votivasoft.com/ [cid:image001.jpg@01C94015.CEA37700] From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mohan Nagasarpu Sent: Tuesday, November 04, 2008 5:19 PM To: development-axapta@yahoogroups.com Cc: Danang Suryonugroho

RE: [development-axapta] Need help for .NET Business Connector in Axapta 4.0

2008-11-05 Thread Mohan Nagasarpu
-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Phuc Cao Sent: Tuesday, November 04, 2008 3:08 PM To: development-axapta@yahoogroups.com Cc: Danang Suryonugroho Subject: [development-axapta] Need help for .NET Business Connector in Axapta 4.0 Hi All, I'm writing a .net web

[development-axapta] Need help for .NET Business Connector in Axapta 4.0

2008-11-04 Thread Phuc Cao
Hi All, I'm writing a .net web application (C#) and connect to Axapta via .Net Business Connector. I can't get the enum type from Axapta. Is there a way to get this from Axapta? How can I get the list of enum values from Axapta and show it on my .net application? Thank you very much in

[development-axapta] Re: PO Error

2008-11-03 Thread allanwallis
Don't import inventtrans, it will be created when you insert purchline . Rather than use a straight import of purchline, built the record and then call purchline.createline() This has a number of parameters that control how the line is created. --- In development-axapta@yahoogroups.com, Ali

SV: [development-axapta] Date and time

2008-11-03 Thread Erik Hansen
Yes and no, it is possible from Dynamics Ax 2009. Erik Fra: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Trinadh Sura Sendt: 30. oktober 2008 09:57 Til: [EMAIL PROTECTED]; development-axapta@yahoogroups.com Emne: [development-axapta] Date and time Dear

[development-axapta] get data to Added a column from another table

2008-11-03 Thread M. Nuaman Sharif
Hi all, Please advice me,  Problem: I have added one column to vendPurchOrderTrans table NAMEALIES to get data from INVENTTABLE's column NAMEALIES what method should i write to modify existing method i tried a lot but fail. Please help me Thanks

RE: [development-axapta] get data to Added a column from another table

2008-11-03 Thread Murat Bal
CHANGED FÝELD COLUMN prooperties AUTODECLARE = NOfALSE AUTODECLARE = YES True From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of M. Nuaman Sharif Sent: Saturday, November 01, 2008 4:20 PM To: development-axapta@yahoogroups.com Subject: [development

[development-axapta] RE : problem with Paste() - from clipboard to Excel worksheet

2008-10-31 Thread PEROCHEAU Delphine
can I specify that _before is null ? And _type by default ? Delphine -Message d'origine- De : development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] De la part de PEROCHEAU Delphine Envoyé : mercredi 29 octobre 2008 15:13 À : 'development-axapta@yahoogroups.com' Objet : [development

[development-axapta] Re: [Axapta-Knowledge-Village] Date and time

2008-10-31 Thread MaryAnn Hand
It is certainly possible in AX 2009, but not in earlier versions. On Thu, Oct 30, 2008 at 2:57 AM, Trinadh Sura [EMAIL PROTECTED] wrote: Dear all I want to enter date and time in one field. Is it possible? If yes. Tell me . Regards, Trinadh THIS E-MAIL IS CONFIDENTIAL and

[development-axapta] Date and time

2008-10-31 Thread Trinadh Sura
 Dear all      I want to enter date and time in one field. Is it possible? If yes. Tell me .Regards, Trinadh [Non-text portions of this message have been removed]

[development-axapta] PO Error

2008-10-31 Thread Ali Jawad
Hello Group, I have imported Purchase orders and following tables were imported. 1. Purchtable 2. Purchaselines 3. Inventtrans After the port when I try to change dimensions or anything AX gives following error There are transactions with status reserved ordered for

[development-axapta] Re: PO Error

2008-10-31 Thread navin_rdy
Hi, Try to remove the reservation first. Then try delete or close the P.O. Naveen --- In development-axapta@yahoogroups.com, Ali Jawad [EMAIL PROTECTED] wrote: Hello Group, I have imported Purchase orders and following tables were imported. 1. Purchtable 2

RE: [development-axapta] Com Connector in AX 2009

2008-10-30 Thread Steve Wright
Arun Its likely you need an updated copy of your 3rd party software which supports AX2009 COM Steve www.atlasxl.com.au From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of axaptaarun Sent: Wednesday, 29 October 2008 7:15 AM To: development-axapta

[development-axapta] Com Connector in AX 2009

2008-10-29 Thread axaptaarun
Hi, We are in the process of migrating from AX 3.0 to AX 2009. We have a third party software which uses com connector to talk to Axapta 3.0. Ax2009 has a com connector but you have to install this thru cmd line. It just wont install. Here is the link from Microsoft

[development-axapta] problem with Paste() - from clipboard to Excel worksheet

2008-10-29 Thread PEROCHEAU Delphine
Hi everyone ! Here is my first post! I'm exporting dataset from tables in AX to Excel. I need to separate data in Excel so I chose to create 1 worksheet for each type of data. Indeed, for each record in the table named Table here, there are xx records in another one named Table2. And in this

[development-axapta] Fixed asset

2008-10-28 Thread kaushik_86vk
What shud be the setup in fixed asset in order to achive the following Note:- Using SLM(Straight Line Method) 1.If acquisition price of fixed asset is less than 5000 the asset should be depreciated in that month itself Example :- Suppose Acq.Date :- 1/1/2008 Acq.Amount :- 4500 if i run

[development-axapta] Re: Crystal Reports with axapta 4

2008-10-28 Thread allanwallis
. My advice is spend your time learning how to produce reports in Axapta and forget Crystal --- In development-axapta@yahoogroups.com, M. Nuaman Sharif [EMAIL PROTECTED] wrote: Dear all Please tell me how to use crystal reports by microsoft dynamics ax 4 thanks Regards

Re: [development-axapta] Need Help

2008-10-28 Thread DILLI RAJ
open the class in aot with the name and run it SysDatabaseTransDelete it will delete all the tranasactional data On Thu, Oct 9, 2008 at 1:38 PM, Sanam Khan [EMAIL PROTECTED] wrote: Hi all I want to clear all the transactional data from AX and want that only master record and setup should

[development-axapta] Re: Views in AX

2008-10-28 Thread tavocol2002
,BUSREL1,2 COMPANY2,BUSREL1,1 COMPANY2,BUSREL2,2 I hope that this works. And if this is not the problem let me know. Regards, Gustavo Adolfo Camargo Téllez Microsoft Dynamics AX Senior Developer MDO Consultores Asociados S.A. Bogotá D.C. - Colombia - South America --- In development-axapta

[development-axapta] Journal Number Missing

2008-10-27 Thread cbcax30
Hi, please help me on this. I have already set up the Journal number sequence as continuous, and unchecked the cleanup options. But sometimes, I found out the journal number is missing, and I couldn't find it at the number sequence list. Could anyone tell me why this will happen ? Or I need to

[development-axapta] Need Help to customize report Purchase Order Report

2008-10-27 Thread M. Nuaman Sharif
Hi All Problem: I need to customize existing report,purchase order I want to print vendorRef from purchTable. please tell if anyone knows about it. This is urgent. I will be remain thankful Regards

[development-axapta] Re: How do you limit column headings to display on the first page only?

2008-10-23 Thread Steeve Gilbert
YourSection.noOfHeadingLines(0, AutoMode::Fixed); Make sure your section property AutoDeclaration is set to yes. --- In development-axapta@yahoogroups.com, ckbutton [EMAIL PROTECTED] wrote: Hi All, I am new to report development in axapta and have been searching for info on how to display

[development-axapta] Importing Invoices to MS Dynamics

2008-10-22 Thread Leandro Taschek
Normal 0 21 false false false PT-BR X-NONE X-NONE MicrosoftInternetExplorer4

[development-axapta] Re:Limit the number of records in Grid

2008-10-22 Thread balasubramanian kumaran
Hi,   You can use 'VisibleCols' 'VisibleRows' property on form grid property.   \ Balasubramanian.   Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/ [Non-text portions of this message have been removed]

[development-axapta] Undelivered Items

2008-10-22 Thread k_otickashka
How does Axapta treat items that do not get delivered to a customer? For example, say I have 10 items for one sales order on a truck. Only 5 gets delivered but instead of putting the undelivered items back in inventory, I send the items out on another truck a next day. Can Axapta handle this

[development-axapta] HOW TO SENT FILE SFTP?

2008-10-22 Thread volkan turgut
Hi.. I want to sent a file(txt) from ax4.0 to SFTP server.if  I should  add referance to axapta which referance I should add?. However I need get file fromSFTP to Axapta.any idea? thanks. Volkan [Non-text portions of this message have been removed]

<    5   6   7   8   9   10   11   12   13   14   >