Cfcontent of PDF

I am send a PDF file like that:
<cfcontent deletefile="yes" file="#session.file#"
type="application/pdf">
the acrobat opens with IE with the url being the cfm page of
the cfcontent like this:
http://myweb/sendpdf.cfm
if the user clicks on the acrobat "attach this pdf file as
new email" they are presented with options either to send as Link
or Copy.
If the as Link is clicked a message with the url is created
which is not desired.
if the Copy is clicked than to PDF file is attached with a
name "sendpdf.cfm.pdf"
1. can i disable the as Link option?
2. can i preset a better file name for Copy?

Finally figured this out...
Since the file exists on the server, there's no need to use cfpdf and cfcontent to serve up the PDF.
When the PDF link is clicked, the user is directed to a page that has the security framework where there is a redirect to the PDF on the server. I have the PDF password protected. The PDF opens in the browser and, if saved, is saved with the file name only instead of the whole url+filename.
Learning to work with CF and PDFs through cfdocument and cfpdf lately has been somewhat frustratingly fun.(!) I guess it was overkill in trying to do the above when all I needed was a direct link to the file itself.
Hope this will help someone else...
- e

Similar Messages

  • CFCONTENT and PDFs - passing search terms

    Hi all, I've previously passed search terms into PDFs on a
    URL using:
    <a href="myfile.pdf##SEARCH=%22" &
    urlEncodedFormat(SearchTerm) & "%22">
    Is there any way to do this when using CFCONTENT to push the
    pdf to the browser?
    Thanks for any help

    Create a page parameter by name "p_cost_centre".
    For the dynamic page:
    within the
    <ORACLE>
    pr_show_proj_search_results ( :p_cost_centre, :p_proj_search)
    </ORACLE> tab
    Attach the Page Parameter with this bind variable.
    Change you Procedure to render the html based on the values of the above bind variables.
    Thanx,
    Chetan.

  • CFContent fails with output from CFPDF???

    I had a situation where I had to create a PDF containing a
    dynamic cover sheet and supporting documents, which are in pdf
    format. I used CFDocument to create the cover sheet, stored it in a
    variable, then used cfpdf with cfpdfparam to specify that cover
    sheet variable, then looped over the files. CFDump says that worked
    correctly.
    I then tried using cfcontent to display the resulting file. I
    would have expected that to work. Intead it throws this:
    Attribute validation error for tag cfcontent.
    coldfusion.pdf.PDFDocWrapper is not a supported variable
    type. The variable is expected to contain binary data.
    The error occurred in
    E:\WebRoot\www.missionincrease.com\wwwroot\active\Admin\MinistryGrants\fundingRequest.cfm :
    line 99
    97 :
    98 : <cfheader name="Content-Disposition" value='inline;
    filename=#URLEncodedFormat("FundingRequest.pdf")#'>
    99 : <cfcontent reset="yes" variable="#pdfOut#"
    type="application/pdf">
    100 : </cfif>
    Is this a bug or am I doing something wrong?

    I am experiencing this same issue in our ECC 6.0 system.  We currently have ST-A/PI release 01M_ECC600 level 0001 applied to our system.  These jobs finish successfully in SM37, but I'm seeing the same error messages in our system logs (SM21).
    When I try to update the output device that is associated with these jobs, the user ID running the jobs is not valid since it's user type is Communication Data.
    Does anyone know if it ok to change the user for this job? Should it be run by DDIC?  I believe the jobs were created automatically when we applied ST-A/PI release 01M_ECC600 level 0001.

  • Load pdf with cfheader and cfcontent

    I have the following code to load a PDF.
    <cfquery datasource="lamtra1_data1" name="getpdf">
    Select * from lamtracpdf WHERE id=#url.id#
    </cfquery>
    <cfoutput query="getpdf">
    <cfheader name="Content-Type" value="pdf">
    <cfheader name="Content-Disposition" value="inline;
    filename=D:\hshome\lamtrac1\pdf\#filename#">
    <cfcontent type="application/pdf"
    file="D:\hshome\lamtrac1\pdf\#filename#" deletefile="No">
    </cfoutput>
    The problem I have is that the browser load the entired PDF
    before open it. I would like to have the first page to load so the
    user can start seeing the document while the rest of the pdf is
    downloading... i do not want the pdf index in the search engine
    because its confidential information so i have put the files before
    the domain root. So I have to go with the code above to make it
    load. The PDF is format correctly because if I load it from the
    root it work correctly because it open right in acrobat reader but
    in the way I did it the acrobat reader open in the browser thats
    why i have to wait until the entired document have download before
    starting viewing it... anybode have a solution for me please help
    help????????

    mbdooly wrote:
    > Hello all-
    > I am having an issue with the tags cfheader and
    cfcontent. This is the code I
    > am using:
    >
    > <cfheader name="Content-Disposition"
    value="filename=Jurisdictionary.exe">
    Try value="attachment; filename=""Jurisdictionary.exe"""
    Mack

  • CFCONTENT pdf error

    Hi
    I recieve an error when I open the pdf generated in CF using the following code...
    <cfcontent type="application/pdf">
    <cfheader name="Content-Disposition" value="filename=test.pdf">
    123
    The error i recieve in Acrobat Reader reads as follows:
    "Adobe Reader could not open test.pdf because it is either not a supported file type or because the file has been damaged (for example it was sent as an email attachment and it wasnt correctly decoded).
    Please can someone explain why i keep getting this error.It works perfectly when i create dynamic XLS documents.
    Thanks
    Regards
    Delon

    We had many problems with this under CF8... We finally decided that PDF's hate form elements, so we removed them and rendered them to LOOK like form elements instead of actually being form elements...  That worked for us...
    In your test PDF, remove EVERYTHING except plain text and then see if it still fails...
    If not then add things back in until it does...  This method, I virtually guarantee, will identify the issue for you, even if it is slow and tedious.
    D.

  • Coldfusion 11 cfheader or cfcontent 'failed to load PDF document'

    I have a website that worked fine with Coldfusion 10 and now I have updated to Coldfusion 11 and this code doesn't work:
    <cfheader name="content-disposition" value="inline; filename=#vPublicFile#" />
    <cfcontent type="application/pdf" file="#DownloadFolder##qryDownload.fileNameOnserver#" deleteFile="no" />
    If I type in the URL directly to the PDF file it loads fine, but if I try to get it through this code then I get the message "failed to load PDF document".  Even if I change the code to allow me to save the file, I get a saved file but it won't open in acrobat.
    I know the code is working code, I tried it with Coldfusion 10 again just to make sure.  Something about 11 is stopping it from working.  Any ideas?

    I think that this is a iis web connector issue.
    One of the worst cf update bugs I have ran into.
    I have a lot of binary data served up with cfcontent, I never include "index.cfm," and almost always have query string params.
    <cfheader name="Content-Length" value="#variables.FileSizeBytes#" />
    <cfheader name="Content-Disposition" value="inline;filename=#variables.FileName#" /> (inline vs attachment makes no difference)
    <cfcontent type="application/pdf" file="#variables.File#" />
    /test/  - works
    /test/index.cfm  - works
    /test/index.cfm?getPDF=1  - works
    /test/?getPDF=1  - fails
    Connection:close response header value there everytime it fails:
    Connection:close
    Content-Disposition:inline;filename=abcd.pdf
    Content-Length:31739
    Content-Type:application/pdf;charset=UTF-8
    Date:Wed, 12 Nov 2014 20:59:55 GMT
    Server:Microsoft-IIS/7.5
    Response headers when it works:
    Content-Disposition:inline;filename=abcd.pdf
    Content-Length:31739
    Content-Type:application/pdf;charset=UTF-8
    Date:Wed, 12 Nov 2014 20:55:53 GMT
    Server:Microsoft-IIS/7.5

  • Random error when using cfpdfform to create pdf

    I have a series of pdf forms that have been created with extended rights in reader using both Acrobat Pro 9 and Acrobat Pro X. I use cfpdfform to pre-populate the form and name it with a unique guid.  Some people randomly are getting the error in reader "This document enabled extended features in Adobe Reader.  The document has been changed since it was created and use of extended features is no lonfer available.  Please contact the author for the original version of this document."
    I have tried to replicate the error using the exact same settings of windows, browser and reader version and cannot replicate.  I have researched extensively online and see many people experiencing the same error message but no clear resolution found.  Below is the code that I am using to save the prepopulated form.  Has anyone else run into this issue?
    <cfset uuid = createuuid()>
            <cfpdfform   source="forms\#url.frpdf#"
                        destination="forms\exh\#variables.uuid##url.frpdf#" overwrite="YES" overwritedata="YES"
                        action="populate">
                <cfpdfformparam name="name" value="#rtrim(variables.company)#">
                <cfpdfformparam name="address1" value="#rtrim(variables.address1)#">
                <cfpdfformparam name="address2" value="#rtrim(variables.address2)#">
                <cfpdfformparam name="address3" value="#rtrim(variables.address3)#">
                <cfpdfformparam name="citystatezip" value="#rtrim(variables.citystatezip)#">
                <cfpdfformparam name="city" value="#variables.city#">
                <cfpdfformparam name="state" value="#variables.state#">
                <cfpdfformparam name="zip" value="#variables.zip#">
                <cfpdfformparam name="country" value="#variables.country#">
            </cfpdfform>
    <cfcontent file="#expandpath(".")#\forms\exh\#variables.uuid##url.frpdf#" type="application/pdf">

    Depending on your application you may or not be able to carry the links over (reason for graffiti's question). To carry them over you need to use PDF Maker (the create PDF icon in WORD and several other products).

  • Need Help with this PDF generation

    Greetings,
    Our company had a subcontractor (that is no longer
    available) create a small system for a client that allows the
    client to input some text in a flash form, and the system places
    the text at a certain spot on a previosly created PDF document. For
    80% of the users, this works perfectly and then can print and save
    the customized pdf document. For 20% of users, they can see and
    print the customized pdf, but when they save it, there is no
    customization (area is blank). Can anyone help us understand why
    this happens, and how to fix?
    HERE ARE DIRECT NOTES FROM OUR CLIENT:
    Users are able to input their customized info.
    The customized info shows up in the PDF on the brochure.
    Users can print the brochure with the customized info.
    Users can save the BLANK PDF (without their info)
    Users can NOT save the PDF with their info in it.
    The exact message is in the top of the window with the PDF
    brochure and says "please fill out the following form. You can not
    save data typed into this form. Please print your completed form if
    you would like a copy for your records."
    Here is the input
    form, feel free to test.
    When you input into the brochure1.cfm Form, it sends the data
    to
    http://www.caduceuswebs.net/brochure1output.cfm
    , which then spanwns the customized pdf to open.
    If you want to see the native pdf, it is here:
    CLICK
    HERE
    HERE IS THE CODE FOR BROCHURE1.CFM
    <CFFORM ACTION="brochure1output.cfm" METHOD="POST"
    ENABLECAB="YES" format="flash" width="470" height="550">
    <div align="center">
    <table width="470" border="0" align="center"
    cellpadding="0" cellspacing="0" bordercolor="#990066">
    <tr>
    <td><cfinput type="TEXT" name="name" id="name"
    label="Name" maxlength="60"></td>
    </tr>
    <tr>
    <td><CFINPUT TYPE="TEXT" NAME="address1"
    id="address1" label="Address" hspace="470">
    </P></td>
    </tr>
    <tr>
    <td><CFinput type="text" name="address2"
    id="address2" label="Address Cont." /></td>
    </tr>
    <tr>
    <td><CFinput type="text" name="state" id="state"
    label="City / State"/></td>
    </tr>
    <tr>
    <td><CFinput type="text" name="zip" id="zip"
    label="Zip Code"/></td>
    </tr>
    <tr>
    <td><CFinput type="text" name="phone" id="phone"
    label="Phone Number"/></td>
    </tr>
    <tr>
    <td><table width="470" border="0" cellspacing="0"
    cellpadding="0">
    <tr>
    <td width="100"><img src="img/transparent.gif"
    width="100" height="1" border="0" /></td>
    <td width="373"><cfinput type="SUBMIT"
    value="Generate Customized Brochure 1" name="Submit"></td>
    </tr>
    </table></td>
    </tr>
    </table>
    </div>
    </CFFORM>
    HERE IS THE CODE FOR BROCHURE1OUTPUT.CFM:
    <CFOUTPUT><CFSET
    date="#DateFormat(now())#"></CFOUTPUT>
    <CFSETTING ENABLECFOUTPUTONLY="YES"
    SHOWDEBUGOUTPUT="NO">
    <CFCONTENT TYPE="APPLICATION/vnd.fdf">
    <CFOUTPUT>%FDF-1.2
    1 0 obj <<
    /FDF <<
    /Fields
    <<
    /T(name)
    /V(#form.name#)
    >>
    <<
    /T(address1)
    /V(#form.address1#)
    >>
    <<
    /T(address2)
    /V(#form.address2#)
    >>
    <<
    /T(state)
    /V(#form.state#)
    >>
    <<
    /T(zip)
    /V(#form.zip#)
    >>
    <<
    /T(phone)
    /V(#form.phone#)
    >>
    /F(
    http://www.caduceuswebs.net/pdfs/brochure1.pdf)
    >>
    >>
    endobj
    trailer
    <</Root 1 0 R>>
    %%EOF
    </CFOUTPUT>

    rogers42 wrote:
    Hi,
    Thanks for the suggestion.
    While getting rid of the ";" helps, but the output of the select statement is not displayed?When you do a SELECT statement in PL/SQL, you have to select the results into variables or arrays.
    Try something like this:
    DECLARE
         CURSOR C1 IS
                       SELECT  TABLE_NAME
                FROM    DB_MGMT.CTRL_TAB_RETENTION
                WHERE   RETENTION_PERIOD_IN_MONTHS = 11
                AND     rownum                  < 2;
         min_dt_skey    NUMBER;
         max_dt_skey    NUMBER;
         stmt            VARCHAR2 (100);
    BEGIN
        FOR i IN C1
         LOOP
            -- dbms_output.put_line('Table Name: ' || i.TABLE_NAME);
            stmt :='SELECT min(DT_SKEY), max(DT_SKEY) FROM DWH_RSRC_PERF.' || i.TABLE_NAME;
            dbms_output.put_line(stmt);
            EXECUTE IMMEDIATE stmt
             INTO min_dt_skey, max_dt_skey;
         dbms_output.put_line (  min_dt_skey   || ' = MIN (dt_skey), '
                        || max_dt_skey   || ' = MAX (dt_skey) for table '
                        || i.table_name
        END LOOP;
    END;

  • Is there a way to merge Static PDF files and PDF Forms

    Hi All,
    The issue I am facing is this: 1200+ PDF forms that employees
    will need to sign. The docs are being created in MS Word, and all
    have a standard signature block. We have prototyped using LiveCycle
    Designer 8 to add fields to static PDF files (print Word files into
    Acrobat, import into LiveCycle and paste in fields) but this is
    pretty labor-intensive to use with a minimum of 1200 forms per
    quarter.
    The employee forms go into a CF8/Oracle library app (stored
    as BLOBs) and served up for 7,000 or so employees to sign. Posted
    data goes back into database.
    Here is the issue:
    Does anyone know any way to use some combination of cfpdf /
    cfpdfform / cfdocument that will allow us to create ONE generic
    signature block form, 1200 static PDF files, and merge them on the
    fly?
    <cfdocument> apparently does not allow PDF data to be
    included with a <cfpdfform>, as I have tried outputting PDF
    variables, toBinary(PDF variable), PDF served by <cfcontent>
    and various other combinations.
    (If the non-form data were HTML, we could easily output in a
    <cfdocumentsection> of the cfdocument, and add the
    <cfpdfform source="#genericForm#" action="populate"> and be
    done with it. But, we can't.)
    <cfpdf action="merge"> with a combination of a static
    PDF file and a populated form results in a flattend PDF file with
    no form data.
    I am acutely aware that LiveCycle 8 uses the XFA schema, and
    regular PDF documents use a different schema. And, this may
    prohibit what we want to do.
    If anyone has experience with CF8 PDFs and PDF forms, or has
    any helpful thoughts, I would be appreciatively gross. Needless to
    say, this is a six month project that must be live at the end
    November.
    Thanks!
    Jim Bates
    Verizon Business

    As I mentioned on the other thread, the forms need to be
    flattened. CFPDF cannot flatten LiveCycle forms, only Acrobat
    Forms. The suggested solution was to use LiveCycle ES
    http://www.adobeforums.com/webx/.3c052176

  • CFpdf and CFcontent shows filepath and filename in browser

    Thanks to all for past help on my CF questions...
    I've developed an upload application for (logged in to secure environment) users that uploads a pdf outside of the root, moves and renames the file and then cfpdf protects the file with a password. Part of the upload process inserts variables in a SQL database such as Catagory, Subcatagory, FileName, etc. The cffile move puts the file inside the root where I have a security framework. No problem with this.
    I have a cfm page populated (dynamically) with links to the pdf files. These links contain url handlers that pass the filepath and filename. When a user clicks a link, he is carried to an index.cfm that has the security framework and within this page I have cfpdf link to the pdf file (and sets a password) and cfcontent loading the pdf file in the browser. All of this works just fine, as it should.
    However... Because cfpdf sets the filepath/filename source and destination and passes this on to the cfcontent tag -- the filepath and filename are shown in the browser address bar as well as naming the download file the same as the http address (albeit with underscores) if the user saves the file. Anyone with any savvy can figure out the actual filepath and filename and go directly to the file in their browser. They'd still have to type in a password to view the file but I'd rather not have this filepath exposed like this.
    Without having to create a copy of the original and rename the file, is there a way to change what is shown in the browser address and in the download filename? At some point there may be many pdf files uploaded and stored on this site. I'd rather not have 2 copies of each file on the server - the original and one renamed...
    I've googled and googled and can't find an answer anywhere on this. Thanks to anyone pointing me in the right direction here.
    - e

    Finally figured this out...
    Since the file exists on the server, there's no need to use cfpdf and cfcontent to serve up the PDF.
    When the PDF link is clicked, the user is directed to a page that has the security framework where there is a redirect to the PDF on the server. I have the PDF password protected. The PDF opens in the browser and, if saved, is saved with the file name only instead of the whole url+filename.
    Learning to work with CF and PDFs through cfdocument and cfpdf lately has been somewhat frustratingly fun.(!) I guess it was overkill in trying to do the above when all I needed was a direct link to the file itself.
    Hope this will help someone else...
    - e

  • Rendering a PDF/Mime Type in cfDIV

    Hi there
    I have a cfform that looks at files in a directory. The template is meant to allow users to select a document and and view it on the page.
    The relevant code is:
    Main Page:
    <cfform name = "name">
    <cfinput name="displayName"  id="displayName" value="#URLEncodedFormat(displayName)#" type="text">
      <cfdiv bind="url:/_admin/utilities/viewer/viewer.cfm?displayName={displayName}" />
    </cfform>
    viewer.cfm
    <cfset mimeType = getPageContext().getServletContext().getMimeType(displayName)>
    <cfheader name="Content-Disposition" value="inline; filename=#displayName#">
    <cfcontent type="#mimeType#" file="#displayName#">
    Problem is, the text in the cfDiv appears literally as:
    %PDF-1.4 %äüöß 2 0 obj <> stream x��� 5 }���� ����� ����wVI (���*�T٫��J�&#127;!��W�����u]� � N���J>  �w1������Lek� ���d�\W����dR%3- ��d{@�ȅ��4��G\8!�'��.�� o����� �9ܴ �� ��  �����X�������V����ִ�i>��*Y| �͋�"���=o�� .<��7 ��D�ϸ� uӊ��p�-� m�c ����o�i��j���7$TG�M E P�  P���QB���A 1�` ��; cS! : c2ċ9�c���.(6�Ċ� ΰ���i7
    Is anyone able to make any suggestions?  For instance, can this event be done using AJAX tags?
    Thanks in advance
    Boon

    A cfdiv is not a separate browser window. So I do not think you can change the content type mid-stream that way.  You might try embedding the pdf with <object>. I think that would work.  (Of course that is assuming the user's browser is actually configured to display pdf's within the browser .. )

  • Cfpdfform (CF8) changes text-field font of an adobe 9 pdf form to Courier

    I'm having problems getting cfpdfform to render the text-field font as it exists in the source pdf form.
    The source pdf form was created in Acrobat 9 Standard.
    When I download the pdf from the server using cfcontent, the text-fields look as expected, retaining their designated font (and the pdf has the desired fonts embedded).
    However, when I do a cfpdfform action="populate", the text-field font is switched with Courier (even though the desired fonts remain embedded).
    This happens regardless of what font I pick.
    I have verified that the font exists on the server and in cf admin.
    Here's my code:
    <!--- populate --->
    <cfpdfform action="populate"
               source="#pdfPathFile#"
               destination = "#pdfPathFile#"
               overwrite = "yes">
        <cfpdfformparam name="student_name" value="first name and last name" />
        <cfpdfformparam name="certificate_title" value="a cool certificate title" />
        <cfpdfformparam name="certificate_date" value="1/1/2010" />
    </cfpdfform>
    <!--- make read-only --->
    <cfpdf action = "write"
           destination = "#pdfPathFile#"
           source = "#pdfPathFile#"
           flatten = "yes"
           overwrite = "yes"  />
    <!--- return the content --->
    <cfcontent
        file = "#pdfPathFile#"
        deleteFile = "yes"
        reset = "yes"
        type = "application/pdf" />
    Commenting out the cfpdf action = "write" block produced the same outcome.
    Using different source and destination filenames (vs overwriting  existing one) didn't make a difference, either.
    Any ideas on how I can get cfpdfform to respect my predefined text-field fonts?
    I truly appreciate your time.

    The problem was resolved.
    Turned out to be the way the pdf was created by Adobe 9 Standard that made cfpdfform misbehave.
    Three things we did seemed to have made the pdf acceptable by cfpdfform:
    1. Downloaded the latest updates for Adobe 9 Standard
    2. Checked on the text-field "Multi-line" property
    3. Checked off the text-field "Rich Text Formatting" property
    Cheers.

  • Setting the zoom size of a PDF

    Hi,
    I'm using cfheader and cfcontent to open a PDF file for users
    to view.
    <cfheader name="Content-Disposition" value="inline;
    filename=filename">
    <cfcontent type="application/pdf" file="filename"
    deletefile="No">
    I'm just wondering is there any way to set the zoom percent
    of the document when it opens in Acrobat?
    Thanks,

    spatz04 wrote:
    > I'm just wondering is there any way to set the zoom
    percent of the document
    > when it opens in Acrobat?
    i know you can add stuff to the url & the reader will
    interpret it:
    http://bangkok/testCF/iText/registered.pdf#zoom=25?page=5
    will cause the acrobat reader to open the registered.pdf at
    page 5 & a zoom
    factor of 25%. not exactly sure how you'd do it via
    cfheader/cfcontent. maybe
    add it to the filename parameter?

  • Save pdf documents.

    Hi,
    I want to force the browser to ask whether to save or open
    pdf documents like other documents and not automatically open the
    pdf documents in the browser.
    I pull pdf files from a folder and display on the webpage.
    When the user click on the link, i want the browser to ask whether
    users want to open or save the pdf file.
    thanks,

    Well there should be some way of passing a sufficient amount
    of data back to the CFM page that will render the PDF using
    cfcontent.
    For instance if you know all the files are in a particular
    directory, you should be displaying the files in the directory with
    a URL parameter specifying the file name, e.g.
    http://mydns.com/getPDF.cfm?filename=xyz.
    Again this link should be dynamically generated when you're
    iterating through your list of files.
    The getPDF.cfm file will just append the filename to the
    known physical path of the directory all files are located in. This
    solution has to be tailored for your exact circumstances, but you
    get the idea.
    -Tim

  • Pdf file stored as BLOB data type on Oracle

    I store PDF file as BLOB data type on Oracle. There are cases
    where I get multiple records from the database, that means I get
    multiple PDF files. They have to be merged and displayed on the web
    page. I tried CFContent which can display only one PDF file at a
    time but not more than one, whereas cfdocument is having problem
    converting binary data to string. I am kind of stuck.
    Can you anybody please help me out? Please let me know if you
    have any questions or this does not make sense to you.
    Thank you in advance.

    BALAJI_JAY wrote:
    > Can you anybody please help me out? Please let me know
    if you have any
    > questions or this does not make sense to you.
    if by "merge" you mean 3 pdf into 1 pdf, try cfpdf (if on
    cf8) or see this
    thread if cf version less than 8:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=1&catid=7&threadid=11 14635&messageid=4032202

Maybe you are looking for

  • How do you add a shortcut to the desktop with ios5?

    Thanks to Itunes helpfully corrupting my Ipad backup and crashing the upgrade to ios5.1 (or whatever) this morning, I've had to completely rebuild my ipad from scratch.  Thanks, I didn't have anything better to do today than try to get all my apps an

  • What is up with using Adobe stuff with Leopard 10.5.2?

    All of my new Adobe DS Premium stuff is crashing upon launch suddenly and I'm told that there is a bug on Apple's side with compatibility here. Nobody's "home" at Adobe right now; I have tons of work to get done. I purchased their Design Suite Premiu

  • Embedded PL/SQL not working.

    I have my application running on apex 3.2 two days ago. But now i am not able to access the APEX using URL (http://korvac-salman.korvac-qb.com:8080/apex/f?p=4550:10:3318553606004853) for my application and (http://korvac-salman.korvac-qb.com:8080) fo

  • Syncing my New iPod - Some files do not transfer

    I just upgraded from 30GB to 80GB and when I went to sync my new iPod it left out like 5 (of 2550) songs and 40 videos (of 80+). I changed to Manually manage and was able to add the files, however, I wish to keep auto sync on and don't like the idea

  • Discount on AR Invoices

    Hi all, Is there any way to change discount on AR invoices?  We need to process AR invoices and we would like to try without discount, but the system wonu2019t let us take the discount off? Any advice please? Edited by: Matthew Brigley on Oct 29, 200