Layout Modifications in HTMLDB Page

Hi,
I have a couple of queries.
1. How can i remove the
( Edit Application | Edit Page 6 | Create | Session | Debug | Hide Edit Links | Show Edit Links ) which appears at the bottom region of a page. I am using the 'printer friently' as the page template.
2. How can we export xml reports if more than one report region (with report template as export: xml) exist?
Thanks in advance

Do you have a solution?
I tried the undocoumented (why?) package wksys.wk_qry-package to get the results of an Ultra Search Query. It works when I start the procedure in the Ultra-Search schema. When I try it from a different schema (DBA), it does not work.

Similar Messages

  • How to change the default Layout Of the Error Page (to hide Home link)?

    How to change the default Layout Of the Error Page (to hide Home link)?
    If a user want to view some page that he/she don't have access to view it, a error page with this message will be displayed.
    "You do not have permission to perform this operation. (WWC-44131)"
    The error page, have in the Upper right page, Home link and Help link.
    My question is, How to Hide HOME link and HELP link in the Page?
    I try to find the template of the page, but failed to do that.
    Can anybody help?..it urgent.
    Thanks.

    Modifying the error page is not supported in the current release of Portal (9.0.2). You will be able to do this in the upcoming 9.0.2.6 release, planned for the end of May.
    Regards,
    Jerry
    PortalPM

  • Can i set the content of input text in a form layout in the uix page center

    Hi
    i have a simple question, how can i set the content of an input text in a form layout in the .uix page center?
    i saw in the page properties but i didn't found.
    thank you for your help.
    Edited by: Islem on 19 déc. 2008 00:22

    Sirrick,
    If I understand your question correctly, you want to programmatically set how many array elements (clusters) to show. You can do this with the Array properties: Number of Rows and Number of Columns. Please see the attached VI.
    Zvezdana S.
    National Instruments
    Attachments:
    Array_Elements.vi ‏20 KB

  • Htmldb page with 'File Browse' hang on submit change

    I have a htmldb page with 'File Browse' item. With File Browse empty, on pressing submit button with which has 'SQL UPDATE' action and returning to same page branch, the page hangs.
    It also happen on File Import page of htmldb application itself with File Browse.
    Anyone have the same problem or know why?

    I'm working with Sashisu on our problem and I wanted to give a few more details on what we've found.
    -We're using HTMLDB 1.6
    -The problem occurs only on pages with a file upload page item.
    -When clicking a link on one of the problem pages the browser will stick on retrieving the page for 1-2 minutes, then ultimately it will end in a page cannot be displayed error.
    -Sometimes the page will not hang and go directly to the page cannot be displayed error.
    -After encountering the error, clicking back to return to the page and then retrying the link will successfully load (and upload the file) the next page.
    -The problem only happens in IE 6.0. The submits work fine in FireFox.
    -Our development servers do not have this problem using the same HTMLDB code. The configuration between the servers on Development and Production is similar but not exact (we're working on finding the delta).
    -We did not have this problem on production until a recent code update.
    Thanks in advance,
    -John

  • What is the best way to create the layout for a single page website in Adobe Muse?

    I was wondering the best way to create the layout for a single page website in Adobe Muse. Does anyone have any suggestions?

    I know how to create a website but will that help me create a single page website? Below I will leave a demo of what I want. I want it to only have one page but multiple sections. What is the easiest way to create a single page website like the demo below?
    Demo Website

  • Development problem  about layout of default framework page

    Hello experts,
    I want to do some development for layout of default framework page.
    The layout of default framework page named "framework page layout".
    But I can't find the JSP file of "framework page layout".
    I download and unzip the "com.sap.portal.layouts.default.par.bak" and "com.sap.portal.layouts.framework.par.bak", but both of them not contain the JSP file of "framework page layout".
    Could you please tell me where to get the par or  JSP file of "framework page layout"?
    Best Rrgards,
    Jianguo Chen

    Hi Johan,
    You are right !
    Do you have modified the framework.jsp ? e.g:  set the width to 800 .
    <lyt:template>
    <%
    pageRunMode = epPageVariables.getRunMode();
    if(pageRunMode == RunMode.RUN_TIME){
    %>
        <script>
            document.body.style.margin=0;
            document.body.scroll = "no";
        </script>
    <%}%>
        <hbj:content id="myContext" >
            <hbj:page title="Portal Page">
            <hbj:gridLayout   id="GridLayout1"  width="800" cellSpacing="0">    
                <lyt:container id="frameworkColumn" />
            </hbj:gridLayout>
            </hbj:page>
        </hbj:content>
    </lyt:template>
    Is this code right to change the with of frameworkpage to 800 pixels ?
    Expect your responding
    Best Regards,
    Jianguo Chen

  • Using a page layout as the first page of a chapter/section- not possible?

    I have created about 20 or so different page layouts using the right-hand 'layout' menu, all was fine until i wanted to use one of these pages at the begining of a section - it wouldn't work. I can only select 'section' layouts, which I have only made a few of. Does this mean in order to have all my choices as the first page of a section/chapter I have to recreate all the page layouts as section/chpter layouts? is this even possible (as I tried to create a 'flow' text box on a chpter page and couldn't do it.)  Also, why do section and chapter layouts consist of two pages?

    The line spacing isn't exact by default. I presume you use Pages 08 or 09. In the Inspector > T tab > Line < Click on the small arrows to the right and choose Exactly

  • Different layouts with single master page

    hi all,
    I have a created an adobe form which has 2 different layout.
    The First page has some contents which need not be printed on the second page.
    the table is printed in between this two static content which does not to be printed on the next page.
    can anyone suggest how do i go about in this, Since I am new to adobe forms.
    thanks,
    Rohit

    Hello together,
    I solved this by myself:
    - All stripes were put in a wrapping subform STRIPECODE on the masterpage-area (outside content area)
    - the lines to be switched on/of have their own wrapping subforms each
    - the event STRIPECODE: layout:ready was scripted, since we need page-info here
      there are as much instances of STRIPECODE as we will have odd pages, we get the Number of the page one
      instance of STRIPECODE is on via xfa.layout.page(this);  this is the scriptes STRIPECODE-Instance
    - the subform-children of STRIPECODE , i.e. STRIPECODE.CODE1 ...STRIPECODE.CODE14 are set to visible/unvisible:
      STRIPECODE.CODE1.presence = "invisible"; NOTE: You cannot set the lines directly, only the wrapping subforms. Thats why we need them
    If this is helpfull for anyone, please try to answer my 2 outstanding questions
    Regards C

  • Print multiples of the same image on one paper. I tried to change the layout to 9 per page, but it's only showing up and printing one per page, though it is the size i would like. But only one image is showing up as opposed to 9

    I'm trying to print multiples of the same image on one paper. I tried to change the layout to 9 per page, but it's only showing up and printing one per page, though it is the size i would like. But only one image is showing up as opposed to 9. HELP!!Version 7.0 (826.4)
    I'm using Preview Version 7

    Hello @kgingeri1, 
    Welcome to the HP forums.
    If you have sent a test print via ePrint, and experience this issue, i would call the Cloud Services department.
    If ePrint works fine, it is definitely a Google Cloud Print issue.
    Also, when you print from your android device, are you using Google Cloud print or the HP ePrint app?
    Please call our Cloud Services at 855-785-2777.
    If you live outside the US/Canada Region, please click the link below to get the support number for your region. http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    Hours:
    Mon-Fri. 8am - 11pm, Sat. 9am-8pm - EST
    Mon-Fri. 7am - 10pm, Sat. 8am-7pm - CST
    Mon-Fri. 6am - 9pm, Sat. 7am-6pm - MST
    Mon-Fri. 5am - 8pm, Sat. 6am-5pm - PST
    Aardvark1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!

  • Using frames in HtmlDB page

    hi all
    can you please help me with how to use frames in an htmldb page with a tabset .
    i have a page in one tabset application i want to divide the page into frame and run a url in one of these frames
    thanks

    The performance of your pages are dependent on many factors. Just adding a tab should not have an impact on performance.
    Regards,
    Jerry
    PortalPM

  • Use a Custom Page Layout When Creating [[new pages]] in Enterprise Wiki

    I have followed a few different blogs and I've been able to create a custom wiki content type and create a new page layout based off of that content type. I've also set my site so that my new layout is the default page layout. This works when creating
    new pages on the site but when i try to create a new wiki page --> [[new page]], I'm still getting the typical blank wiki template. How on earth do i get my page layout to sync with creating a new wiki page?

    Hi,
    For your issue, go to Site Actions > Site Settings > Page layouts and site templates (Under Look and Feel).
    Pages in this site can only use the following layouts: add custom wiki template.
    Select default page layout: choose custom wiki template.
    Besides, here is a blog, you can use as a reference:
    http://blog.henryong.com/2010/06/08/how-to-create-custom-sharepoint-2010-page-layouts-using-sharepoint-designer-2010/
    Best Regards,
    Lisa Chen

  • HTTP 404 error occurs randomly when navigating to HTMLDB pages

    Oracle support have asked me to raise this issue here (ref TAR 4248522.999).
    Environment:
    Windows 2003 server
    Oracle DB version 10.1.0.2.0
    Oracle HTMLDB v 1.6.0.00.87
    Problem:
    When navigating to an HTMLDB page using a list item, an HTTP 404 error occurs randomly. There is no error in the database alert log BUT the following error is reported in the Apache log file which is recorded whenever the HTTP 404 error occurs:
    [Thu Jan 20 09:58:48 2005] [error] [client 10.25.22.163] [ecid: 1106215128:10.25.22.53:3576:3352:23759,0] mod_plsql: /pls/htmldb/f HTTP-404 ORA-00001: unique constraint (FLOWS_010600.WWV_FLOW_DATA_IDX1) violated
    ORA-06512: at "FLOWS_010600.WWV_FLOW_DISP_PAGE_PLUGS", line 180
    ORA-06512: at "FLOWS_010600.WWV_FLOW_DISP_PAGE_PLUGS", line 1298
    ORA-06512: at "FLOWS_010600.WWV_FLOW_DISP_PAGE_PLUGS", line 345
    ORA-06512: at "FLOWS_010600.WWV_FLOW", line 8779
    ORA-06512: at "FLOWS_010600.F", line 218
    ORA-06512: at line 10
    A list item is being used for navigation. It has been setup with a target type of 'Page in this Application' and a Page number of a page in the application. The checkbox 'reset pagination for this page' has been
    checked. The problem occurs when launching the application directly in a new browser or
    when running the application using the Application Builder's run application.
    The error occurs intermittently.

    I'm from support , The customer has open an SR
    TAR:4248522.999 to this issue.
    He updated the SR with following.
    I have not been able to re-produce this problem with the sample application.

  • Add grid rows in panel grid layout in adf UI page

    I'm using panel grid layout in adf UI page. I need to add a dynamic grid row in panelGridLayout. Or in simple way programatically I need to add grid rows in panel grid layout in adf UI page.Timo Hahn Frank Nimphius Shay Shmeltzer-Oracle

    Hi Shay,
    It is a dynamic grid.
    there can be one dropdown, two dropdown.... n dropdown.
    Please tell me if there is any specific method to add children.

  • Can you change the layout of the overview page?

    Is there anyway to change the contents or the layout of the overview page? I would like the wiki section to be longer.

    The teamcollab page is not modifiable unfortunately - we have complained about it and raised ERs but no solution is available as yet.

  • How to remove all pages from layout? (except Master Page)

    Geetings Experts:
    I'm implementing additional security measures into my 'initialze' event, where I'll check some global variables and render the file unreadable if needed.
    Which object and properties do I access to remove all my pages from the form?
    I would like to createa a function that removes all the sub pages, leavning only the Matster Page, enable a label in the MasterPage and save itself.
    I searched for xfa.layout and Page[n].remove() methods but cannot find any reference to these.
    .presence = "hidden", fulfills my purpose but the pages remian visible and I need for a clean solution no pages are visible.
    I'm advanced in C# but a novice in LC JavaScript, so any comment, reference or code snipet will be greatly appreciated
    Thank you for your time,
    Ivan A. Loreto – Computer Education Technician
    LOMA LINDA UNIVERSITY | School of Allied Health Professions - Department of Physical Therapy
    [PDF Development Platform]
    Windows XP SP3
    Acrobat Pro 9
    LifeCycle Designer ES 8.2

    Hi Ivan,
    The particular syntax of Javascript in LC Designer is different from that used in Acrobat and different (as I understand it) from core javascript and other applications. There are several free guides on the Adobe web site which cover Acrobat and LC:
    http://www.adobe.com/go/learn_lc_scriptingBasics
    http://www.adobe.com/go/learn_lc_scriptingReference
    http://www.adobe.com/go/learn_lc_formCalc
    http://www.adobe.com/devnet/livecycle/articles/Adobe_XML_Form_Object_Model_Refer ence.pdf
    http://www.adobe.com/devnet/acrobat/pdfs/lc_migrating_acrobat_xmlform.pdf
    And a very handy resource (it goes back to version 6, but is still applicable):http://partners.adobe.com/public/developer/en/tips/CalcScripts.pdf
    JP Terry's book on LC Forms is very good and we use www.pdfscripting (which is a subscription service). If you are going to be doing a lot of LC Designer work, these may be of help.
    I am not a coder, so I going to try and work through your script. Bear with me if you already have this sorted...
    The script looks ok and you are using the resolveNode method correctly. Seeing topmostSubform in the resolveNode indicates that you imported an existing document into LC. This is fine, but sometimes it restricts some of the functionality.
    For starters I think that mPg is returning null. You can use the following in your script to see what is happening (debugging) and then comment it out:
    console.println("mpg: " + mPg);
    Then when previewing hit control+J to bring up the javascript console, then will show the value of mPg when that script executes.
    Try deleting the SOM up to #pageSet:
    var mPg = xfa.resolveNode("#pageSet.MasterPage1");
    The javascript console will show you when the script is working.
    In relation to the loop, I would advise a few changes:
    for (var i=1; i <= xfa.layout.pageCount(); i++)
         var vPage = ("xfa.form.topmostSubform.Page" + i).toString();
         //console.println("vPage: " + vPage);
         var curPage = xfa.resolveNode(vPage);
         curPage.presence = "hidden"; 
    }//next page
    There are a few things here:
    I would declare i as a variable, not an integer (not sure if it makes a difference);
    I would use pageCount rather than numPages and then <=;
    There was an extra ; at the end of the loop declaration;
    I would break the script into steps and get the full SOM of the page as a variable first and then resolveNode that variable;
    You don't need to go to the current page;
    I tend to name master pages with a capital "P" and pages with a small "p". Personal preference, but it can make tracking script easier.
    Have a crack off that and hopefully you can get it to work,
    Niall
    ps another tip, if you want to reference an object in script. First click on the object you want to script for and then scroll (or click on the master page) for the object you want to reference. Click inside the script editor and then when you move the mouse back into the form, press and hold Control, this will turn the mouse into a "V". When you click on the object you want to reference it will insert the SOM into the script. If it needs the resolveNode it will automatically put that in for you. Holding Shift and Control will insert a fully resolved node.

Maybe you are looking for

  • Multiple Tablet Z questions

    Got my Tablet Z on Saturday to replace a Toshiba Excite 10. Biggest reason for the Xperia Tablet Z was weight (finally Sony does a tablet Sony Style...) Biggest concern with the Xperia Tablet Z is heavily skinned Android and an expectation/fear that

  • Is there a quick way to delete all songs on my iPhone 4, running 5.0.1?

    The last time i synced my iPhone on iTunes i must have chosen the wrong option to put 2 new songs onto my Playlist (on iTunes) and then i chose Autofill. What happened was all/most of my songs duplicated. i did accidentally chose to the duplication o

  • Regarding Purchase Order Smartform

    hi all,      Can you send the logic for Calculating Taxes(Local Tax and Central Tax) for Purchase Order . Regards Rami Reddy

  • Partitions, installing , raw- no_fs and "Bad primary partition"

    I have been using Archlinux with kde-mod, installed with the Chakra live-cds for some time on a couple of different machines. You may be aware Chakra has now moved away from archlinux to roll it's own distro so this is my first attempt to install "Th

  • Information on APO or 3'rd Party Planning Software

    Dear Experts, We are into discrete manufacturing with MTO scenario & want to map the planning process in SAP PP. As we experienced in standard SAP PP has the ability to run MRP and perform unconstrained planning. Capacity Leveling is also very diffic