RE: [development-axapta] Re: Contact Person Data Loading

2004-01-02 Thread Sergey Siroklin
ed out? thanks. --- In [EMAIL PROTECTED], "Sergey Siroklin" <[EMAIL PROTECTED]> wrote: Check the length of your contactPersonId. The length should be <= 10 Example: "NameOfContactPerson" in Axapta will be "NameOfCont"!!! -Original Message- From: my_a

RE: [development-axapta] Contact Person Data Loading

2004-01-02 Thread Sergey Siroklin
Check the length of your contactPersonId. The length should be <= 10 Example: "NameOfContactPerson" in Axapta will be "NameOfCont"!!! -Original Message- From: my_ag [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 12:07 PM To: [EMAIL PROTECTED] Subject: [development-axapta] C

RE: [development-axapta] Regarding to data dictionary

2004-01-02 Thread Sergey Siroklin
Tables: xRefTableRelation - references UtilIdElements - description of objects Classes: SysDictTable, SysDictTable for find some of properties of tables and fields -Original Message- From: Mikael Dalgard [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 2:14 PM To: [EMAIL

RE: RE : RE : [development-axapta] Re: Display image resource

2004-01-02 Thread Sergey Siroklin
Hi all! Macros TokenTypes! Does anybody have some information about it? Yahoo! Groups Sponsor ADVERTISEMENT click here Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

RE: [development-axapta] FW: Extended datatypes

2004-01-02 Thread Sergey Siroklin
use DictType class -Original Message- From: Bjorn Gudbrand Idstad [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2003 12:13 PM To: [EMAIL PROTECTED] Subject: [development-axapta] FW: Extended datatypes Hello! Does anyone know an easy way of finding all extended datatypes that

RE: [development-axapta] The old label problem

2004-01-02 Thread Sergey Siroklin
Del *ali files and restart Axapta -Original Message- From: johnn_16 [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 8:09 PM To: [EMAIL PROTECTED] Subject: [development-axapta] The old label problem Hi, I got a bug with the label file some time ago. I didn't find any answer s

RE: [development-axapta] closing a infolog by code

2004-01-02 Thread Sergey Siroklin
Infolog.close() -Original Message- From: wgr22091962 [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 12:18 PM To: [EMAIL PROTECTED] Subject: [development-axapta] closing a infolog by code hi everybody, does anybody know if it's possible to close an infolog-form by code ? tha

RE: [development-axapta] Problem with Exel import again

2004-01-02 Thread Sergey Siroklin
Hi! Try this xpo for fixing bug. -Original Message- From: Sonny Wibawa Adi [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 6:34 AM To: [EMAIL PROTECTED] Subject: Re: [development-axapta] Problem with Exel import again Hi All, I have encountered the same problem with the e

[development-axapta] Configuration Utility parameters

2004-01-02 Thread Sergey Siroklin
Hi all! Could anybody explain the meaning of parameters in Axapta conf. utility: "Literals in join queries from forms and reports" "Leterals in complex joins from X++" Yahoo! Groups Sponsor ADVERTISEMENT click here Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

RE: [development-axapta] nested ttsbegin ttscommit

2004-01-02 Thread Sergey Siroklin
Yes, It rollbacks myTable update -Original Message- From: Cenk Ince [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 12:06 PM To: [EMAIL PROTECTED] Subject: [development-axapta] nested ttsbegin ttscommit Hi all; I wonder about nested ttsbegin-ttscommit. try { ttsbegin ;

RE: [development-axapta] Re: date & query bug

2004-01-02 Thread Sergey Siroklin
Class SysQuery -Original Message- From: Steeve Gilbert [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 5:22 PM To: [EMAIL PROTECTED] Subject: [development-axapta] Re: date & query bug Where are located those methods (queryValue and queryRange)? Steeve... -Message d'origin

RE: [development-axapta] A problem with foreign (russian) fonts in REPORTS formed on server.

2004-01-02 Thread Sergey Siroklin
Hi! First of all you should clear caches (on client (*.aoc) and server (restart AOS)) -Original Message- From: a_te_nais [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 10:48 AM To: [EMAIL PROTECTED] Subject: [development-axapta] A problem with foreign (russian) fonts in REPORTS

RE: [development-axapta] Job call from Code

2004-01-02 Thread Sergey Siroklin
Hi! Use runBuf function; -Original Message- From: Christian Mayr [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 12:22 PM To: [EMAIL PROTECTED] Subject: [development-axapta] Job call from Code Hi All! How can I call a Job from Code? Have Fun Christian Your use of Yahoo!

[development-axapta] AmountMST

2004-01-02 Thread Sergey Siroklin
Hi ! Does anybody know the description of abbreviation MST ? Thanks. Yahoo! Groups Sponsor Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

RE: [development-axapta] Current currency code!!

2004-01-02 Thread Sergey Siroklin
infolog.isoCurrencyCode(); -Original Message- From: Anil Ozay [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 12:23 PM To: [EMAIL PROTECTED] Subject: [development-axapta] Current currency code!! Hi all.. Does anybody know, how can i find current selected currrency code? (It's o

RE: [development-axapta] Dimension Creation on consolidation

2004-01-02 Thread Sergey Siroklin
compile all forms -Original Message- From: Edwin Paez (Yahoo)! [mailto:[EMAIL PROTECTED] Sent: Wed 17.12.2003 17:19 To: [EMAIL PROTECTED] Cc: Subject: RE: [development-axapta] Dimension Creation on consolidation Ok, I added 4 dimension based on this document; but in the consolidatio

RE: RE : [development-axapta] Getting SalesId (Automatic Number Sequence)

2004-01-02 Thread Sergey Siroklin
numberSeq = NumberSeq::newGetNum(SalesParameters::numRefSalesId(), true); salesTable.salesId = numberSeq.num(); numberSeq.used(); -Original Message- From: Steeve Gilbert [mailto:[EMAIL PROTECTED] Sent: Fri 19.12.2003 0:39 To: [EMAIL PROTECTED] Cc: Subject: RE : [developme

RE: [development-axapta] Error when report runs in 3-tier

2004-01-02 Thread Sergey Siroklin
give me please the code of fetchTmpAccountSum method -Original Message- From: Amar Kumar Senapati [mailto:[EMAIL PROTECTED] Sent: Fri 19.12.2003 11:58 To: [EMAIL PROTECTED] Cc: Subject: [development-axapta] Error when report runs in 3-tier Hi All, I have changed the existing Aging re

RE: [development-axapta] dimension size

2004-01-02 Thread Sergey Siroklin
It's not correct solution You should set extends (on EDT SysDim) set to "" and change lenght of SysDim. -Original Message- From: Cenk Ince [mailto:[EMAIL PROTECTED] Sent: Mon 22.12.2003 15:07 To: [EMAIL PROTECTED] Cc: Subject: [development-axapta] dimension size Hi all; I wan

RE: [development-axapta] isString

2004-02-16 Thread Sergey Siroklin
typeOf (_value ) == Types::String - you should use this code   -Original Message-   From: byteway_so [mailto:[EMAIL PROTECTED]   Sent: Mon 16.02.2004 15:40   To: [EMAIL PROTECTED]   Cc:   Subject: [development-axapta] isString       Is there

[development-axapta] License problem

2004-03-04 Thread Sergey Siroklin
Hi! We have license for 25 users and 1 AOS, but the system not allow 23 user. Version: 3.0 SP2 DB   : MS SQL Could anybody help me? Sergey. Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/  To unsubscribe from

RE: [development-axapta] GUID

2004-06-21 Thread Sergey Siroklin
WinApi::createGUID   -Original Message-   From: gunnark75 [mailto:[EMAIL PROTECTED]   Sent: Fri 18.06.2004 19:14   To: [EMAIL PROTECTED]   Cc:   Subject: [development-axapta] GUID       Is where any function in Axapta like Attain to create a

[development-axapta] SysExcelTemplateWizard

2004-06-23 Thread Sergey Siroklin
Hello! Can anybody explain for me the problem of creating excel template in Axapta (see screen-shoot) ? That is spanTag object? Thanks. Sergey. [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Lin

RE: [development-axapta] User modifications.

2004-06-24 Thread Sergey Siroklin
axusr.aod && axusp.aod   -Original Message-   From: Jens Strandberg [mailto:[EMAIL PROTECTED]   Sent: Thu 24.06.2004 11:30   To: [EMAIL PROTECTED] Com (E-mail)   Cc:   Subject: [development-axapta] User modifications.       Hello there,  

RE: [development-axapta] Moving VAR layer from Test to Live

2004-08-17 Thread Sergey Siroklin
you should synchronise ONLY in 2-tier configuration. -Original Message- From: jasonm [mailto:[EMAIL PROTECTED] Sent: Tue 8/17/2004 12:33 To: [EMAIL PROTECTED] Cc: Subject: [development-axapta] Moving VAR layer from Test to Live   On our customer site we are having major

RE: [development-axapta] Re: (urgent) visibility methods

2004-08-19 Thread Sergey Siroklin
void method1() { int t; void method2(int _b) { print b; } method2(10); method2(11); }   -Original Message-   From: Silletti Gaetano [mailto:[EMAIL PROTECTED]   Sent: Thu 8/19/2004 11:52   To: [EMAIL PROTECTED]   Cc:   Subject: Re: [development-axapta] Re:

RE: [development-axapta] Re: (urgent) visibility methods

2004-08-19 Thread Sergey Siroklin
);       }       ;         test("Test1");       test("Test2");   }     The reason for int x and so on, is that Axapta can't compile if they are not there. Don't ask me why :o)       Regards,   Lars     -Original M

RE: [development-axapta] A question from Axapta Programming Exammmm

2004-09-23 Thread Sergey Siroklin
The answer is 'a' and 'd'   -Original Message-   From: Andrae, Tobias [mailto:[EMAIL PROTECTED]   Sent: Thu 9/23/2004 11:46   To: [EMAIL PROTECTED]   Cc:   Subject: AW: [development-axapta] A question from Axapta Programming Exa    

RE: [development-axapta] Retrieve user name of logged on user

2004-11-25 Thread Sergey Siroklin
(select firstonly Name from UserInfo     where UserInfo.id == curUserId()).name   -Original Message-   From: Gundwale [mailto:[EMAIL PROTECTED]   Sent: Thu 11/25/2004 12:09   To: [EMAIL PROTECTED]   Cc:   Subject: [development-axapta] Retrieve user

[development-axapta] Master planning optimization

2005-01-24 Thread Sergey Siroklin
Hi! Does anybody optimize Master Planning module in Axapta? Sergey. Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]  Your use of Yahoo! Groups is subj

[development-axapta] Main menu size

2005-02-28 Thread Sergey Siroklin
Hello! Does anybody know how (and where) Axapta save size of Main Menu? Regards, Sergey Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axapta/  To unsubscribe from this gr

RE: [development-axapta] Substring in query

2005-06-08 Thread Sergey Siroklin
    while select  MyLedgerJournalTrans   where MyLedgerJournalTrans.Txt like  '*123*'  or without * -Original Message- From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dadan_kasep_2 Sent: Wednesday, June 08, 2005 8:50 AM To: development-axapta@yah

RE: [development-axapta] Re: Importing Axapta enterprise data from an Oracle DB to a SQL DB

2005-06-23 Thread Sergey Siroklin
Could you help me too? [EMAIL PROTECTED] -Original Message- From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lalith Jayantha Sent: Thursday, June 23, 2005 6:30 AM To: development-axapta@yahoogroups.com Subject: Re: [development-axapta] Re: Importing Ax

RE: [development-axapta] AOS Shutdown Error Event 117

2005-08-18 Thread Sergey Siroklin
Hi! Did you solve your problem?   -Original Message-   From: development-axapta@yahoogroups.com on behalf of trvmic9   Sent: Fri 7/29/2005 17:04   To: development-axapta@yahoogroups.com   Cc:   Subject: [development-axapta] AOS Shutdown Error Event 117   

RE: [development-axapta] AOS Shutdown Error Event 117

2005-08-18 Thread Sergey Siroklin
Does your AOS on AOS-laster?   -Original Message-   From: development-axapta@yahoogroups.com on behalf of Michael Behrens   Sent: Thu 8/18/2005 16:16   To: development-axapta@yahoogroups.com   Cc:   Subject: RE: [development-axapta] AOS Shutdown Error Event

RE: [development-axapta] AOS Shutdown Error Event 117

2005-08-19 Thread Sergey Siroklin
Event 117       I don´t get it: does my AOS on AOS-laster?     Sergey Siroklin <[EMAIL PROTECTED]> wrote:Does your AOS on AOS-laster?       -Original Message-     From: development-axapta@yahoogroups.com on behalf of Michael B

RE: [development-axapta] Using a API in Axapta

2005-09-04 Thread Sergey Siroklin
See WinApi class in Axapta AOT   -Original Message-   From: development-axapta@yahoogroups.com on behalf of gonzalo_edo   Sent: Fri 9/2/2005 22:48   To: development-axapta@yahoogroups.com   Cc:   Subject: [development-axapta] Using a API in Axapta     

[development-axapta] RE: [Axapta-Knowledge-Village] Sys Code

2005-09-14 Thread Sergey Siroklin
axsys.aod   -Original Message-   From: Axapta-Knowledge-Village@yahoogroups.com on behalf of axapta tecnical consultant   Sent: Wed 9/14/2005 17:51   To: development Axapta; Axapta-Knowledge-Village@yahoogroups.com   Cc:   Subject: [Axapta-Knowledge-Village

RE: [development-axapta] Transfer movement

2005-09-16 Thread Sergey Siroklin
Use InventJournalCheckPost class   -Original Message-   From: development-axapta@yahoogroups.com on behalf of Zappia Alessandro   Sent: Tue 9/6/2005 18:09   To: development-axapta@yahoogroups.com   Cc:   Subject: [development-axapta] Transfer movement  

RE: [development-axapta] Re: Debugger in Axapta 3.0 SP4

2005-12-04 Thread Sergey Siroklin (SIRS.RU)
You should to see win registry. -Original Message- From: development-axapta@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of calleb354 Sent: 04 December, 2005 2:56 PM To: development-axapta@yahoogroups.com Subject: [development-axapta] Re: Debugger in Axapta 3.0 SP4 see the art

[development-axapta] TaxWorkRegilation

2006-01-30 Thread Sergey Siroklin (SIRS.RU)
Hello! Did anybody use TaxWorkRegilation? How it works? SPONSORED LINKS Computer part Programming languages Microsoft axapta