Re: [development-axapta] Data Import Performance

2007-07-24 Thread Max Belugin
Place your file on application server and check the checkbox in import dialog about it On 7/19/07, rwbowersox [EMAIL PROTECTED] wrote: I am importing a large set of ERP data into an Axapta database via Definition Groups and CSV files. I would like to know any tips or techniques that would

[development-axapta] Re: Data Import Performance

2007-07-24 Thread randy
We tried to use that CSV method as well. It took many hours and was prone to failures. I imported with jobs that I wrote using text files exported from our old system. These included: Items, Trade agreements, QOH, vendors (including contacts and addresses), AP and AR aging (with the original

[development-axapta] report string size bigger than page size

2007-07-24 Thread beulenfeld
Hi, I have a report with a string(memo, with many rows). The Size of the string is bigger than the page size. The report throws error thats why. Is it possible to make a page brake in the string? Enybody knows? Betty

[development-axapta] Re: Setting number of rows in a system build lookup form

2007-07-24 Thread Emanuela
Hi, read the message Show a limited number of rows or Lock scroll bar and relative replay... --- In development-axapta@yahoogroups.com, karelhl1 [EMAIL PROTECTED] wrote: Hello, do you know, how to set the number of rows visible in a grid in a system build lookup (i.e. not custom build one

[development-axapta] Error: Data already exist....???

2007-07-24 Thread axaeffect
Hi all, I need some help or advice... The case is my Ax sometimes produce an error when inserting new data, it says Can not insert, data already exist but I can assure you that the suspected data is new. This is true bcoz after I restart the AOS, all process gone normal, no error. Before I

[development-axapta] Re: Multiple selection from dialog

2007-07-24 Thread Emanuela
If I understand, you must add .. between the first and the last customer account you want to select. For example A..C select all accounts between A and C But you can also select a range of account using ,. For example A,C select A and C accounts. --- In development-axapta@yahoogroups.com, V G

[development-axapta] Re: report string size bigger than page size

2007-07-24 Thread Emanuela
Hi Betty, you can set the property DynamicHeigh of the string control to YES. So when the string is longer than the page, it goes in a new row automatically. --- In development-axapta@yahoogroups.com, beulenfeld [EMAIL PROTECTED] wrote: Hi, I have a report with a string(memo, with many

[development-axapta] Re: Error: Data already exist....???

2007-07-24 Thread markus_sendelbach
Hi, I think you have a RecId problem. The system tries to assign a RecId which is already used. If you are working with AX 3.0 then try Administration/Periodic/SQL- Administration/Check record IDs If you are working with AX 4.0 then have a look at table SystemSequences. Check out the last used