[Axapta-Knowledge-Village] Cannot read text formatted numbers from excel cell

2008-02-01 Thread turkkanarda
Hi all; I have a problem about reading from excel cell.Cell format is text and 11 is stored in the cell.I have the code below for reading the value but result is empty string. RCell = Cells.Item(i, 1); string = RCell.value().bStr(); I can read double or int values succesfully but can

Re: [Axapta-Knowledge-Village] Cannot read text formatted numbers from excel cell

2008-02-01 Thread Luis Martinez
Try to validate the cell that you read... Str GetCellValue(sysExcelCell RCell) { Str CellValue; Int IntegerValue; ; switch(RCell.value().variantType()) { case COMVariantType::VT_R4 : IntegerValue= any2int(RCell.value().float()); CellValue =

[Axapta-Knowledge-Village] Export of Data to MS Project

2008-02-01 Thread prani_008
I just want to export the data from a table to MS PROJECT. I was trying using a class 'RCTMSPROJECTXMLDOCUMENTGENERATION' class, but facing some problems. Can anyone who worked on this help me on this account?

[Axapta-Knowledge-Village] Number series in Axapta

2008-02-01 Thread sanju_kori
hi all, I am new to Axapta, right now m working on the sequence generation. Please send the number sequence generation related documentation or any related file to [EMAIL PROTECTED] or [EMAIL PROTECTED] Thanks in advance Sanjiv.K --- In Axapta-Knowledge-Village@yahoogroups.com,

[Axapta-Knowledge-Village] Numbering Sequences - Journals

2008-02-01 Thread leroux_marica
Hi All, I have a requirement from a client to link different numbering sequinces to different Journal Names. Is this possible, and how would I go about linking number sequences to Journal Names. Thanks Marica

Re: [Axapta-Knowledge-Village] How to install AX4.0 sp1 client and sp2 client on same Windows XP machine

2008-02-01 Thread Sumit Sharma
hi. Sumit here... It is not possible.It will give Kernel Revision Error. Have u ever tried it or u r trying to do so? - Original Message From: jay_naik_99 [EMAIL PROTECTED] To: Axapta-Knowledge-Village@yahoogroups.com Sent: Thursday, 31 January, 2008 7:01:13 PM Subject:

[Axapta-Knowledge-Village] Capturing invoices

2008-02-01 Thread leroux_marica
Hi All, This is my first Dynamics implementation and I am trying to determine whether invoices can be captured into Dynamics without using creditors. I noticed that if you want to capture an invoice journal the account type allow you to select ledger, fixed assets, bank etc. Does this mean

[Axapta-Knowledge-Village] Secutiry problem

2008-02-01 Thread krawczynski.piotr
In our company we are posting salaries as a vendors transactions. There is a group of vendors 101 which is the group for employees. How can I set the security on Axapta to no allow looking into transaction of vendors from the group 101 to anybody with access to VendTrans table ? We do not

[Axapta-Knowledge-Village] Problem in installing AX 4.0 SP 2 INDIA

2008-02-01 Thread Ashwani Kumar
Hi, Can any one guide me for installing AX 4.0 SP2 with local features for India? Thanks in advance. Best Regards, CA Ashwani [Non-text portions of this message have been removed]

[Axapta-Knowledge-Village] Handheld devices for AX

2008-02-01 Thread Faiqa Khushi
Hi , Which are the best handheld devices to be used with AX and is there any specific requirements to configure PDA with AX? Any document on it will be highly appreciated. Regards, Faiqa [Non-text portions of this message have been removed]

[Axapta-Knowledge-Village] Re: Numbering Sequences - Journals

2008-02-01 Thread novembercalendar
Hi Marica It is possible to link different numbering sequences to different journal names. We do this to create unique voucher numbers for different types/classification of transactions. For example, our CASH journal has CSH in the voucher number; MISC journal has MSC in the voucher number,