Re: [Axapta-Knowledge-Village] Re: 3 Tier setup - Web deployment

2005-09-22 Thread mohit rajvanshy
Hi, We have also faced same problem when we were deploying on Windows 2003 OS. But when we have tried same With windows 2000 OS it was working perfectly. Have you tried with Windows 2000 OS? If any solution for this prblem you will get please share with us also. --- hkruiniger <[EMAIL PROTECTED]>

RE: [Axapta-Knowledge-Village] Re: axapta quanity delivered column

2005-09-22 Thread James Flavell
Just wondering did they show you summary update? Not sure are you combining several orders into one invoice? Summary update might save you a bit more (although might be a little more risky...) All the best James -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:

[Axapta-Knowledge-Village] Forms

2005-09-22 Thread Bayliss, Barry
  Hello,   I have a couple of quick questions.   Is it possible to determine the forms a user has open from within their session, without storing information about the form as it is opened in a table? When control is transferred between forms, i.e. the user selects

RE: [Axapta-Knowledge-Village] using hand terminal for sales order and Wms

2005-09-22 Thread Jesper Kehlet
Or call me on my office number 317-815-8120 -- I am on central time, 6 hours behind UK. From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jesper KehletSent: Thursday, September 22, 2005 2:44 PMTo: Axapta-Knowledge-Village@yahoogroups.comSubject: RE: [

RE: [Axapta-Knowledge-Village] Re: Sorce code

2005-09-22 Thread Jesper Kehlet
There are classes in Axapta that will extract the source from TreeNode objects for you in the format you're looking for.  From there, you can export to text files via AsciiIo. From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of adiso76Sent: Thursday, Sep

RE: [Axapta-Knowledge-Village] using hand terminal for sales order and Wms

2005-09-22 Thread Jesper Kehlet
Have a look at www.metaphorsoftware.com -- we have a mobile solution that works with Axapta, and provides exactly what you're looking for.   We can install worldwide, and it's multilingual.  It's developed for WinCE .NET, just as you require, and I'd be happy to give you a LiveMeeting demo

RE : [Axapta-Knowledge-Village] using hand terminal for sales order and Wms

2005-09-22 Thread Steeve Gilbert
[I've already answered on development-axapta but since it's faster here...] Hi Glenn, We have handheld devices (Symbol PDT8146) that connect to Axapta thru TS. We've developed custom forms for those so it's easier to operate. I don't know what kind of info you need. I'll do my best to answer

[Axapta-Knowledge-Village] using hand terminal for sales order and Wms

2005-09-22 Thread glennroseax
Hi Gurus, One of our clients want to run Sales order and WMS with barcode systems. We want to use Axapta from hand terminal (RF barcode scanner) with Windows CE.Net operating system. Can someone know which terminal clients we can use to connect with Axapta. When login on to the terminalserve

[Axapta-Knowledge-Village] Re: Sorce code

2005-09-22 Thread adiso76
Hi, I'm want to export the source code in a friendly format to be easy to read the source code when I'm stuck in traffic :) Maybe I have to write something in perl to cut all the bad stuff . sample : Original text SOURCE #clicked #void clicked() #{

[Axapta-Knowledge-Village] Re: axapta quanity delivered column

2005-09-22 Thread Michael
I tried what you said and it was aweseome!! i used some really small sales order so if i did mess up i could fix it. I don't know why in our training classes they never showed us this. Can't wait to learn more. Thanks again! You have indeed saved my fingers. Michael --- In Axapta-Knowledge-Vill

[Axapta-Knowledge-Village] Re: AOS problem after power failure

2005-09-22 Thread spikyface
Checked the log file and the event viewer and it didn't yield anything useful. In the end I fixed it by shutting down both the database and AOS server and restarting the database server before the AOS. Thanks for your help everyone --- In Axapta-Knowledge-Village@yahoogroups.com, Paul <[EMAIL

[Axapta-Knowledge-Village] Clothing Manufacture

2005-09-22 Thread Craig Fidler
Hi,   Has anyone implemented a clothing manufacturer?     In the clothing industry a “maker” is used to layout the fabric and cutting of the fabric. This marker is made up of various sizes of the same colour.   I understand the concept of configurable bom’s, however that would giv

RE: [Axapta-Knowledge-Village] Record Level Security Questions.

2005-09-22 Thread Stefan Capiau
  Nicolas,   Be aware of using it in system with large number of data. The RLS is rebuilding the select statements in a way that it puts the selected RLS fields as first fields in the select clause. This works fine, but you have to be very carefull in defining indexes on these table

[Axapta-Knowledge-Village] Record Level Security Questions.

2005-09-22 Thread Nicholas Smith
Good morning everyone. I am about to implement Record Level Security on Axapta version 3 at my company. I realized when I enter the license code and try to log off; the system asks if I want to synchronize the database now. In addition to synchronization, can somebody please tell me what are the

Re: [Axapta-Knowledge-Village] Grid Selection

2005-09-22 Thread DIEGO MARIANO GAGLIANO
Hi Alonso   use this:       InventTable_ds.first();    if (InventTable_ds.mark())    Print inventTable.recId;     while (InventTable_ds.next())    {    if (InventTable_ds.mark())    Print inventTable.recId;    } Best regards,     Diego M. Gagliano   Please fill free to co

Re: [Axapta-Knowledge-Village] Cursor not on record after Summary update

2005-09-22 Thread Harry \(Harshawardhan Deshpande
hi   change the clicked method of   ButtonHeaderUpdateNow (on purchtable form) as follows   void  clicked(){    PurchTable  purchTableCurrent;    ;    purchTableCurrent.data(purchTable);    purchTable.checkMarkupTrans();    purchTableForm.enableUpdateJournalButtons(purchTable,   

Re: [Axapta-Knowledge-Village] How to make return items visible in net requirements?

2005-09-22 Thread Harry \(Harshawardhan Deshpande
hi   if you want them to be visible in net requirements then you have to get them into inventtrans   regards   harry [EMAIL PROTECTED] wrote: Dear all,we would like to use the purchase type return items. Our problem is thatthe items returned to vendor and expected to come back i.e. after repaira

Re: [Axapta-Knowledge-Village] Grid Selection

2005-09-22 Thread Harry \(Harshawardhan Deshpande
hi Alfonso   look at the marked method on the datasource. when you select three records they are marked with 1   regards   harryAlfonso Collados Arroyo <[EMAIL PROTECTED]> wrote: Hi all; I have a Grid link to a DataSource (for example: InvenTable). This Grid have MultiSelect true. I choose

[Axapta-Knowledge-Village] Re: 3 Tier setup - Web deployment

2005-09-22 Thread hkruiniger
Hi spikyface Your symptoms sound like those described in KB article 899039. I've pasted in the details in case you don't have access :-) HTH Hans CAUSE This behavior occurs if .xpo files and .ini files are not defined Multipurpose Internet Mail Extension (MIME) ty

RE: [Axapta-Knowledge-Village] Re: axapta quanity delivered column

2005-09-22 Thread James Flavell
Yes that's right, is this what you want to be able to do? -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Sent: 21 September 2005 23:49 To: Axapta-Knowledge-Village@yahoogroups.com Subject: [Axapta-Knowledge-Village] Re: axa

[Axapta-Knowledge-Village] Grid Selection

2005-09-22 Thread Alfonso Collados Arroyo
Hi all; I have a Grid link to a DataSource (for example: InvenTable). This Grid have MultiSelect true. I choose 3 registers by cliking (using ctrl or shift). How can I recover these registers to insert in one auxiliary table?   Thanks very much Sorry for my English, Alfonso

Re: [Axapta-Knowledge-Village] Sorce code

2005-09-22 Thread Harry \(Harshawardhan Deshpande
hi   exactly what are you looking at ?   regards   harrySA <[EMAIL PROTECTED]> wrote: Hi, I'm looking for a tool in Axapta to extract just thesource code from a form .I need it for printing.Thanks     __ Yahoo! Mail - PC Magazine Editors' Choice 2005 http:

[Axapta-Knowledge-Village] How to make return items visible in net requirements?

2005-09-22 Thread hartwig . friederichs
Dear all, we would like to use the purchase type return items. Our problem is that the items returned to vendor and expected to come back i.e. after repair are not visible in net requirements. We have changed Ax to allow positive quantities in return items purch lines and have put in the positive

[Axapta-Knowledge-Village] Label files

2005-09-22 Thread Axa Cons
Hi all, I am going to take the programming exam and I need more information about the label system and how it works. I guess there is a lesson about this subject in Microsoft tainings. I kindly want someone to send me the related notes about this subject if possible. BR