EmailEventGenerator Document and attachment names

Hi,
I am using this method call to get the email attachment names from the EmailEventGeneratorDocument
this.emailEventGeneratorDocument.getEmailEventGenerator().getAttachments()
The method returns a string of comma delimited file names attached with the email. I use a file control to retrieve the contents of the file by parsing the returned comma delimited file.
The problem I am facing is that, if the attached file name in the email has a comma, the getAttachments()method gives me a truncated file name, which breaks the process. Is there a work around for this problem ?
Thx
Chandra

I've got this working by running the report to file, reading the file back using TEXT_IO and then using UTL_SMTP to send the email, with attached report. It works fine but it's a bit of work, especially if you want to send emails externally past your firewall, as all emails sent using UTL_SMTP are effectively the same as a spoofed email, and the firewall needs to be changed to handle this.
If you're interested I've posted the solution up under another message in the Forms forum, title: E-mail and Attachment Problem on web...
Let me know if you need more details.
Jayesh Kavia

Similar Messages

  • Override default send from email id and attachment name in email delivery

    How to override the default send from email ID and attachment name to send an outbound document using Email Transport protocol in Oracle Integration B2B ?. I've seen that "[email protected]" and subject of the email message were used as send from email ID and attachment name respectively

    Ramesh,
    I set the send from email ID as Generic Identifier for host and send to email ID as Generic Identifier for trading partner and used it in the agreement. How ever still the email message is generated with "[email protected]" as send from email ID.
    However I noticed that the "FROM" field in the wire message is updated with the correct send from email ID which I used as the Generic Identifier for host.
    Please advise.

  • Way to scan the documents and attach to individual vendors

    Is there a way we can scan documents and attach them to individual Vendors(invoices) and/or Customers

    Hi,
    Yes, you can attach scanned copies to the vendor / customer invoices or to their master data.
    This can be done only after the transaction got posted or the master data has been created.
    After your invoice entry, either with FB60/F-43/MIRO, go to the document display.
    There in the title bar of the doc display screen, you will see a button called Services for Object
    Click on that button, choose create, choose create attachment, here choose a scanned doc from your PC to attach to it.
    So with this, attaching a file to the posted doc is completed.
    in case if you want to see the attached doc, click on the same button and choose attachment list and you will see a screen with the attachments, which you have attached to it.
    This will serve your purpose.
    Thanks,
    Srinu

  • Create a PDF document and attach it to a service order business transaction

    Hi all,
    I have following requirement. For a particular service order, i am reading the entire survey details and then my requirement is that i want to convert this details into a PDF document and then attach the document to the same service order.
    Right now, i have created a SMARTFORM which prints the required details. I got the OTFDATA of the smartform and now my problem is to convert it into PDF and then attach it to the service order .
    Kindly help.
    Points will be rewarded.
    Thanks in advance,
    Karan

    business object
    business_object-instid = guid.
    business_object-typeid = 'BUS2000116'.
    business_object-catid = 'BO'.
    PROPERTIES
    ls_loio_properties-name = 'DESCRIPTION'.
    APPEND ls_loio_properties TO l_loio_properties.
    ls_loio_properties-name = 'KW_RELATIVE_URL'.
    ls_loio_properties-value = 'Test'.
    APPEND ls_loio_properties TO l_loio_properties.
    CLEAR ls_loio_properties.
    ls_loio_properties-name = 'DESCRIPTION'.
    APPEND ls_loio_properties TO l_phio_properties.
    ls_loio_properties-name = 'KW_RELATIVE_URL'.
    ls_loio_properties-value = 'any name'.
    APPEND ls_loio_properties TO l_phio_properties.
    ls_loio_properties-name = 'LANGUAGE'.
    ls_loio_properties-value = 'EN'.
    APPEND ls_loio_properties TO l_phio_properties.
    FILE_ACCESS_INFO
    FILE_SIZE = l_filesize.
    mimetype = 'application/pdf'.
    file_name = 'any name'.
    binary_flg = 'X'.
    FILE_CONTENT_BINARY
    pass the binary content
    RAW_MODE
    X
    package_id  -> to create package id
    CONSTANTS: c_objtype   TYPE skwf_ioty VALUE 'P',
               c_sign      TYPE sdok_qusgn VALUE 'I',
               c_op        TYPE sdok_cxop VALUE 'NX'.
               c_class     TYPE sdok_class VALUE 'BDS_POC1'.
    DATA: appl TYPE skwf_appl.
    DATA: cspc TYPE sdok_ent VALUE 'CRM'.
            CALL FUNCTION 'CRM_KW_BOR_SET'
              EXPORTING
                iv_business_object = business_object.
            ls_selectors-type = c_objtype.
            ls_selectors-attribute = 'LANGUAGE'.
            ls_selectors-sign      = c_sign.
            ls_selectors-op        = c_op.
            APPEND ls_selectors TO lt_selectors.
            ls_selectors-type = c_objtype.
            ls_selectors-attribute = 'BDS_DOCUMENTTYPE'.
            ls_selectors-sign      = c_sign.
            ls_selectors-op        = c_op.
            APPEND ls_selectors TO lt_selectors.
    KW Framework: Context Treatment
            CALL FUNCTION 'SKWF_CTX_CREATE'
              EXPORTING
                context_class      = 'CRM_CTXCL'
                x_reduce_to_one    = reduce_to_one
                description        = 'Default Context'
                x_transient        = 'X'
              IMPORTING
                context_id         = lv_context_id
              TABLES
                instance_selectors = lt_selectors.
    KW Framework: Package Handling
            CALL FUNCTION 'SKWF_PKG_DYNAMIC_CREATE'
              EXPORTING
                package_desc   = 'PAKET'
                x_transient    = 'X'
                appl           = appl
                cspc           = cspc
                context_id     = lv_context_id
              IMPORTING
                new_package_id = l_pkgid
                error          = l_error.

  • Using what I believe is image capture, how do I go about pulling up a scanned document and attaching it to send it via email?

    Using what I believe is the app Image Capture, exactly how do I go about scanning and attaching a PDF document in order to email it?  After scanning it I'm having trouble locating it while attempting to attach it to an email.  Thanks.

    At the bottom left of the Image Capture window is a drop down menu called Scan To which will let you choose where your scan will be sent. Create a folder on your desktop named Scans and send your scans to it. Then rename the scan to whatever will help you remember what it is.
    Then when in Mail you can click on Attach and find the Scans folder and attach your scan.

  • Loading documents and attaching them to business objects

    Hi,
    I am trying to load documents (Word and PDF files) into a content management server linked to a SAP CRM system. The documents need to be attached to business objects such as interaction records (BUS2000126) and service tickets (BUS2000116).
    I have experimented with FMs <b>BDS_BUSINESSDOCUMENT_CREATEF</b> and <b>ARCHIV_CONNECTION_INSERT</b> but haven't yet found the right combination of values. The best I have done is to create a link which is visible in the GUI as an icon, but when I double click on it, I get an error message saying that the document does not exist (error 404).
    The import parameters I am using in BDS_BUSINESSDOCUMENT_CREATEF are:
    LOGICAL_SYSTEM = [blank]
    CLASSNAME = ZCSIP_LTR (a value from table TOADV)
    CLASSTYPE = BO
    CLIENT = [default]
    OBJECT_KEY = [blank]
    FILES
      DOC_COUNT = 00000001
      COMP_COUNT = 00000001
      COMP_ID = [blank]
      DIRECTORY = U:\DOCUMENTS\TEST DATA\
      FILENAME = FA.PDF
      MIMETYPE = application/pdf
    SIGNATURE
      DOC_COUNT = 00000001
      PROP_NAME = BDS_CONTREP
      PROP_VALUE = ZT (my content repository name)
    The FM returns a GUID as the OBJECT_KEY ...
    Then I am using ARCHIV_CONNECTION_INSERT as follows:
    ARCHIV_ID = ZT
    ARC_DOC_ID = [GUID returned by BDS_BUSINESSDOCUMENT_CREATEF]
    AR_OBJECT = ZCSIP_LTR (a value from table TOADV - as above)
    MANDANT = [default client as above]
    OBJECT_ID = [GUID of the object I want to attach the document to]
    SAP_OBJECT = [Business object identifier] e.g. BUS2000126
    DOC_TYPE = PDF
    Can what I need to do be achieved through just using BDS_BUSINESSDOCUMENT_CREATEF? What import parameters should I use? What values should they contain?
    Many thanks in advance,
    Peter

    Hi,
        BDS classname BUS2032 and classtype BO
    but function module 'BDS_BUSINESSDOCUMENT_CREATEF' and cl_bds_document_set class method
    here is the code..
    DATA: o_document_set TYPE REF TO cl_bds_document_set,
    wa_signature LIKE bapisignat,
    i_signature LIKE bapisignat OCCURS 1,
    wa_files LIKE bapifiles,
    i_files LIKE bapifiles OCCURS 1,
    i_object_key LIKE bapibds01-objkey.
    CREATE OBJECT o_document_set.
    MOVE: '1' TO wa_signature-doc_count,
    '1' TO wa_files-doc_count,
    'c:\temp' TO wa_files-directory,
    '1.jpg' TO wa_files-filename.
    APPEND wa_signature TO i_signature.
    APPEND wa_files TO i_files.
    i_object_key = '0000261877'.
    BREAK-POINT.
    CALL METHOD o_document_set->create_with_files
    EXPORTING
    classname = 'BUS2032'
    classtype = 'BO'
    CHANGING
    object_key = i_object_key
    files = i_files
    signature = i_signature
    DATA : files LIkE BAPIFILES OCCURS 1 WITH header line.
    files-doc_count = '1'.
    files-directory = 'c:\temp\'.
    files-filename = '1.jpg'.
    APPEND files.
    CALL FUNCTION 'BDS_BUSINESSDOCUMENT_CREATEF'
    EXPORTING
    LOGICAL_SYSTEM =
    classname = 'BUS2032'
    classtype = 'BO'
    CLIENT = SY-MANDT
    OBJECT_KEY = '0000261877'
    IMPORTING
    OBJECT_KEY =
    tables
    files = files
    SIGNATURE =
    EXCEPTIONS
    NOTHING_FOUND = 1
    PARAMETER_ERROR = 2
    NOT_ALLOWED = 3
    ERROR_KPRO = 4
    INTERNAL_ERROR = 5
    NOT_AUTHORIZED = 6
    OTHERS = 7
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF
    And check the OSS Note 317250.
    <b>Reward points</b>
    Regards

  • Saying my profile is missing or inaccessible. This happened right after I moved folder to my documents and changes name

    I searched for the folder in finder where thunderbird stores its data in hopes it would have all my emails there. I renamed the folder and moved to my documents so I could easily access. (Not sure of its original origin). After I did that, when I went to open Thunderbird an error message popped up saying: Profile Missing Your Thunderbird profile cannot be loaded. It may be missing or inaccessible.
    How do I fix this?

    You can move or rename a profile folder of the hard drive as that will make it impossible for Thunderbird to access this folder.<br />
    Thunderbird (and Firefox) use the profiles.ini file to map the profile folder as shown in the Profile Manager with the actual folder on the hard drive.<br />
    By renaming or moving the profile folder you break this, so you should never do this.
    *http://kb.mozillazine.org/Recovering_a_missing_profile
    You will have to move the folder to the original location and rename the folder to the name as can be found in the profiles.ini file.
    *http://kb.mozillazine.org/Profile_folder_-_Thunderbird
    *http://kb.mozillazine.org/Files_and_folders_in_the_profile_-_Thunderbird

  • NEED TO IMPORT WORD DOCUMENTS AND ATTACH TO CLAIM

    Hi,
    We are trying to implement oracle trade management. In this after claims are created we are trying to make mass upload of word documents related to claims. Is there any API to achieve the same? I have searched Trade Management API's but none are available. Looking for a generic FND API atleast to import the word documents into system.

    Hi,
    Sorry to Bother you. I dont have answer to your query infact looking for some help from your end.
    Do you have any script which can explain how to call API "OZF_CLAIM_PUB.CREATE_CLAIM".
    It will be of great help for me.
    Thanks
    Sachin

  • SOAPFault from Integration Server because of attachment name

    Hello everyone,
    I'm currently building the attachment function into our adapter for IBM Lotus Notes and SAP XI.
    In the Sender part, the adapter must add the attachment from Lotus Notes to the XI Message as a payload.
    The following source code show how to do this:
    /Create a payload from a XI Message/
    Payload attachment = xiMessage.createPayLoad();
    /Set the attachment name with the file name of the Notes attachment/
    /I have problem with this method/
    attachment.setName(notesAttachment.getFileName());
    /Set the content (byte array) of the attachment/
    attachment.setContent(notesAttachment.getBytesContents());
    This works well unless no special file name like ("Ättachment") is entered in the method Payload.setName().
    Errors will be shown in the Audit Log:
    1. SOAPFault received from Integration Server. ErrorCode/Category: XIProtocol/SAP_CODEPAGE_CONVERSION_ERROR; Params:  ; AdditionalText:  ; ApplicationFaultMessage:  ; ErrorStack: Error when converting the code page for character set UTF-8 (code page 4110): Cannot convert character sets for one or more characters.
    2. Transmitting the message to endpoint http://kit-was:8000/sap/xi/engine?type=entry using connection AFW failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Received HTTP response code 500 : Error during creation of multipart mime object.
    and in the Logviewer:
    1. enrichMessageData(): Error during retrieving the end-to-end-monitoring information
    Thrown:com.sap.aii.rwb.endtoendmonitoring.util.Sxmb_Get_Pmi_Info_Fault_Exception:      at sun.reflect.GeneratedConstructorAccessor553.newInstance(Unknown Source)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)     at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    But in the "Message content --> SOAP Document", the attachment name can be showed correctly:
    - <sap:Payload xlink:type="simple" xlink:href="cid:[email protected]">
      <sap:Name>Ättachment</sap:Name>
      <sap:Description>üüüäää</sap:Description>
      <sap:Type>ApplicationAttachment</sap:Type>
      </sap:Payload>
    I've no idea, what should I do. Apparently I did every correctly, but why SAP Integration Server didn't work?
    The ABAP stack of the XI server should also support Unicode. Our XI server is 04 SP 19.
    Please give me some help.
    with regards
    Xiang

    Hi Stefan,
    thanks for your reply.
    The problem is that String is unicode in Java. The method from SAP is
    void setName(java.lang.String name) .
    In Java it is only necessary to define charset when create a string based on a bytes array.
    String(byte[] bytes, String charsetName)
              Constructs a new String by decoding the specified array of bytes using the specified charset.
    I got the file name from Lotus Notes as a String and just gave it to the SAP method. Then the Integration Server gave an error message about the name.
    Regards
    Xiang

  • Dynamic attachment name in receiver mail adapter

    Hi  all,
    i am doing a receiver mail scenario (PI 7.1). my requirement is like this :
    Receiver file need to be send in receiver mail attachment and attachment name should be dynamic
    format for the attachment name should be like this
    R+value from a particular field in payload +Timestamp
    for example my file name should be like this  R001_510815021009062532.xml  
    which is     R+ 001_510815 + 021009062532 + .xml
    can anybody suggest me how to go for this requirement? is ther any UDF or should i go for adapter module developement?
    Thanks
    sandeep sharma
    Edited by: sandeep sharma on Oct 13, 2009 8:55 AM

    Hi K Fatima,
    I read your solution.I have a similar requiement but I need to send the entire output payload as an attachment,so I am using XSLT to send the payload as an attachment.
    I am creating the file name through dynamic configuration in XSLT but the name of attachment is not as required but its any random generated name:
    *code used:*
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:map="java:java.util.Map"
      xmlns:dyn="java:com.sap.aii.mapping.api.DynamicConfiguration"
      xmlns:key="java:com.sap.aii.mapping.api.DynamicConfigurationKey">
    <xsl:output method="xml" version="1.0" encoding="UTF-8" />
    <xsl:output indent="yes" />
    <xsl:param name="inputparam"/>
    <!-- mail parameters -->
    <xsl:template match="*">
    <ns:Mail xmlns:ns="http://sap.com/xi/XI/Mail/30">
    <xsl:variable name="new-value" select="Shipment/InternalShipmentNum"/>
    <Subject>Mail</Subject>
    <From>xyz</From>
    <To>abc</To>
    <xsl:variable name="dynamic-conf" 
            select="map:get($inputparam, 'DynamicConfiguration')" />
        <xsl:variable name="dynamic-key"  
            select="key:create('http://sap.com/xi/XI/System/File', 'Directory')" />
        <xsl:variable name="dynamic-value"
            select="dyn:get($dynamic-conf, $dynamic-key)" />
        <xsl:variable name="new-value"    
            select="concat($dynamic-value, 'subfolder\')" />
        <xsl:variable name="dummy"
            select="dyn:put($dynamic-conf, $dynamic-key, $new-value)" />
    <!--Content type -->
    <Content_Type>application/xml</Content_Type>
    <!Content Description>
    <Content_Disposition>attachment;filename "<xsl:copy-of select="$new-value"/>"</Content_Disposition>
    <!--Content Disposition -->
    <Content_Description><xsl:copy-of select="$new-value"/></Content_Description>
    <Content>
    <xsl:copy-of select=".">
    <xsl:apply-templates/>
    </xsl:copy-of>
    </Content>
    </ns:Mail>
    </xsl:template>
    </xsl:stylesheet>
    Please suggest ! I need the value in "Shipment/InternalShipmentNum" as name of attachment.
    Thanks in advance!
    Indu Khurana

  • EWS Attachment Name Incorrect

    We are encountering an issue with EWS 2.2 Managed API(and previous versions) and attachment names.  EWS exposes two potential fields for an attachment name.  Name, and FileName.  In our findings, Name can sometimes report the same file name
    we see in mail clients (such as Outlook), and FileName is always black (Nothing in VB.NET).
    The XML request and responses are output from the "ExchangeService.TraceEnabled = True" and "ExchangeService.TraceFlags = TraceFlags.All" options.
    XML request example:
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Header>
    <t:RequestServerVersion Version="Exchange2010_SP2" />
    </soap:Header>
    <soap:Body>
    <m:GetItem>
    <m:ItemShape>
    <t:BaseShape>IdOnly</t:BaseShape>
    <t:AdditionalProperties>
    <t:FieldURI FieldURI="item:Attachments" />
    </t:AdditionalProperties>
    </m:ItemShape>
    <m:ItemIds>
    <t:ItemId Id="biglongItemId" />
    </m:ItemIds>
    </m:GetItem>
    </soap:Body>
    </soap:Envelope>
    EWS XML response:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
    <h:ServerVersionInfo MajorVersion="14" MinorVersion="3" MajorBuildNumber="195" MinorBuildNumber="1" Version="Exchange2010_SP2" xmlns:h="http://schemas.microsoft.com/exchange/services/2006/types" xmlns="http://schemas.microsoft.com/exchange/services/2006/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" />
    </s:Header>
    <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <m:GetItemResponse xmlns:m="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types">
    <m:ResponseMessages>
    <m:GetItemResponseMessage ResponseClass="Success">
    <m:ResponseCode>NoError</m:ResponseCode>
    <m:Items>
    <t:Message>
    <t:ItemId Id="biglongItemId" ChangeKey="CQAAABYAAAB6Lqmbg0p2SpXlhlOVcY4TAAAnDxiX" />
    <t:Attachments>
    <t:FileAttachment>
    <t:AttachmentId Id="biglongAttachmentId" />
    <t:Name>body.csv</t:Name>
    <t:ContentType>text/plain</t:ContentType>
    <t:ContentId>{6981D03B-2EBD-4F8F-BF8D-61424696F792}</t:ContentId>
    <t:Size>135</t:Size>
    <t:LastModifiedTime>2014-01-03T02:13:44</t:LastModifiedTime>
    <t:IsInline>false</t:IsInline>
    <t:IsContactPhoto>false</t:IsContactPhoto>
    </t:FileAttachment>
    </t:Attachments>
    </t:Message>
    </m:Items>
    </m:GetItemResponseMessage>
    </m:ResponseMessages>
    </m:GetItemResponse>
    </s:Body>
    </s:Envelope>
    In the example above, Name is body.csv.  FileName as nothing.  In Outlook, the attachment file name is "CUSTOMER.CSV".
    I have confirmed with the sender that file attachment file is named "CUSTOMER.CSV".
    Can anyone provide some insight into why EWS reports a file name that is not what was provided by the sender?
    Thanks much in advance.

    The FileName property is a Managed API property used to create attachments. You set this property on a FileAttachment object when creating a new attachment, and the API will load the contents from the file. It has no meaning when you are retrieving attachments
    from the server. When retrieving, the only information you have is the Name.
    In the Exchange store, there are a number of properties on attachments related to the name. For example, there is PidTagDisplayName, PidTagAttachFileName, and PidTagAttachLongFileName. EWS uses PidTagDisplayName, which is usually the same as PidTagAttachLongFileName.
    However, it *can* be different. Outlook appears to use PidTagAttachLongFileName in their UI. So most likely for this message, the PidTagDisplayName value is "body.csv", and PidTagAttachLongFileName is "CUSTOMER.CSV". You can check with
    a MAPI viewer (MFCMapi or OutlookSpy).

  • Path and File name of the attachment

    Hello Srm Guys,
    Where should be the Path and File name of the attachment are stored for a shopping card Item.
    Thanks
    Ram

    Hello Ram,
    Execute the function module BBP_PROCDOC_ITEM_GETDETAIL by providing the item guid,object type . Now it will populate the  et_attach importing parameter with the attatchement details.
    In the ET_ATTATCH internal table , the field PHIO_FNAME/PHIO_PATH_FILE provides the physical storage location of the document.
    Hope this info will be helpful.
    Regards,
    Mani

  • MS Word: This file is read-only. To save a copy, click OK, and give the document a new name in the save dialog box.

    This is not a question. I believe I've found a new issue and the fix for it.
    The situation:
    A brand new iMac 27" running Yosemite 10.10.1
    MacMini server running 10.8.5 server.
    The issue:
    Client on iMac trying to work on MS Word documents stored on server was requiring him to save the documents to his desktop and then copy them back to the folder on the server. The exact error message was, "This file is read-only. To save a copy, click OK, and give the document a new name in the save dialog box."
    The issue is unique to this computer in an office of 10 client computers and three servers.
    Attempted fixes:
    Verified that the ".Temporaryitems" folder existed and the permissions were set properly.
    Repaired permissions on the client and the network share.
    Definitive fix:
    By default, Yosemite 10.10.1 uses SMB for connecting file shares. When I overrode the default and switched to AFP protocol, the issue went away.
    I hope this helps someone else.
    Rob

    That was it. What an operating system. It is very helpful to view files you are looking for. But if you have preview on you cannot save files.

  • When trying to upload a document or attach a document in an email Firefox gives me an error "Failed to load CTDFMRES.dll" and stops responding, I have no issues in any other browsers. And I am using Firefox 4, Fixes???

    When trying to upload a document or attach a document in an email Firefox gives me an error "Failed to load CTDFMRES.dll" and stops responding, I have no issues in any other browsers. And I am using Firefox 4, Fixes???

    You don't have to disable any addons or extentions!!!You guys are not going to believe this I figured out the problem it's really dumb...ok here goes the attachment uploader loads seperate so I got to thinking it's a popup so I went to options content and under block pop ups there is an option exceptions click on that and in the box type firefox.com and hit allow pow its fixed!!!!! :-)

  • I have scanned a document and saved it to desk top - when I have then attached to an email it says no plug and attachments don't send. How do I add plug in so pdf documents can be attached and opened.

    I have scanned a document and then saved it to desktop. It has saved as a pdf. When I have then attached it to email and sent - an message comes up saying no plug ins - The recipent couldnt open files. How can I rectify this so that I can attach pdf pleaase

    search the app store for PDF Writer. I've found a lot that will convert documents to PDF, but none yet that will write within the PDF. One thing you want to avoid are cloud based apps. Any of them that talk about editing on the cloud, etc, aren't going to be as standalone as you want.
    It's possible, if you can take your template PDF, turn it into a word document that you can edit, you can then convert that to PDF...kinda a workaround way to do what you want. And apps that convert to PDF are much easier to find

Maybe you are looking for

  • Purchase orders manily against the sales orders

    My client do purchase orders manily against the sales orders... but to meet the minimumn purchase order quantity or value they club many sales orders in a single purchase order... now is there any way to track for what sales-order-item what purchase-

  • How do I complain about apple online?

    Hi On Black Friday I ordered a Jawbone Up Band from Apple online and received the reduction in price.  The shipping date was January 25 but I was fine with that.  Just today I got an e-mail saying that they will no longer be carrying this product and

  • TM Contention and Read Only Views - Toad

    I have a case where a select against a view that has the read only option caused TM contention. I realize that the TM can be fixed by indexing the unindexed foreign key which I plan to do. The user only has select privilege so the locking must have c

  • What is the procedure to create field catalog in alv

    what is the procedure to create field catalog in alv? with a example please.

  • How can I batch resize images to a file size of 1 meg?

    I'm not the most technically literate mac user and would gratefully receive any help please. I have been asked to reduce lots of images of various large file sizes and dimensions to 1 meg. I am using Photoshop CS4 and am aware of the 'Image Processor