Re: [Axapta-Knowledge-Village] Document Handling Error

2010-05-21 Thread vijay kumar
Hi,   Make sure that the corresponding file(word, excel.) installed on your system.   Thanks, Vijay --- On Wed, 19/5/10, Mileena M wrote: From: Mileena M Subject: [Axapta-Knowledge-Village] Document Handling Error To: Axapta-Knowledge-Village@yahoogroups.com Date: Wednesday, 19 May, 2010

[Axapta-Knowledge-Village] Document Handling Error

2010-05-19 Thread Mileena M
  Anyone can help me how can I fix the below problem when am using document handling.'Method 'navigate' in COM object of class 'IWebBrowser2' returned error code 0x8007007F () which means: '. Thanks in advance.

[Axapta-Knowledge-Village] Document Handling!

2009-02-09 Thread Tushar Joshi
Hello All,   I am facing a problem in accessing the files which are attached to the Item. for example - > In Item master form I selected an Item "A" and have attached an image of its drawings of type "file" to it.   The Document management setups in Basic module are as follows: Document type "Fi

Re: [Axapta-Knowledge-Village] Document Handling Axapta 3.0

2007-06-26 Thread mohit rajvanshy
Hi David, Document handling will work with thin client also in Axapta 3.0. Have you configured the document handling parameters in Basic --> Setup --> Document Management ? Regards Mohit --- David VanEchaute <[EMAIL PROTECTED]> wrote: > Hi, > > We are running Axapta 3.0 SP3. document handling

[Axapta-Knowledge-Village] Document Handling Axapta 3.0

2007-06-26 Thread David VanEchaute
Hi, We are running Axapta 3.0 SP3. document handling works if connected AOS fat-client or non AOS. If connected to Axapta via AOS thin-client the document handling icon is disabled. Is there a way to make document handling enabled while connected via AOS thin-client? Thanks, David

Re: [Axapta-Knowledge-Village] Document Handling

2007-04-25 Thread mudit mittal
Yes you should be able to do that. smmDocument is just an enhanced UI for document handling ( targeted for CRM specific customers). Both the forms use same table at the back end. Activex control is smmDrop2 .., just make sure you copy all code on smmDocument form related to that .. Dimitri Dejo

[Axapta-Knowledge-Village] Document Handling

2007-04-25 Thread Dimitri Dejonghe
Hi, In Axapta there is a form smmDocuments that is uses on CRM --> Business Relations and click there on the button Documents. Here you can add files to a Business Relation. Now, there is an other form DocView that you can call from any form in the toolbar. On this form you can ad a document to a

SV: [Axapta-Knowledge-Village] Document Handling - Create Excel worksheet via COM

2006-04-20 Thread Thomas Jensen
-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] På vegne af Koh Meng Chiat Sendt: 20. april 2006 03:49 Til: Axapta-Knowledge-Village@yahoogroups.com Emne: Re: [Axapta-Knowledge-Village] Document Handling - Create Excel worksheet via COM Dear Somnath,      Actually i'm now making use of the Doc

Re: [Axapta-Knowledge-Village] Document Handling - Create Excel worksheet via COM

2006-04-20 Thread Koh Meng Chiat
Dear Somnath,      In fact the purpose i'm using the document handling function in this way is to copy certain information from salestable and salesline, for instance to copy SalesId, CustName and the ordered items for a particular order,  to another FORMATTED document template in Excel form.  

Re: [Axapta-Knowledge-Village] Document Handling - Create Excel worksheet via COM

2006-04-20 Thread somnath jana
Dear Koh,      I don't think, Axapta does not support u from document management for your specific purpose, as u have not any option to select the sales order for sales line(s). Here the purpose is different in document management.      I don't know what is your actual purpose. I am confident,

Re: [Axapta-Knowledge-Village] Document Handling - Create Excel worksheet via COM

2006-04-19 Thread Koh Meng Chiat
Dear Somnath,      Actually i'm now making use of the Document Handling function under Basic module > Setup > Document Management > Document Type whereby i can define the attachment type.  After i've define the document type and i open the Sales Order and click on document handling button and s

Re: [Axapta-Knowledge-Village] Document Handling - Create Excel worksheet via COM

2006-04-19 Thread somnath jana
Hi ! Assume that u may select only sales line table on data definition group and have type standard. Use crioterion on "table setup" form from criteria button give the sales order no. save it and export it. Thanks... Snj Koh Meng Chiat <[EMAIL PROTECTED]> wrote: Dear al

[Axapta-Knowledge-Village] Document Handling - Create Excel worksheet via COM

2006-04-18 Thread Koh Meng Chiat
Dear all, I've set up the a document type which make use of the job "Create Excel worksheet via COM" which is able to transfer data from SalesTable and Salesline to the Excel template. My query is, now my Salesline has multiple lines and when i use the document handling function the

[Axapta-Knowledge-Village] Document Handling of BOM/Route Notes

2005-12-02 Thread nigel_cox2003
We are successfully attaching (simple) notes to BOM Lines and Routing steps. It SEEMS like these notes are NOT carried across to Production Orders. Is that as-designed or are we missing something in Setup? We have Document Handling set up such that we CAN MANUALLY add Notes to Production BomLin

Re: RE : [Axapta-Knowledge-Village] Document Handling - Work Order creation

2005-09-16 Thread dband
he document > > be linked?  Are they the same for all Work Orders? > > > > > > Regards, > > > > > > Steeve... > > > > > > > > > -----Message d'origine----- > > > De : Axapta-Knowledge-Village@yahoogroups.com [m

Re: RE : [Axapta-Knowledge-Village] Document Handling - Work Order creation

2005-09-16 Thread Philip R. Freimann
PROTECTED] De la part de Philip R. Freimann > Envoyé : 16 septembre 2005 13:01 > À : Axapta-Knowledge-Village@yahoogroups.com > Objet : [Axapta-Knowledge-Village] Document Handling - Work Order creation > > We want to have the 'document handling' icon highlighted d

RE : [Axapta-Knowledge-Village] Document Handling - Work Order creation

2005-09-16 Thread Steeve Gilbert
2005 13:01 À : Axapta-Knowledge-Village@yahoogroups.com Objet : [Axapta-Knowledge-Village] Document Handling - Work Order creation We want to have the 'document handling' icon highlighted during Work Order creation. We would like to print item and route operation related documents that a

[Axapta-Knowledge-Village] Document Handling - Work Order creation

2005-09-16 Thread Philip R. Freimann
We want to have the 'document handling' icon highlighted during Work Order creation. We would like to print item and route operation related documents that are stored on the network. We have encountered two problems: 1) If you point to an existing document - Axapta COPIES that document int

[Axapta-Knowledge-Village] Document handling- activate from code

2005-06-24 Thread tbrennan169
Hi All, I'm attempting to activate the document handling form through code instead of using the docu handling button. I'm having an issue with the data not being linked. Has anyone done something like this before? I've tried it two ways...calling the menuitem and directly calling the form.

RE : [Axapta-Knowledge-Village] Document handling

2005-05-04 Thread Steeve Gilbert
Check out this : http://www.axaptalink.com/index.php?option=content&task=view&id=71 Steeve... -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : 3 mai 2005 23:06 À : Axapta-Knowledge-Village@yahoogroups.com Objet : [Axapta-Knowledge-Vill

[Axapta-Knowledge-Village] Document handling

2005-05-03 Thread [EMAIL PROTECTED]
I created a new environment and have noticed a change in document handling. It used to be when I created a note to attach to a sales order or purchase order that the icon at the top of the screen would turn colors. In my new environment, the icon doesn't change colors...is there a parameter to

RE : [Axapta-Knowledge-Village] Document Handling Activation!!!!!!!!

2005-04-22 Thread Steeve Gilbert
Take a look at those hints : http://www.axaptalink.com/index.php?option=content&task=view&id=71&Itemid=2     Steeve...   -Message d'origine- De : Ricardo Cortés [mailto:[EMAIL PROTECTED] Envoyé : 22 avril 2005 10:56 À : foro Objet : [Axapta-

[Axapta-Knowledge-Village] Document Handling Activation!!!!!!!!

2005-04-22 Thread Ricardo Cortés
Hi ,   I have an issue regards document handling activation. Although it seems to be active in the options menu (tools / options/ document handling) I can't use it, neither in its icon in the tools bar nor by menu commando. The system that I'm using is Axapta v.3 sp3. I hope someone can give me

[Axapta-Knowledge-Village] Document handling button

2005-02-03 Thread James Flavell
Can anyone point me to the place which is the 'highest' point where I could add common code that is executed for EVERY record that is selected by the user. I guess it is somewhere like where the document handling icon is made active or greyed out. I read in so old posts (see below) about it bein

[Axapta-Knowledge-Village] Document Handling

2005-01-12 Thread Ricardo Cortés
Hi everyone,   I have a problem with the document handling, when I upgrade Axapta sp2 to sp3 this function appears like deactivate, being that in sp2 worked well. Besides when I try to use the document function in the CRM send an error message that says:   Error executing code: smmInit object n

[Axapta-Knowledge-Village] Document Handling

2004-11-17 Thread jesmondus
Hi i'm trying to setup document handling in Axpata 3 SP3. Can anyone lead me in how to setup this and how to attach such documents. Let's say for exmaple I want to attach a document for all my vendors. Thanks Yahoo! Groups Sponsor ~--> $9.95 do

[Axapta-Knowledge-Village] Document handling in Axapta 3.0 SP3

2004-10-20 Thread dirk8540
In 3-Thier thin client mode (AOS server) document handling is diabled. In 3-Thier fat client (also AOS mode) and in 2-Thier document handling is working fine. Any Solution? Thanks. Yahoo! Groups Sponsor ~--> Make a clean sweep of pop-up ads. Y