[development-axapta] 2 datasources, 1 grid, outerjoin

2005-05-03 Thread hwimmer
Hi Follwowing task: make a form that displays Inventtable and the name of the BOMCostGroup/CostgroupId, name of BOMCostgroup must be filterable. What did I do: Create a form with datasources InventTable and BOMCostGroup, set BOMCOstGroup to be Outerjoined on Inventtable. Create a grid on th

Re: [development-axapta] How to send file to FTP

2005-05-03 Thread Axapter
Thanks for your reply, But I want to ask about #FTP_TRANSFER_TYPE_BINARY ?? Is it a macro that I have to create ??? Thanks, Axapter - Original Message - From: "Dahlsgaard Jan" <[EMAIL PROTECTED]> To: Sent: Friday, April 29, 2005 4:29 PM Subject: SV: [development-axapta] How to s

[development-axapta] 'Out of memory' client error.

2005-05-03 Thread Matt Benic
Hi all, I have a client that is unable to connect to Axapta. I believe th machine is running Windows 98 and has 128+M RAM. The strange thing is, apparently logging in with one (axapta) user causes the crash, but logging in with another does not. The flow is as follows: -Start axapta through we

[development-axapta] RE:select from inventtrans doesn't work

2005-05-03 Thread setiaji kurniawan
Hi Cenk Ince, I have experience almost same like you. May be it can work for you.Here is my code in fetch method : public boolean fetch() {     boolean    ret;     int    _status;     /* --- variabel SQL Statement --- */     Connection _conn = new Connection();     Statement  _state = _co

RE: [development-axapta] 'Out of memory' client error.

2005-05-03 Thread Matt Benic
Correction on the memory, and processor details of the client: Run on windows 98 second edition. 190 MB Ram Intel Celeron Processor 500 mhz Regards, Matt Benic .Net/Axapta Analyst Developer UTi Sun Couriers Division "The universal aptitude for ineptitude makes any human accomplishment an in

[development-axapta] commerce gateway Help

2005-05-03 Thread Amo
Hi all, I require some information on setting up commerce gateway, & creating discrete sales orders via commerce gateway. Please help me with any information that you have! Kind regards, Amo Amjad Khan [Non-text portions of this message have been removed] Yaho

SV: [development-axapta] How to send file to FTP

2005-05-03 Thread Dahlsgaard Jan
Hi Sorry about that. I forgot the makro isn't part of standard. This is the definition: #define.FTP_TRANSFER_TYPE_BINARY(2) and you should be able to use these as well: #define.FTP_TRANSFER_TYPE_UNKNOWN(0) #define.FTP_TRANSFER_TYPE_ASCII(1) but that I haven't tested. Regards Jan Stels

[development-axapta] Write a purchase agreement by X++

2005-05-03 Thread gennarociulla
There's a class to use for writing purchase agreements to the purchdisc table? Thank you. 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

YNT: [development-axapta] RE:select from inventtrans doesn't work

2005-05-03 Thread Cenk Ince
Hi Setiaji Problem i have is on the red line, because when i commit it i get sum of all transfers, but i want to get only trasnfers with journalnameid "DepoTrans". There is a problem that i can't solve. Thanks. Kimden: development-axapta@yahoogroups.com bu

Re: YNT: [development-axapta] RE:select from inventtrans doesn't work

2005-05-03 Thread setiaji kurniawan
Hello Cenk, Tuesday, May 3, 2005, 4:44:59 PM, you wrote: > Problem i have is on the red line, because when i commit it i get > sum of all transfers, but i want to get only trasnfers with > journalnameid "DepoTrans". > There is a problem that i can't solve. I am sorry that i was not read more a

[development-axapta] Preload and Cache in a AOS cluster

2005-05-03 Thread Ed Ladner
I'm having a problem with managing the cache of an group of clustered AOS's, where a GL account is created by one user on AOS1, but cannot be seen by a user signed on to AOS2. We can get around this problem by forcing users on to the same AOS, or waiting until after midnight for the AOS's to fl

AW: [development-axapta] Preload and Cache in a AOS cluster

2005-05-03 Thread Andrae, Tobias
There is a property named "max. cache sync. time" in the AOS config utility - but only from Axapta 2.5 SP4 and Axapta 3.0 SP2 (I believe). Set this this to, lets say, 50 seconds and your cache should be ok ;-)) Hth Tobias   -UrsprÃngliche Nachricht-   Von: Ed Ladner [ma

[development-axapta] InventSumCritical And different reports

2005-05-03 Thread oscarcaravaca
Hi, there We are new in axapta, and we are finding some problems with reports. In some reports we can add new fields when generating a report, but for example working with inventsumcritical report we cannot add new fields to the criteria selection. Do you know wich property or anything else