RE: [development-axapta] axapta 3.0 and windows xp sp2 - problems?

2004-08-19 Thread Artem Tymofyeyev \(Intl Vendor\)
You may have some problems with XP SP2 because of new FireWall. In this case you can turn the firewall off in the Control Panel. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 10:01 To: [EMAIL PROTECTED] Subject: [development-a

RE: [development-axapta] customize iconbar

2004-07-20 Thread Artem Tymofyeyev \(Intl Vendor\)
It is not possible to edit main iconbar. Also you can't create your own buttons there. -Original Message- From: Thomas Hausmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 12:37 To: [EMAIL PROTECTED] Subject: [development-axapta] customize iconbar hello friends, i'm w

RE: [development-axapta] SP 2 and SP 3

2004-05-19 Thread Artem Tymofyeyev \(Intl Vendor\)
Of course. You should install them into separate folders, for ex. Ax30sp2 and Ax30sp3 and create different configurations for them. Also it is a good idea to use different databases for sp2 and sp3. -Original Message- From: Harry Deshpande [mailto:[EMAIL PROTECTED] Sent: Tuesd

RE: [development-axapta] Document Handling

2004-04-21 Thread Artem Tymofyeyev \(Intl Vendor\)
In order to enable the Document Handling button you should: - mark Document Handling Active checkbox in Tools->Options; - complete all checklists: installation and update   (Administration->Setup->System->Checklists); - set valid path for the documents in   Bacis->Setup->DocumentManagement->P

RE: [development-axapta] Zip Code Import

2004-03-31 Thread Artem Tymofyeyev \(Intl Vendor\)
7; table in the list. ?? On Mar 31, 2004, at 10:23 AM, Artem Tymofyeyev (Intl Vendor) wrote: > > > You can create an Excel spreadsheet for the table ZipCodes using: > MainMenu -> Periodic -> Data import/export -> Excel spreadsheets ->  > Template Wizard. > > Afte

RE: [development-axapta] Zip Code Import

2004-03-31 Thread Artem Tymofyeyev \(Intl Vendor\)
You can create an Excel spreadsheet for the table ZipCodes using: MainMenu -> Periodic -> Data import/export -> Excel spreadsheets -> Template Wizard. After this just fill this Excel document by your Zip-codes and import them by: MainMenu -> Periodic -> Data import/export -> Definition grou

RE: [development-axapta] Re: change company on menu activation

2004-03-31 Thread Artem Tymofyeyev \(Intl Vendor\)
I can't imagine the situation when you need to change company automatically. This may cause big problems later when user works in one company and than for some reason he will move to another one. Anyway you can use Tools -> Development Tools -> Code Profiler if you want to figure out which me

RE: [development-axapta] change company on menu activation

2004-03-30 Thread Artem Tymofyeyev \(Intl Vendor\)
You can see the example in Forms\SysDataAreaSelect\closeSelect() method. Best regards Artem Tymofyeyev Axapta Technology Domain Microsoft Business Solutions Navision Frydenlunds Allé 6, DK-2950 Vedbaek http://www.microsoft.com/BusinessSolutions -Original Message- From: mrsd

RE: [development-axapta] How can I determine in which field of of form the cursor/user is in ?

2004-03-24 Thread Artem Tymofyeyev \(Intl Vendor\)
You can override method selectControl on the required form like this: public boolean selectControl(FormControl _control) {     boolean ret;   // print current control     if (_control)     print _control.toString();     ret = super(_control);     return ret; } Instead of printing

RE: [development-axapta] Language variables

2004-03-23 Thread Artem Tymofyeyev \(Intl Vendor\)
Title: Meddelelse static void aaa_LanguageLetters(Args _args) {     Session session = new Session(sessionId());     ;       print session.interfaceLanguage();     pause; } Best regards Artem Tymofyeyev Axapta Technology Domain Microsoft Business Solutions Navision

RE: [development-axapta] client /server connection

2004-01-02 Thread Artem Tymofyeyev (Intl Vendor)
You should decrease the latency, 180 ms or less. Best regards Artem Tymofyeyev Axapta Technology Domain Microsoft Business Solutions Navision Frydenlunds Allé 6, DK-2950 Vedbaek http://www.microsoft.com/BusinessSolutions -Original Message- From: userm1837 [mailto:[EMAIL PROTECTED]

RE: Re-2: [development-axapta] client /server connection

2004-01-02 Thread Artem Tymofyeyev (Intl Vendor)
Sorry, Jesper, you are right. Here is some info from official document from TechNet Therefore we consider the following minimum and acceptable areas: Thin client to server Bandwidth Latency Per user Total Minimum >6.4 kbps >28.6 kbps <100 msecs Acceptable >8 kbps >64 kpbs <50

RE: [development-axapta] ComboBox index

2004-01-02 Thread Artem Tymofyeyev (Intl Vendor)
ComboBox.selection(); Best regards Artem Tymofyeyev Axapta Technology Domain Microsoft Business Solutions Navision Frydenlunds Allé 6, DK-2950 Vedbaek http://www.microsoft.com/BusinessSolutions -Original Message- From: byteway_so [mailto:[EMAIL PROTECTED] Sent: Wednesday, Novem