[development-axapta] Creating new messages in Commerce Gateway

2004-08-19 Thread Gideon Neijs
Hello all, For our customer we need to create 8 new messages/schema's in Commerce Gateway. These messages are very specific, therefore we can't use the 2 standard message types (orders and invoices) that are supplied with Axapta. I've never created new messages in Commerce Gateway befo

[development-axapta] sysquery

2004-08-19 Thread Joy Satyanagara
Dear Axapta Gurus, I have found one problem about sysquery, I hope you all can help me. Every standard report in Axapta used sysquery to define range, sorting and print options. We can made one query we need then we can and save it. Everytime we need it, just choose the query we have saved.

[development-axapta] Cost Costing Plus Question

2004-08-19 Thread Edwin Paez Aguilar /Ms Axapta
Hi, i am implementing Cost Accounting Plus (Circon Circle Develop) on a customer; anybody know how to configure the Allocations?, my problem is that there are transactions whith department "0" in a cost category; i want to distribute this transactions on others departments but the distribution

RE: [development-axapta] EDI in Axapta

2004-08-19 Thread Don Price
Hi Tomasz, Not sure what country you're in, but in the US the EDI/ABRA is now in the DIS layer available from MBS.  You will need to get the license codes from them and it handles several types of documents, ie 850,810 etc. You will need to do some formatting of various edi classes to get the

[development-axapta] Gird loading behavior

2004-08-19 Thread Steeve Gilbert
Hi all!   Is there anyway we can change the loading behaviour of a grid. Instead of loading records gradually as we scroll the grid, can it just just loads eveything then we can broswer it easily. Steeve... [Non-text portions of this message have been removed] Yahoo! Groups Sp

[development-axapta] EDI in Axapta

2004-08-19 Thread Tomasz Dudek
Hello Our customer asks us for EDI features in Axapta. I found "EDIFACTsegments_AT" class with EDI segments definitions, but no any other. Has Axapta any features for EDI document exchange? Any license codes or feature keys or configuration key have to be enabled? Perhaps should I import additiona

[development-axapta] oracle stored procedure call from Ax3.0

2004-08-19 Thread Soldatov Anton
Can anyone help me with execution a procedure? I've tried this code:     OdbcConnection  connection;     Statement   stmt;     LoginProperty LP = new LoginProperty();     ResultSet   resultSet;     str sqlS;     int i;     ;     LP.setServer("TOHA");     LP.setDSN("TestDB");     LP.set

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

2004-08-19 Thread lho
Dough.. didn't see that - "esveni" - thought you asked the question... :o) -Original Message- From: Sergey Siroklin [mailto:[EMAIL PROTECTED] Sent: 19. august 2004 14:29 To: [EMAIL PROTECTED] Subject: RE: [development-axapta] Re: (urgent) visibility methods I wrote  example exactly l

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] Re: (urgent) visibility methods

2004-08-19 Thread Sergey Siroklin
I wrote  example exactly like you :-)   -Original Message-   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]   Sent: Thu 8/19/2004 16:13   To: [EMAIL PROTECTED]   Cc:   Subject: RE: [development-axapta] Re: (urgent) visibility methods    

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

2004-08-19 Thread lho
Privet Sergey, Yeah sure. But the limit is one in one method. Example: static void testSubMethods(Args _args) {     void test(str _test)     {     int x;     x = x;     info(_test);     }     ;     test("Test1");     test("Test2"); } The reason for int x and so on, is

[development-axapta] How to delete log file from SQL Server 2000 Solve

2004-08-19 Thread subhamit59
Hi, Yes, you can delete the LoG file any time. First detach the databse from the sql server. Delete the log file. Attach the Data base again. It will ask for the log file. Specify a new log file name. You can do it by using Entp. Manager or Analyzer. Note: First take a full backup of the Dat

[development-axapta] Multiple field validation

2004-08-19 Thread Matt Benic
Hi all, I am writing a report that has two ranges, CustTable.CustGroup and CustTable.Dimension[5]. I need to limit those to an either-or situation, in other words the user must not be able to specify values for both ranges, only one OR the other. Whats more I must do this using the standard que

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

2004-08-19 Thread Raymond Andreassen
I run Windows XP SP2 and Axapta 3.0 sp3. Axapta runs entirely om my laptop (Axapta, client, sql server, Business Connector, ++) for development purposes. I also ran SP2RC. Cannot report any problems, so far Some details: Windows XP English. VS.net 2003. .Net Framework. SQL Server SP3

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

2004-08-19 Thread Andrae, Tobias
yes  this works. Why dont you just give it a try?? br Tobias   -UrsprÃngliche Nachricht-   Von: Sergey Siroklin [mailto:[EMAIL PROTECTED]   Gesendet: Do 19.08.2004 09:54   An: [EMAIL PROTECTED]   Cc:   Betreff: RE: [development-axapta] Re: (urgent)

RE: [development-axapta] Hi EveryBody.Problem: Open Form at Startup

2004-08-19 Thread Malcolm Burtt
Hi Alfonso Anything that you want to do when Axapta starts up can be accomplished by placing code in the Application class's startupPost() method. If you add a method to the form that triggers the form's OK button by running it's clicked() method then you can call the method on the form from

[development-axapta] Hi EveryBody.Problem: Open Form at Startup

2004-08-19 Thread Alfonso Collados Arroyo
Hi, this is my first post message. I'd like to open a form at Startup, and automatically press the Ok button. How can i do this? Thanks (Sorry for my English) Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.y

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

2004-08-19 Thread Malcolm Burtt
I've run Axapta in 2 and 3 tier modes very briefly through XP SP2 and not had any problems. No extensive testing though. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 19 August 2004 09:01 To: [EMAIL PROTECTED] Subject: [development-axapta] axapta 3.0 and wi

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

2004-08-19 Thread sguettler
hi all, i have a question. has anybody experiences whith axpata 3.0 and windows xp sp2? are there any problems or works axapta normal whith xp sp2? thanks for help. best regards sascha [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ADVERTISE

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 Silletti Gaetano
  It's possible to do methods in the others methods?   as?   thanks [Non-text portions of this message have been removed] Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.yahoo.com/group/development-axap

RE: [development-axapta] Phantom report range

2004-08-19 Thread Matt Benic
Thanks Dimitri, forgot to mention.. I tried that already. Another bit on this strange behavior. If I add a range for tableid (value *), and hide that, then running the report from the menu no longer shows the tableid range, but a new one for the recid. If I then create a * range for recid, the

[development-axapta] Re: Enterprise Portal development - need help

2004-08-19 Thread Denis Trunin
Check the DataSource property on WebGrid. It should not be empty --- In [EMAIL PROTECTED], "rdeshpa" <[EMAIL PROTECTED]> wrote: > Iam have created a custom web form to add/edit data in a custom > table. When I try to insert a new row (using ds.create), I get this > error: > > HTTP 500.100