Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default openning .dot files

    I am trying to open a number of files from a flash grid populated from a sql
    database. There are several document types (.dot, .xlt, .pdf) and the only
    filetype i am having a problem with is the .dot files.

    On some machines on the command to open the document a prompt appears to open,
    save or cancel (the intended result). On others the document opens straight
    into the explorer window. And on some machines an action cancelled error
    appears unless the user refreshes the page, in which case the prompt dialogue
    box appears

    <cfinput type="Image" value="Open Document" name="openfile"
    enabled="{data.selectedItem!=undefined}"
    onClick="getURL('http://bathweb01/intranet/MIS/HR/documents/' +
    data.selectedItem.Filename, '_blank')" src="icons/but_od.gif" >



    AidanGuy Guest

  2. Similar Questions and Discussions

    1. Error openning the CPS Console
      Hi, I've just tried installing CPS on a linux machine we have already running JRun. I followed the instructions for the WAR file installation....
    2. Specify browser size when openning an url?
      Hello list, I am trying to change the size of a browser when opening an url from the extension that I am working on now....
    3. Adobe Reader7.0.8. does not automaticallystart when openning PDF files
      I just loaded the new Adobe Reader 7.0.8 onto an Apple OSX version 10.4.6 on the Intell Core Duo processor. If I try to open a PDF on line, it opens...
    4. Openning Files Names with Embedded Spaces
      Hi, I am using Active Perl under Windoze 98. I am trying to open a file that has embedded spaces. I tried escaping the spaces as well, and that...
    5. openning ms word from director
      HELP, I need to open an MSWord file from my DIR MX movie and I am ussing fileBuddy but it is not working or I should write I can't make it work. I...
  3. #2

    Default Re: openning .dot files

    Do you have any sample .dot file? Is this MS Word document template?

    Oguz.Demirkapi Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139