RE: [development-axapta] Problem with Int64 and SET

2008-05-19 Thread Palle Mølgaard
It may appear to be a good idea. But it is quite time consuming to search the entire application for "Types::Integer", and then evaluate every hit to find out if it should be changed to "Types::Int64"... Kind regards Palle Mølgaard Tlf.: 96 31 44 44 [EMAIL PROTECTED] www.systemat

[development-axapta] Axapta Backup Data

2008-05-19 Thread febinpc
Hi friends Which Backup is most useful in the case of Axapta application 1, Data Backup from Axapta Administration>Data Export import 2, Data Backup from SQL server.

[development-axapta] Which report to compare inventory cost?

2008-05-19 Thread jquinteroz
Hi: Which report we need to use to compare accounting inventory cost (in general ledger) vs inventory module in a determinated period?. I am asking for inventory module. We are using FIFO cost.

[development-axapta] Upgrade steps from Axapta 3.0 SP3 to Axapta

2008-05-19 Thread amitjain_in
Hi, I am upgrading system from Axapta 3.0 SP3 to Axapta 4.0 SP2. Can anyone give me suggestions on these questions? 1. What are hotfixes to apply during upgradation and at what stage? 2. Axapta 4.0 is using Active directory, so what needs to be done for that? I am getting an error that "Databa

[development-axapta] Setting reindexing as a batch process

2008-05-19 Thread Satish
Hi All, Would appreciate any pointers to setup reindexing (Administration | Periodic | SQL Administration | Index Actions > Reindex) as a batch process in AX? Also what would be a optimal schedule for reindexing the tables? I was thinking of a daily reindex of all the tables. Looking forward to

Re: [development-axapta] How to programatically switch between a Lookup or a ComboBox on the same field.

2008-05-19 Thread wahyu Furqoni
Hi Jazib, you can write code in method lookup form datasource field on secondcolumn object as follow public void lookup(FormControl _formControl, str _filterStr) { Query query; queryBuildDataSourcequeryBuildDataSource; QueryBuildRange queryBu

[development-axapta] Will RunBuf function execute Properly if????

2008-05-19 Thread jazib.abdulah
Hi everybody I have to execute an expression given by user in the form of string. I am using runBuf function. What I wanted to confirm is.. If my client does not have X++ Licence, can it effect execution of my code which runs the runBuff command???

Re: [development-axapta] Cannot execute the required database operation.The SQL database has issued an er

2008-05-19 Thread Rajesh Hari
Hello Balu I will try to answer this by asking a few questions. Maybe it points you in the right direction. 1. Is it in your live/production environment that you are facing this problem ? I assume not , but you can always see issues when you try to deploy a customization. 2. Are you sure there a

[development-axapta] Data Upgrade 3.0 to 4.0

2008-05-19 Thread suneel babu
Dear All., I had a problem when upgrading Ax 3.0 database to ax 4.0 by using Data upgrade tool given in DVD. It shows "target database is not empty and UNICODE table does not exist". Plz solve my problem. its very urgent. Is there any other way to upgrade 3.0 database to

Re: [development-axapta] Axapta Backup Data

2008-05-19 Thread Rajesh Hari
Hi there It really depends what you would like to do. 1. Data Import Export - This is useful if you would like to backup application info so that you can use to say setup a new company. So you decide the tables that you wish to use in order to save you time with setting up a new company. 2. SQL B

AW: [development-axapta] Axapta Backup Data

2008-05-19 Thread jesper.joergensen
HI, SQL Backup. The export from Ax only exports one company account. If you mess up the recid's you are not able to restore the export. If you need a company based restore you restore your database with a new db name. In the company accounts you can restore one company from an external

[development-axapta] Re: Problem with Int64 and SET

2008-05-19 Thread jimchwaszczewski
> > I was just wondering is such a check of Types::Integer recommended > in any upgrade documents as it was obvisouly something completely > overlooked for the customer upgrade that was done? > The best recommendation is to use the data types RecId or RefRecId rather than Int or Int64. I'm