Re: [Axapta-Knowledge-Village] Purchase Forecast Import

2004-11-25 Thread vaibhav pednekar
hello vinay, >From the Administration - Periodic-Data export/import create new definition group select the type to be "custom" then click the Table setup button in that create the line for the purchase forecast table select the status what u want from the choice, then give the file name and on

[Axapta-Knowledge-Village] business relation diagram

2004-11-25 Thread ax_ruetz
hello everybody, we want to use the diagram drawing function in "crm -> business relations" to draw companies and contactpersons. by default this function draws companies only. there is another one in "contact persons" wich draws only contact persons. but we want a diagram that draws compa

[Axapta-Knowledge-Village] Problem in Importing the Data

2004-11-25 Thread Shanmugavel Prakashkumar
Hi,   I have two questions with me,   1. Actually im facing problems in importing the datas (even default datas). Its giving error message unable to create tables and values already exist.     2. Now i have just installed Axapta 3, but localization part i have not did & Im not clear when i have

Re: [Axapta-Knowledge-Village] Load form from object / class

2004-11-25 Thread Varden Morris
If the form 'KompForm' exists in the AOT do the following:       FormRun Komp;     Komp= new FormRun(new args('KompForm'));     Komp.init();    Komp.run();    Komp.wait();affekatz <[EMAIL PROTECTED]> wrote: Can any one tell me how to load a form from a object this dosn't seem to work:   

[Axapta-Knowledge-Village] Re: Load form from object / class

2004-11-25 Thread affekatz
Jep :-) but i haven't got the money :-( --- In [EMAIL PROTECTED], "Andrae, Tobias" <[EMAIL PROTECTED]> wrote: > You want to take a Axapta programming course ;-) > Best regards, Tobias > > -Ursprüngliche Nachricht- > Von: affekatz [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 25. N

AW: [Axapta-Knowledge-Village] Load form from object / class

2004-11-25 Thread Andrae, Tobias
You want to take a Axapta programming course ;-) Best regards, Tobias -Ursprüngliche Nachricht- Von: affekatz [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 25. November 2004 14:47 An: [EMAIL PROTECTED] Betreff: [Axapta-Knowledge-Village] Load form from object / class Can any one tel

[Axapta-Knowledge-Village] Load form from object / class

2004-11-25 Thread affekatz
Can any one tell me how to load a form from a object this dosn't seem to work: KompForm Komp; Komp = new kompform; Anything else that i should be aware of ? Thanks in adv. Yahoo! Groups Sponsor ~--> $9.95 domain

Re: [Axapta-Knowledge-Village] StingEdit in Form

2004-11-25 Thread Thomas Jensen
Thanks it works Varden Morris <[EMAIL PROTECTED]> wrote: You can do this in two ways.   (1) Change the AutoDeclaration property of the stringEdit control to yes then set the   value of the control as follows:   komp1.text('It Works'); (2)Delcare a variable to point to the control in the ClassDe

Re: [Axapta-Knowledge-Village] StingEdit in Form

2004-11-25 Thread Varden Morris
You can do this in two ways.   (1) Change the AutoDeclaration property of the stringEdit control to yes then set the   value of the control as follows:   komp1.text('It Works'); (2)Delcare a variable to point to the control in the ClassDeclaration section as follows: FormStrinControl My_komp1; O

Re: [Axapta-Knowledge-Village] StingEdit in Form

2004-11-25 Thread Arijit Basu
Try Stringeditname.text()=="Any Value"; On Thu, 25 Nov 2004 11:45:43 -, affekatz <[EMAIL PROTECTED]> wrote: > > I need to assign a value to a StringEdit in a method under the form. > The name of the StringEdit is "StringEdit:Komp1" but i dosn't work to > do this StringEdit:komp1 = a; in

[Axapta-Knowledge-Village] StingEdit in Form

2004-11-25 Thread affekatz
I need to assign a value to a StringEdit in a method under the form. The name of the StringEdit is "StringEdit:Komp1" but i dosn't work to do this StringEdit:komp1 = a; in a method "under" the StringEdit Thanks in adv. Yahoo! Groups Sponsor ~--

Re: [Axapta-Knowledge-Village] Purchase Forecast Import

2004-11-25 Thread Varden Morris
Hi Vinay   My suggestion is to go ahead and create the excel template from Axapta then create a query in Access that selects the fields from the Access Database in the same order as the excel template from Axapta. In the excel template you then do an import of the Access query that will place th

[Axapta-Knowledge-Village] Purchase Forecast Import

2004-11-25 Thread Vinay Iyer
Hi everybody, We are trying to import data into the Purchase Forecast table. Our client is plannng to maintain the data in a Access database and they will be eporting the data into a CSV file. We need to import the data into the Purchase Forecast table. How do we import the data from the CSV f

RE: [Axapta-Knowledge-Village] Axapta for life science/Release 4.0

2004-11-25 Thread Karina Normann Jakobsen \(MICROSOFT BUSINESS SOLUTIONS\)
Hi Edouard,   Axapta 4.0 will be filled with new cool features, just you wait.   Med venlig hilsen/Best regards/Mit freundlichen Grüßen Karina Normann Jakobsen Program Manager From: Edouard [mailto:[EMAIL PROTECTED] Sent: 24. november 2004 19:39 To: [EMAIL PROTECTED]

RE: [Axapta-Knowledge-Village] Data migration speed

2004-11-25 Thread Hennie Potgieter
We are importing sales orders and posting them on a daily basis from a legacy system. We are importing between 22000-25000 sales orders daily. We have been forced to run the import on 1 AOS only because of DB locks when running on multiple AOS's. Our import and posting runs at about 32 minutes p