How to modify PDF print template in Portal..

Hi,
   we are running BI and Portal (NW 7.0, SP14).
    In the portal we enables the BI queries printing in PDF, but as far we use standard web template.
    Now i copied the web template and want to add new Fields to the PDF document, such as like Query Name, User, System and customer Logo. 
   I was able to add web text items with the required field to the customer web template, but i was not able to see these fields when printing the document...
    Please provide me with step for step describtion on how to add new fields to the PDF export or how should i proceed...??
Many Thanks,
Nazih

Hello,
   many thanks for your help.
1. I have added to the web template three new "TEXT_ITEM" elements with Date, QueryName, etc.
2. then i have added this "text web items" to the PDF-pring command -> Data binding as you have advices.
Here is the Result of the XHTML File:
<bi:EXPORT xmlns:bi="http://xml.sap.com/2005/01/bi/wad/bisp">
  <bi:TEMPLATE value="Z_0ANALYSIS_PATTERN">
  </bi:TEMPLATE>
  <bi:ITEM_REF_LIST type="UNORDEREDLIST">
    <bi:ITEM_REF index="2" value="TEXT_ITEM_1">
    </bi:ITEM_REF>
    <bi:ITEM_REF index="3" value="TEXT_ITEM_2">
    </bi:ITEM_REF>
    <bi:ITEM_REF index="4" value="TEXT_ITEM_3">
    </bi:ITEM_REF>
  </bi:ITEM_REF_LIST>
  <bi:REPEAT_HEADER value="">
  </bi:REPEAT_HEADER>
  <bi:SHOW_EXPORT_DIALOG value="X">
  </bi:SHOW_EXPORT_DIALOG>
  <bi:REPEAT_KEYCOL value="">
  </bi:REPEAT_KEYCOL>
</bi:EXPORT>
- Now the Issue is i cannot see these web items in my PDF document when i export the query as PDF...??? the PDF-document is empty...??
*- and Any Idea how can i add an Image-object (Logo) to the PDF document too..??*
Many Thanks again,
Nazih
Edited by: Nazih Kayyali on Nov 20, 2008 4:17 AM

Similar Messages

  • How to restrict pdf printing on a condition

    Hello,
    We generate the pdf and distribute it to the user immediately. I've a business requirement to allow the user to print the pdf a maximum of 3 times. I was able to add the javascript to the pdf to make a webservice call that would keep a track of prints(by getting the pdf blessed by the livecycle readerextensions). Now, I've two questions :
    1.How can I disable printing on the pdf document when max number of reprints is reached?
    2.The pdf throws security warning when it makes the webservice call. Is there anyway to supress it?
    Thanks in advance for the responses.
    Feroz.

    Thanks Neerava. I tried compiling the project in the link you provided and I'm getting the following error:
    build-project:
         [copy] Copying 1 file to C:\ExternalAuthorization 2\output
         [echo] ExternalAuthorization: C:\ExternalAuthorization 2\build.xml
        [javac] C:\ExternalAuthorization 2\build.xml:46: warning: 'includeantruntime' was not set, defaulting to build.syscl
    asspath=last; set to false for repeatable builds
        [javac] Compiling 2 source files to C:\ExternalAuthorization 2\output
        [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\BootstrapImpl.java:3: error: package
    com.adobe.idp.dsc.component does not exist
        [javac] import com.adobe.idp.dsc.component.Bootstrap;
        [javac]                                   ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\BootstrapImpl.java:4: error: package
    com.adobe.idp.dsc.component does not exist
        [javac] import com.adobe.idp.dsc.component.BootstrapContext;
        [javac]                                   ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\BootstrapImpl.java:6: error: cannot
    find symbol
        [javac] public class BootstrapImpl implements Bootstrap {
        [javac]                                       ^
        [javac]   symbol: class Bootstrap
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\BootstrapImpl.java:8: error: cannot
    find symbol
        [javac]     private BootstrapContext m_ctx;
        [javac]             ^
        [javac]   symbol:   class BootstrapContext
        [javac]   location: class BootstrapImpl
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\BootstrapImpl.java:10: error: cannot
    find symbol
        [javac]     public void setBootstrapContext(BootstrapContext aCtx) {
        [javac]                                     ^
        [javac]   symbol:   class BootstrapContext
        [javac]   location: class BootstrapImpl
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:3: error:
    package com.adobe.edc.server.spi.authorization does not exist
        [javac] import com.adobe.edc.server.spi.authorization.*;
        [javac] ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:4: error:
    package com.adobe.idp does not exist
        [javac] import com.adobe.idp.Context;
        [javac]                     ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:5: error:
    package com.adobe.idp.dsc.clientsdk does not exist
        [javac] import com.adobe.idp.dsc.clientsdk.ServiceClientFactory;
        [javac]                                   ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:6: error:
    package com.adobe.livecycle.rightsmanagement.client does not exist
        [javac] import com.adobe.livecycle.rightsmanagement.client.RightsManagementClient;
        [javac]                                                   ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:7: error:
    package com.adobe.livecycle.rightsmanagement.client does not exist
        [javac] import com.adobe.livecycle.rightsmanagement.client.EventManager;
        [javac]                                                   ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:8: error:
    package com.adobe.livecycle.rightsmanagement.client.infomodel does not exist
        [javac] import com.adobe.livecycle.rightsmanagement.client.infomodel.Event;
        [javac]                                                             ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:9: error:
    package com.adobe.livecycle.rightsmanagement.client.infomodel does not exist
        [javac] import com.adobe.livecycle.rightsmanagement.client.infomodel.EventSearchFilter;
        [javac]                                                             ^
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:19: error
    : cannot find symbol
        [javac] public class PrintServiceSPISample implements ExternalAuthorizer
        [javac]                                               ^
        [javac]   symbol: class ExternalAuthorizer
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:21: error
    : cannot find symbol
        [javac]     private EventManager           _evt_manager = null;
        [javac]             ^
        [javac]   symbol:   class EventManager
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:22: error
    : cannot find symbol
        [javac]     private ServiceClientFactory   _sc_factory  = null;
        [javac]             ^
        [javac]   symbol:   class ServiceClientFactory
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:23: error
    : cannot find symbol
        [javac]     private RightsManagementClient _rm_client   = null;
        [javac]             ^
        [javac]   symbol:   class RightsManagementClient
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:25: error
    : cannot find symbol
        [javac]     public ExternalAuthPropertyDTO[] getProviderProperties()
        [javac]            ^
        [javac]   symbol:   class ExternalAuthPropertyDTO
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:30: error
    : cannot find symbol
        [javac]     public ExternalAuthResultDTO evaluate( ExternalAuthDTO auth_info )
        [javac]                                            ^
        [javac]   symbol:   class ExternalAuthDTO
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:30: error
    : cannot find symbol
        [javac]     public ExternalAuthResultDTO evaluate( ExternalAuthDTO auth_info )
        [javac]            ^
        [javac]   symbol:   class ExternalAuthResultDTO
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:27: error
    : cannot find symbol
        [javac]     return new ExternalAuthPropertyDTO[0];
        [javac]                ^
        [javac]   symbol:   class ExternalAuthPropertyDTO
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:32: error
    : cannot find symbol
        [javac]     ExternalAuthResultDTO ret_val = new ExternalAuthResultDTO();
        [javac]     ^
        [javac]   symbol:   class ExternalAuthResultDTO
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:32: error
    : cannot find symbol
        [javac]     ExternalAuthResultDTO ret_val = new ExternalAuthResultDTO();
        [javac]                                         ^
        [javac]   symbol:   class ExternalAuthResultDTO
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:54: error
    : cannot find symbol
        [javac]         Context context = (Context)auth_info.getContext();
        [javac]         ^
        [javac]   symbol:   class Context
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:54: error
    : cannot find symbol
        [javac]         Context context = (Context)auth_info.getContext();
        [javac]                            ^
        [javac]   symbol:   class Context
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:102: erro
    r: cannot find symbol
        [javac]         EventSearchFilter print_search = new EventSearchFilter();
        [javac]         ^
        [javac]   symbol:   class EventSearchFilter
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:102: erro
    r: cannot find symbol
        [javac]         EventSearchFilter print_search = new EventSearchFilter();
        [javac]                                              ^
        [javac]   symbol:   class EventSearchFilter
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:118: erro
    r: cannot find symbol
        [javac]         Event[] out_events = _evt_manager.searchForEvents( print_search, 10 );
        [javac]         ^
        [javac]   symbol:   class Event
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:148: erro
    r: cannot find symbol
        [javac]         _sc_factory  = ServiceClientFactory.createInstance();
        [javac]                        ^
        [javac]   symbol:   variable ServiceClientFactory
        [javac]   location: class PrintServiceSPISample
        [javac] C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java:149: erro
    r: cannot find symbol
        [javac]         _rm_client   = new RightsManagementClient( _sc_factory );
        [javac]                            ^
        [javac]   symbol:   class RightsManagementClient
        [javac]   location: class PrintServiceSPISample
        [javac] Note: C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java use
    s or overrides a deprecated API.
        [javac] Note: Recompile with -Xlint:deprecation for details.
        [javac] Note: C:\ExternalAuthorization 2\com\adobe\livecycle\samples\rightsmanagement\PrintServiceSPISample.java use
    s unchecked or unsafe operations.
        [javac] Note: Recompile with -Xlint:unchecked for details.
        [javac] 29 errors
        [javac] 1 warning
    BUILD FAILED

  • How to reinstall PDF Printer in Print & Scan window on OSX 10.8.2

    Hello,
    I was having issues where PDF's were not saving when I was printing them, so I thought that if I deleted the PDF printer from my list of printers and reinstalled it, my problem would be solved.  Now I can't figure out how to reinstall (add) the PDF printer back into this window.  I have uninstalled and reinstalled Acrobat, and I have been searching the web for about an hour.
    I am running OSX 10.8.2
    I have Adobe Creative Cloud installed
    I am on an iMac 3.4 Ghz Intel Core i7
    32 GB of RAM
    Thanks for any help you have.
    J

    Moving this discussion to the Creating, Editing, & Exporting PDFs forum.

  • How to show a WAD template in Portal

    Hi ALL
    How can i show a WAD report (WAD template) in Portal. what are the steps need to followed.
    Like for Bex Application Iview we create it by using a Query String(combination of infocube name and Query name), like wise what should be done from Portal end to get a WAD template in to portal as Iview.
    Regards
    Vijay kumar

    Hi,
    Regarding your issue your template is not active.
    In the first place you need to check if the template is activated in the backend BW system. 
    After activated and launch it from the backend system. Once the BW template is
    active, kindly launch the template from the backend system, please try
    to launch the template in browser version as we can determine the URL
    being launched. If you're able to succesfully launch the template from
    the backend and still you're encountering an error while testing it from
    the iview. Then it should be a problem with the system object configured
    for the iview. There is a need to check if the system alias SAP_BW is
    properly configured to the destination BI content system.
    Please refer the note:
    1048857 - Activating the default Web templates
      In RS_TEMPLATE_MAINTAIN_70 you can choose the version of the
      template to be displayed ("A" per default).
      Please compare and attach the A- and D-version of 0ANALYSIS_PATTERN.
      If the activation from business content was successful, the versions
      are equal. I assume, that they are not equal.
      If they are different it means that the activation was not successful.
      Another indicator would be, that the activation only takes one or two
      seconds. Normally it takes several seconds (up to a few minutes).
      As mentioned in note 1048857 it might happen that the checkboxes, to
      mark the objects for activation, are not checked and therefore nothing
      is activated. For this case note 1070452 is mentioned, which is
      available  in english since today: If the checkboxes are not checked
      and you are unable to do that manually, please use the context menu
      on the object on top to select all objects below. The activate the
      objects again (  > how long does it take, A- and D- version are the
      same afterwards ?)
    It should resolved your issue.
    Thanks,
    Venkat

  • How to install PDF printer to Adobe Reader?

    I've created a form that will be sent to my colleagues to fill out. Once they fill it out, they will need to save the form as a read-only pdf and send it to our clients.
    I understand, after reading a lots of threads in this forum, the best way would be to have my colleagues to open the form(s) in Acrobat and then print to a PDF. This will allow them to create a static copy of the form, which will not have any fields or access to change the data. My question is if this is possible for them as they have Adobe Reader 8, 9 & X? If yes, how do they install the PDF printer?
    /Sally

    Ok....any other suggestions how I can make this work? I need to create the form as an open document for my colleagues to fill it in with information then send it as a read-only pdf to our clients......

  • How to Enable PDF Printing

    Hi Gurus,
    I am doing R12 upgrade and part of its finishing upgrade tasks, I need to "Enable PDF printing".
    What all are the steps to enable PDF printing.
    Please advice.
    Thanks
    Sony

    I am doing R12 upgrade and part of its finishing upgrade tasks, I need to "Enable PDF printing".
    What all are the steps to enable PDF printing.How To Print Concurrent Requests in PDF Format [ID 333504.1]
    How to Print PDF/UTF8 in R12? [ID 778970.1]
    R12.0.6+ : Oracle Application Object Library Pasta Printing Health Check Test [ID 732270.1]
    http://forums.oracle.com/forums/search.jspa?threadID=&q=PDF+AND+Printing+ANd+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • How to get PDF Printing working with APEX packed with 11g

    Hi ,
    Recently i installed 11g db on one of my systems (Windows XP) ,as it comes with APEX i thought to move my apex app(which were in 10g) to the same .........when i moved my apps , i got everything working but PDF PRINTING .
    I have configured Report Printing :
    Print server: Advanced
    Print server Protocol: HTTP
    Print server Host Address: localhost
    Print Server Port: 9704
    Print server script :/xmlpserver/convert
    Your help is appreciated.
    Thanks ,
    Ribhi

    Hi Jes,
    Thank you for your reply. BI Publisher is runing on the same server where Database 11g with APEX installed. I loged in to the database as SYS DBA and copied and paste Oracle script below to enable Network services. The script run successfully, still cant print. Pls Help me to solve this problem.
    Regards,
    Ribhi
    DECLARE
    ACL_PATH VARCHAR2(4000);
    ACL_ID RAW(16);
    BEGIN
    -- Look for the ACL currently assigned to '*' and give FLOWS_030100
    -- the "connect" privilege if FLOWS_030100 does not have the privilege yet.
    SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS
    WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
    -- Before checking the privilege, make sure that the ACL is valid
    -- (for example, does not contain stale references to dropped users).
    -- If it does, the following exception will be raised:
    -- ORA-44416: Invalid ACL: Unresolved principal 'FLOWS_030100'
    -- ORA-06512: at "XDB.DBMS_XDBZ", line ...
    SELECT SYS_OP_R2O(extractValue(P.RES, '/Resource/XMLRef')) INTO ACL_ID
    FROM XDB.XDB$ACL A, PATH_VIEW P
    WHERE extractValue(P.RES, '/Resource/XMLRef') = REF(A) AND
    EQUALS_PATH(P.RES, ACL_PATH) = 1;
    DBMS_XDBZ.ValidateACL(ACL_ID);
    IF DBMS_NETWORK_ACL_ADMIN.CHECK_PRIVILEGE(ACL_PATH, 'FLOWS_030100',
    'connect') IS NULL THEN
    DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(ACL_PATH,
    'FLOWS_030100', TRUE, 'connect');
    END IF;
    EXCEPTION
    -- When no ACL has been assigned to '*'.
    WHEN NO_DATA_FOUND THEN
    DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('power_users.xml',
    'ACL that lets power users to connect to everywhere',
    'FLOWS_030100', TRUE, 'connect');
    DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('power_users.xml','*');
    END;
    COMMIT;
    Edited by: Ribhi on Nov 13, 2008 1:18 PM

  • How do install pdf printer?

    I cannot follow the instructions to install a pdf printer because there is no printer download setup feature available on the adobe.com web site.

    Hi belliotriehm,
    Are you on Mac OS or Windows? The Adobe PDF Desktop Printer is only available on Windows.
    If you are on Windows, you can find the link to download by logging on the https://cloud.acrobat.com, and clicking the Create PDF link.
    Please let us know if you need further assistance.
    Best,
    Sara

  • How to generate PDF from template via REST query

    Hello. I'm newbie in Adobe LiveCycle, will appreciate any help.
    What we need: generate PDF from template, using different data.
    What we have: LiveCycle Designer and server with deployed Adobe LiveCycle ES 2.5 image.
    Looks like server works and listen 8080.
    In Livecycle Designer I can generate XML (XDP) from PDF, so I can change this XML in PHP/Python/Go script to fill template with data.
    I'm looking for some REST method, where I can give that XML (XDP) and recieve generated PDF in response.
    I've spent whole to for googling all these things, found a lot of docs, but all is very complicated there. Also, examples from just doesn't work - maybe I have to do something on server before calling REST API method.
    Please, push me into right direction

    Your best bet is to probably create an orchestration (or "process" in Adobe speak) that accepts two document parameters, calls LiveCycle Forms (or Output depending on whether you want to interactive or non-interactive PDF), and returns the resulting document variable.
    The orchestration will return a redirect that will point you to the document object.
    See Invoking LiveCycle using REST Requests, and Creating Your First LiveCycle ES4 Application.
    Rob

  • How to create PDF Merging Template with Buttons & javascript?

    I am trying to create a PDF template that has buttons that request a file or email be inserted as you progress through the document.
    There will be a drop down menu that has options for different types of "customers", each type of customer will show a different set of buttons.
    Each button, once clicked will prompt for a PDF document to be inserted. Each button will be labeled what it requests. For example, "Receipt", "Title", "Insurance Policy" etc. The documents will need to be merged in the order they were received via the buttons.
    In the end, after all the buttons have requested the specific file, it will merge the selected files into one PDF document.
    Does anyone have some insight or ideas on how to get started on this? I am sure Java script will be involved.
    Thank you! Your help is appreciated!

    Hi Travis ,
    You are absolutely correct ,to get more accuracy ,you will certainly have to use java script to get this task done.
    However if you want to add buttons ,you can do it from Acrobat.
    Tools>Interactive Objects>Add Button
    Please check the button properties if it reduces your work to any extent .Go through all the options and see how it goes.
    Regards
    Sukrit Dhingra

  • How to modify & use Printer Defination files for Character Mode Report

    How can use & modify printer defination files for changing formats & orientation in character mode report. I donot know how to use printer defination files I tried to set the system parameter (Desformat) but it doesn't work.

    I m also faced same problem that u face,
    If u want to make character mode report so plz follow these instructions:
    1. Set the properties of Report Name Node in Character Cell is Yes.
    2. Change the mode of the System Parameter Mode is Character.
    3. Goto the Layout---> Main Section Properties and set the Character Report Width and Height like 132 and 66
    4. Create Formula Column and write this code "RETURN(CHR(14));"
    5. Goto Layout Model and map this formula column into Header of the Body Like If ur Company Name is "ABC COMPANY" attached with field and map Formula Column.
    5. Goto Printer Definition File DFLT.prt open in NotePad and set width and hieght that u set in Main Section of Report.
    6. At Last u Run the Report with Some System Parameter or User Parameter and View as Character Mode Report.
    In My Case I used EPSON LQ2180 Printer
    So, U Ask More Qustion and u have more knowledge About character mode report Plz Mail me at this address.
    Shahid Shafi
    [email protected]

  • How to format pdf -  printer frielndly - dashboard

    Hello,
    I created dashboard with tree section. Every section has two request/report with arrange horizontal. I print this dashboard to pdf. Now I have section 1 , section 2 and part of section 3( header ) in first page. In secent page I have resto of section 3. I want two sections per page. How to set that section 3 must begin from new page.
    Regards,
    Luko
    update
    Ok I found Height in section.
    Edited by: Luko on 2009-12-29 16:13

    Apparently AA8 will work on Win7, though Adobe does not support it. They only support AA9 on Win7. The printer should be installed as part of the Acrobat installation. You do not add the printer in the sense that you suggest. Does Acrobat itself open? You probably need to do a repair to the Acrobat installation. Updates may also help if you are only running AA8.0. The updates can be downloaded from Adobe.com>downloads>updates. Be sure to install the updates in order.

  • PA-How to modify Web ADI template ?

    Hi All,
    can i change the columns position in web adi template (for eg: the column order should be Description, Name instead of Name, description) and also need to modify the column heading for eg: Supplier instead of Vendor name)
    does it possible? Please help
    Thanks,

    I would advise you to make a copy of the webadi layout and modify it and then use the copy of the layout with the original untouched.
    Hope this helps!
    Sathish Raju
    www.projectsaccounting.com

  • How to get pdf printer back?

    Just downloaded acrobat XI pro Windows, but pdf driver can't be found in the printer folder.  Do I need to re- download acrobat XI pro?

    If you did download AA XI, do you still have that on your system. If so, then archive it to a CD or backup drive. If you no longer have it, you may want to download it again and archive it for the future. It gets a bit old trying to help folks who do not archive and then need to get it again because of a HD crash or such.

  • How to install PDF Portfolio Templates?

    Can anyone provide me additional steps?....I unzipped the downloaded file & opened XI but do not know what to do after this????.....Thanks for your help!

    It depends on the OS you are working. Navigator files (Portfolio templates) usually go in the following locations:
    Windows
    C:\Program Files\Adobe\Acrobat 11.0\Acrobat\Navigators
    Mac
    /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro/Contents/Resources/Navs/

Maybe you are looking for

  • Incredibly Frustrated

    A couple of weeks ago I was running out of room on my main hard drive. The biggest folder was iTunes with over 80gigs of space being taken up. I have a removable hard drive so I decided to move my music to that. Ever since then there have been proble

  • Leopard install says it will take 24+ hours... how can I speed things up?

    I encountered some issues with my previous installation of Leopard, so I decided to format, and re-install it. I start the installation using "Erase and Install" and after the disk verifies, I start the installation. Only problem is, the installation

  • Creating Dblink

    Dear Experts, I am using given bellow Query to create remote Dblink create public database link TEST connect to home identified by <pwd> using 'dbhome.WORLD'; when i try to retrieve rows from a table exist in home user thats giving me error ORA-12154

  • Where can i find javax.servlet.http.httpServletRequest in weblogic jars

    Hi, i'm migrating from weblogic 8 to weblogic 10.3. in my java codes, i use import javax.servlet.http.httpServletRequest. Previously this package can in found in weblogic.jar in weblogic 8. However weblogic.jar for 10.3 does not have this package. Wh

  • Changing midi names

    i recently downloaded hundreds of midis, many of them had names that didin't have relevance to the song or artist. So- i changed names on the files. When i dumped tham all into iTunes, many of these names were ignored by iTunes. So- i changed them in