RE: [development-axapta] Digest Number 1713

2006-03-22 Thread James Flavell
Supposedly the install doc says need to upgrade 2.5 to 3.0 BUT then do not start Axapta...rather just apply SP5. So basically each version is a milestone I would say Interesting as it sounds like you say you have not taken this approach but gone directly to the service pack...I am just

[development-axapta] Use of Maps

2006-03-22 Thread axpdev
Hi, Why do we use Maps? can we call Method in Mapped table from Maps. Thanks in Advance. YAHOO! GROUPS LINKS Visit your group "development-axapta" on the web. To unsubscribe from this group, send an email to:[EMAIL PROTECTED] Your use of Yahoo! Groups is

[development-axapta] ledger settlement

2006-03-22 Thread axapta_soporte
Hi everybody! Is there a way to know, which ledger settlement corresponds to a specific transaction of the VendTrans table or the Custable table? Alex SPONSORED LINKS Computer part

[development-axapta] Problem in Virtual Company

2006-03-22 Thread axpdev
Hi, I created a New Virtual Company Account say VC1 and added table collection which containes only LedgerTable. I included 2 Company account DAT and DMO both has records in Ledger table. When I open the Chart of Accounts No records has been listed. can any body explain me how to setup

Re: SV: [development-axapta] Working with Excel through Axapta

2006-03-22 Thread Satish
Hi Mikael, Thanx a lot for ur help! However, I'm unable to use the COMVariant part of ur code; especially the part where COMVariant1.bStr(xinfo::directory(directoryType::Appl) + 'C:\\SatishExcelTest.xls); The compilation of this line was giving a syntax error. I'm really new to Axapta,

[development-axapta] Length of field in table

2006-03-22 Thread putchbe
Hi, Is there a easy way to retreive the maximum length of a text field in a table. I found a way using the AOT to get the properties but that seems to be a long way around to get a simple peace of info. J SPONSORED LINKS

AW: [development-axapta] Length of field in table

2006-03-22 Thread Sebastian Draese
Hello, try the DictField-Object DictField df; df = new DictField(tablenum(CustTable),fieldnum(CustTable,Name)); print df.strlen(); pause; bxe, Sebastian Draese -Ursprüngliche Nachricht- Von: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von putchbe

Re: [development-axapta] Problem in Virtual Company

2006-03-22 Thread Hemant Kumthekar
Hi, FIrst thing you never add a table to a virtual Table collection which has records. If you have to have that table first export the table, then go through the process of adding table collection, then imprt the exported table back. When you add the records to any table shared in Virtual

RE: [development-axapta] Problem in Virtual Company

2006-03-22 Thread Dyachenko, Dmitry
You need to change the dataareaid field value in all the records in (e,g,) Ledger table. Try and create one record manually on the form and then use Database table browser (not Axapta one) in order to see the difference between old DAT/DMO records and new VC1 record.

Re: [development-axapta] Bolding Font in grid

2006-03-22 Thread Max Belugin
AFAIK this option simply does not work http://axcoder.blogspot.com -Original Message- From: Zappia Alessandro [EMAIL PROTECTED] To: development-axapta@yahoogroups.com Date: Wed, 22 Mar 2006 09:28:19 +0100 Subject: [development-axapta] Bolding Font in grid Hi everyone, has someone

[development-axapta] Query

2006-03-22 Thread V G
I have a function which takes parameter tableid.In the function I want to write some query on the table that is supplied as the parameter.For writting a query I need to define that table but I dont know which table is going to be passed as parameter. How do I accomplish this. Any help is