AW: [Axapta-Knowledge-Village] Inventory Closing progress bar

2005-10-24 Thread Gahr, Andreas
Hi Steeve,   the NumOfIteration is the counter for the loop to resolve transfers of type location a -> location b -> location a. This loop stops at maxiterations. The other two counters are, I guess, for the multi inventory closing, to distribute the jobs to different clients. The costN

AW: [Axapta-Knowledge-Village] Getting data from web

2005-04-08 Thread Gahr, Andreas
What do you think with „to get data from web into Axapta“? Importing a comma seperated file, a html page or a xml document. Or do you want do comunitace to axapta from the web?   Regards Andreas Gahr   Von: Ozanhan Anaç [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 8. April

AW: [Axapta-Knowledge-Village] Data Replication with Axapta

2005-04-08 Thread Gahr, Andreas
-Ursprüngliche Nachricht- Von: Gahr, Andreas [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 8. April 2005 14:05 An: Axapta-Knowledge-Village@yahoogroups.com Betreff: AW: [Axapta-Knowledge-Village] Data Replication with Axapta Hi Jesper, with setup data I meant table inventposting. I've imported

AW: [Axapta-Knowledge-Village] Data Replication with Axapta

2005-04-08 Thread Gahr, Andreas
might have duplicate recid's in your Company. Setup data are created with the Company, all parameter tables are created with a unique index on the field key. If the record is present the import will not create the parameter record. Regards Jesper -Ursprüngliche Nachricht----- Von: Gahr,

AW: [Axapta-Knowledge-Village] Data Replication with Axapta

2005-04-08 Thread Gahr, Andreas
Hi Jesper, can you explain the import recid problem in more detail. As i understood the import code, it creates a lookup table for recid conversion concerning references with recids. Is the problem you descriped related to recid overlapping (creating the same recid twice)? I also experienced s

AW: [Axapta-Knowledge-Village] Re: Joining 3 tables with QueryBuildDataSource ?

2005-04-08 Thread Gahr, Andreas
Hi, i would try this: qbds1 = qbds.addDataSource(tablenum(InventDim)); qbds1.joinMode(joinmode::InnerJoin); qbds1.fetchMode(0); qbds1.addLink(fieldnum(InventJournalTrans, InventDimId), fieldnum(InventDim, InventDimId)); qrange = qbds1.addRange(fieldnum(InventDim, InventLocat

AW: [Axapta-Knowledge-Village] Error on Cust Tran table......Tax program effect?? URGENT

2005-04-08 Thread Gahr, Andreas
Take a look at the maps. Maybe CustVendTrans. This error normaly indicated, that a field in a map is used wich is not linked to the underlying table. You may have the same problem with vendtable. Regards Andreas Gahr -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTE

[Axapta-Knowledge-Village] AW: SalesId Adjustment

2005-04-05 Thread Gahr, Andreas
This parameter changes how data is stored in the database. Right aligned means the value is prefixed with spaces until it fits the full length. I would not recommend to change this if data is allready stored in the database. Maybe a export import of all companies could do the trick. You al

[Axapta-Knowledge-Village] AW: Strange Layer problem

2005-02-01 Thread Gahr, Andreas
Have you done a full compile? After installing a new Layer it is necessary in most cases to run a full compile of the application.   Regards Andreas Gahr -Ursprüngliche Nachricht-Von: Cenk Ince [mailto:[EMAIL PROTECTED]Gesendet: Dienstag, 1. Februar 2005 07:38An: Axapta-

AW: [Axapta-Knowledge-Village] ActiveX DLL problem in Axapta 2.5

2004-08-03 Thread Gahr, Andreas
Hi Joel,   have you tried to add a Null Char at the end of the string. I had a similar problem regarding vb and dde. Everything worked well inside the vb(x( world, but if i got further i got strange string results. I guess it's because of the internal string representation in VB.   Try s