Project Name and Web Page Header

RH7 / WebHelp Pro
I have a project named
Price Management Procedures; my opening splash screen says
the same thing. However, the web page header says
Policies and Procedures. I can't find the document or
setting that is giving me that header name, and I want to change it
to
Price Management Procedures.

I can't speak for WebHelp Pro specifically, but there are a
couple of places that you can specify the title in the browser
title bar. One is in File > Project Settings, where you enter
the project title. If that field doesn't already say "Price
Management Procedures," change it and generate your output to see
if that fixes the problem.
If you're using context-sensitive help, the problem may be
somewhere else, but we'll get to that if the above doesn't work.
Post back and let us know.
Hope this helps,
Ben

Similar Messages

  • 6.1 NPD - Project Name and Status not showing in the Project Header

    I have this issue in 6.1 NPD - The NPD Project Name and Status is not showing in the Project header when opening a project. Any ideas? Thank you.

    Is this happening for NPD Projects that are newly created, prior to clicking Save? Or for already existing NPD projects?

  • Add Project Name and description to the Projects Notification Layout in OTL

    Hi,
    I want to add the Project name and description to the OTL Projects Notification Layout. I have tried the following code to change the ldt file.
    BEGIN HXC_LAYOUT_COMPONENTS "Projects Notification Layout - Project Name"
    OWNER = "ORACLE"
    COMPONENT_VALUE = "PROJECTNAME"
    REGION_CODE = "CUS_PROJECT_PROMPT"
    REGION_CODE_APP_SHORT_NAME = "HXC"
    ATTRIBUTE_CODE = "HXC_CUI_PROJECT_NAME"
    ATTRIBUTE_CODE_APP_SHORT_NAME = "HXC"
    SEQUENCE = "181"
    COMPONENT_DEFINITION = "LOV"
    RENDER_TYPE = "WEB"
    PARENT_COMPONENT =
    "Projects Notification Layout - Day building blocks - matrix layout"
    LAST_UPDATE_DATE = "2004/05/24"
    BEGIN HXC_LAYOUT_COMP_QUALIFIERS "Projects Notification Layout - Project Name"
    OWNER = "ORACLE"
    QUALIFIER_ATTRIBUTE_CATEGORY = "LOV"
    QUALIFIER_ATTRIBUTE1 = "ProjectBaseLOVVO"
    QUALIFIER_ATTRIBUTE2 = "N"
    QUALIFIER_ATTRIBUTE3 = "HXC_CUI_PROJECT_LOV"
    QUALIFIER_ATTRIBUTE4 = "809"
    QUALIFIER_ATTRIBUTE5 = "12"
    QUALIFIER_ATTRIBUTE6 =
    "HxcCuiProjectName|PROJECTNAME-DISPLAY|CRITERIA|N|HxcCuiProjectId|PROJECTNAME|RESULT|N|HxcCuiProjectName|PROJECTNAME-DISPLAY|RESULT|N"
    QUALIFIER_ATTRIBUTE8 = "ProjectName"
    QUALIFIER_ATTRIBUTE9 = "ProjectId#NUMBER"
    QUALIFIER_ATTRIBUTE10 =
    "oracle.apps.hxc.selfservice.timecard.server.ProjectBaseLOVVO"
    QUALIFIER_ATTRIBUTE17 = "OraTableCellText"
    QUALIFIER_ATTRIBUTE20 = "N"
    QUALIFIER_ATTRIBUTE21 = "Y"
    QUALIFIER_ATTRIBUTE22 = "L"
    QUALIFIER_ATTRIBUTE25 = "FLEX"
    QUALIFIER_ATTRIBUTE26 = "PROJECTS"
    QUALIFIER_ATTRIBUTE27 = "Attribute8"
    QUALIFIER_ATTRIBUTE28 = "PROJECT_NAME"
    QUALIFIER_ATTRIBUTE30 = "Y"
    LAST_UPDATE_DATE = "2004/05/24"
    END HXC_LAYOUT_COMP_QUALIFIERS
    END HXC_LAYOUT_COMPONENTS
    I have created a segment PROJECT_NAME (attribute8) to the "PROJECTS" context of "OTL Information Types" DFF. Bouce the apache server.
    I am able to get the prompt but unable to get the data in the column.
    Please help.
    Thanks & Regards,
    Munish

    Hi Also have tried with the following ldt code. In this code I have added the projectname field from the PROJECT LOV and tried to get the value of the projectname into the text field.
    BEGIN HXC_LAYOUT_COMPONENTS "Projects Notification Layout - Project"
    OWNER = "ORACLE"
    COMPONENT_VALUE = "PROJECT"
    REGION_CODE = "HXC_CUI_TIMECARD"
    REGION_CODE_APP_SHORT_NAME = "HXC"
    ATTRIBUTE_CODE = "HXC_TIMECARD_PROJECT"
    ATTRIBUTE_CODE_APP_SHORT_NAME = "HXC"
    SEQUENCE = "180"
    COMPONENT_DEFINITION = "LOV"
    RENDER_TYPE = "WEB"
    PARENT_COMPONENT =
    "Projects Notification Layout - Day building blocks - matrix layout"
    LAST_UPDATE_DATE = "2004/05/24"
    BEGIN HXC_LAYOUT_COMP_QUALIFIERS "Projects Notification Layout - Project"
    OWNER = "ORACLE"
    QUALIFIER_ATTRIBUTE_CATEGORY = "LOV"
    QUALIFIER_ATTRIBUTE1 = "ProjectBaseLOVVO"
    QUALIFIER_ATTRIBUTE2 = "N"
    QUALIFIER_ATTRIBUTE3 = "HXC_CUI_PROJECT_LOV"
    QUALIFIER_ATTRIBUTE4 = "809"
    QUALIFIER_ATTRIBUTE5 = "12"
    QUALIFIER_ATTRIBUTE6 =
    "HxcCuiProjectNumber|PROJECT-DISPLAY|CRITERIA|N|HxcCuiProjectId|PROJECT|RESULT|N|HxcCuiProjectNumber|PROJECT-DISPLAY|RESULT|N|HxcCuiProjectName|PROJNAME|RESULT|N"
    QUALIFIER_ATTRIBUTE8 = "ProjectNumber"
    QUALIFIER_ATTRIBUTE9 = "ProjectId#NUMBER"
    QUALIFIER_ATTRIBUTE10 =
    "oracle.apps.hxc.selfservice.timecard.server.ProjectBaseLOVVO"
    QUALIFIER_ATTRIBUTE17 = "OraTableCellText"
    QUALIFIER_ATTRIBUTE20 = "N"
    QUALIFIER_ATTRIBUTE21 = "Y"
    QUALIFIER_ATTRIBUTE22 = "L"
    QUALIFIER_ATTRIBUTE25 = "FLEX"
    QUALIFIER_ATTRIBUTE26 = "PROJECTS"
    QUALIFIER_ATTRIBUTE27 = "Attribute1"
    QUALIFIER_ATTRIBUTE28 = "PROJECT"
    QUALIFIER_ATTRIBUTE30 = "Y"
    LAST_UPDATE_DATE = "2004/05/24"
    END HXC_LAYOUT_COMP_QUALIFIERS
    END HXC_LAYOUT_COMPONENTS
    BEGIN HXC_LAYOUT_COMPONENTS "Projects Notification Layout - Project Name"
    OWNER = "CUSTOM"
    COMPONENT_VALUE = "PROJECTNAME"
    SEQUENCE = "181"
    COMPONENT_DEFINITION = "TEXT_FIELD"
    RENDER_TYPE = "WEB"
    PARENT_COMPONENT = "Projects Notification Layout - Day building blocks - matrix layout"
    REGION_CODE = "CUS_PROJECT_PROMPT"
    REGION_CODE_APP_SHORT_NAME = "HXC"
    ATTRIBUTE_CODE = "HXC_CUI_PROJECT_NAME"
    ATTRIBUTE_CODE_APP_SHORT_NAME = "HXC"
    BEGIN HXC_LAYOUT_COMP_QUALIFIERS "Projects Notification Layout - Project Name"
    OWNER = "CUSTOM"
    QUALIFIER_ATTRIBUTE_CATEGORY = "TEXT_FIELD"
    QUALIFIER_ATTRIBUTE1 = "N"
    QUALIFIER_ATTRIBUTE2 = "NODISPLAYCACHE"
    QUALIFIER_ATTRIBUTE3 = "10"
    QUALIFIER_ATTRIBUTE4 = "1"
    QUALIFIER_ATTRIBUTE20 = "N"
    QUALIFIER_ATTRIBUTE21 = "Y"
    QUALIFIER_ATTRIBUTE22 = "L"
    QUALIFIER_ATTRIBUTE25 = "FLEX"
    QUALIFIER_ATTRIBUTE26 = "PROJECTS"
    QUALIFIER_ATTRIBUTE27 = "Attribute20"
    QUALIFIER_ATTRIBUTE28 = "PROJNAME"
    QUALIFIER_ATTRIBUTE30 = "Y"
    END HXC_LAYOUT_COMP_QUALIFIERS
    END HXC_LAYOUT_COMPONENTS
    But no data is displayed.
    I have also tried with the QUALIFIER_ATTRIBUTE27 = "Attribute8" as the attribute8 is being defined in the PROJECTS context of the "OTL Information Types" DFF.
    Thanks & regards,
    Munish

  • How do i get that bar to appear on the screen for http and web pages?

    How do i get that bar to appear on top of the screen for http and web pages?

    Yes im using safari version  5.1.2 (6534.52.7)  I have tried clicking show toolbar  from the view menu but i still can't see it.  It's the bar where you type in a website link or http:// that I can find - any other suggestions much appreciated

  • ER diagrams in word docs and web pages

    What are the best ways of getting ER diagrams displayed in Word documents and web pages? The output facilities from Designer seem a bit limited unless I am missing something.

    True, the diagrammer is a modelling tool, not a drawing tool.
    To get your diagram in word however you can select & copy the entities in a windows fashion to word (Ctrl-C + Ctrl-V).
    If you want the contents of the repository in html on the web you should try ODWA (Oracle Designer Web Assitant)!
    null

  • Recent iOS update has made my iPad 2 unusable. The screen locks up. It's very laggy and web pages do not load correctly.  Is there a fix for this or are they even working on a fix.

    Recent iOS update has made my iPad 2 unusable. The screen locks up. It's very laggy and web pages do not load correctly.  Is there a fix for this or are they even working on a fix.

    Try some basic troubleshooting:
    (A) Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    (B) Try reset all settings
    Settings>General>Reset>Reset All Settings
    (C) Setup as new (data will be lost if you do not have backup)
    Settings>General>Reset>Erase all content and settings

  • Changes in Bex and web page when adding a new hierarchy...

    Currently when we add a new hierarchy - we need to make a change to both the hier workbook in BEX as well as the web page.
       can any body help me what are the new changes?..
    Thanks in advance.
    Bala.

    Bala,
    To my understanding only if you use the hierarchy then you have to make changes otherwise it is not necessary.
    Run the Workbooks and Web Pages and check out whether you are getting any problem.
    Regs
    Gopi.

  • App tabs and web page tabs not saved when Apple Mac is powered down

    Using Firefox with Apple Mac running OS X v 10.7.1 and Parallels 6, and Windows Vista as a virtual computer. Have Firefox 6.o installed on the Mac and Firefox 6.0 for Windows installed within Microsoft Vista running under Parallels 6 as a virtual machine.
    Issue 1) Within Mozilla on the Mac whenever I power down and restart the computer all my app tabs and web page tabs are lost except for my home page, even though I have set up Firefox preference to remember my open web pages/tabs.
    Issue 2) Within Firefox running within Vista on the virtual machine my web pages are remembered but I cannot figure out how to create a app tab.

    Tabs are only saved if you close (Firefox > Quit) the Firefox application while those tabs are still showing. If you close a window and still have the menu bar visible then you wont reopen already close tabs. You may need to be able to reopen the three last closed windows via History > Recently closed Windows.

  • Printing from web pages is excruciatingly slow with most recent upgrades of Firefox .Use an iMac and an HP officejet printer. Printer works fine with Safari and woodprocessed files, but not with Firefox and web pages.

    Printing from web pages is excruciatingly slow since downloading most recent upgrades of Firefox Mozilla. I have a desktop iMac, OS 10.6.8, and an HP officejet printer 4500 G510n. The printer works fine with the Safari Browser and with woodprocessed files, but not with Firefox and web pages. Help please! It used to print fast with earlier versions of Firefox.

    Hello and welcome to the Apple Discussions Forum.
    I have hardly any experience with HP printers but since your posting has not been replied to yet I thought I'd offer some assistance.
    With the printer status and ink levels working, it shows that you have a connection to the printer. So I would look at the issue being with the protocol being used for the print queue on the Mac.
    Since you have XP and Vista working, I would check the printer queue configuration on either box. In XP, go to the Properties and select Ports. Click the Configure Port tab to view the connection. If you are using RAW, then this is known as HP Jetdirect-Socket on OS X. So if you are not sure what protocol was used before I would create another printer queue, this time selecting IP > HP Jetdirect-Socket. Then enter your IP address and select the K5400dn from the Print Using menu.
    If this still fails to print then please reply. There may be limitations with adding the HP driver this way that I am not aware of. There may also be other driver options you can look at, such as HPIJS. If Greg Sahli reads this posting he has expert knowledge on this matter and will be able to offer some guidance.
    PaHu

  • I am getting pop-ups, and web pages are opening with "special offers." My yahoo mail has advertising covering the mail messages. This is new. What do I do?

    I am getting pop-ups, and web pages are opening with "special offers." My yahoo mail has advertising covering the mail messages. This is new. What do I do?

    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    SCAN WITH ALL PROGRAMS.
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • What program in CS3 to use to make a decorative web page header?

    Hey everyone. Thanks to everyone who responded to my other
    post !
    I want to design a "header" for the top of my website I'm
    just starting to work on. I have CS3 Web Design. Do I do this in
    another program like Photoshop and then import it to my website in
    Dreamweaver, or is there a way to make it in Dreamweaver?
    What I'm looking to do is take a photo of a landscape as the
    backround, make some cool font with the Domain name, and maybe a
    golf ball on a tee, maybe a golfer getting ready to hit it.
    Something other than just text.
    thanks

    Answered by Alan in the very first response on your earlier
    thread. No, you
    can't make a graphic image in Dreamweaver - you need to use a
    program like
    Photoshop and import the image into the page in Dreamweaver.
    Patty Ayers | Adobe Community Expert
    www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    "kidcoconut" <[email protected]> wrote in
    message
    news:fj98ed$gml$[email protected]..
    > Hey everyone. Thanks to everyone who responded to my
    other post !
    >
    > I want to design a "header" for the top of my website
    I'm just starting to
    > work on. I have CS3 Web Design. Do I do this in another
    program like
    > Photoshop
    > and then import it to my website in Dreamweaver, or is
    there a way to make
    > it
    > in Dreamweaver?
    >
    > What I'm looking to do is take a photo of a landscape as
    the backround,
    > make
    > some cool font with the Domain name, and maybe a golf
    ball on a tee, maybe
    > a
    > golfer getting ready to hit it. Something other than
    just text.
    >
    > thanks
    >

  • Help on retriving the content from a excel file and web page

    hi,
    i need help on identify the content on a webpage. how to do this ?
    in myproject i need to read an excel file how to read an excel file , in java?
    after reading the excel file ,i have to open a webpage based on the link available in the excel file.
    how to perform this action?
    and from the web page i need to retrive the each individual text
    how to perform these action?
    please help .... urgent
    regards,
    valli

    sales team will enter data in excel file .
    the excel file will have a list of links ,
    i need to access the excel file and open that link.
    from the link i will get some information ,such as
    company name, address, phone no, contact details.
    i need to identify each individual (address, email
    id) from the web page and store that data in the data
    base .
    how to access a excel file from java?
    i found in google jakartha-poi-jar file.
    but ther eare many jar file. which one i have to
    download?
    how to identify from a web page these different
    items?
    thanksPlease answer DrClaps's question from reply #3.

  • Multiple domains names and web sites with only one SLS and one static IP

    I tried to find a post on this topic but I still can't find what needs to be done.
    SLS is configured for one domain with one web site and it's working well. We will call it domain1.com. Here is the config:
    Static IP: 69.x.x.x
    DNS setting under Server Admin:
    hostname: server.domain1.com
    Two DNS entries under domain1.com with:
    www - alias - server.domain1.com
    server - Machine - 10.0.1.x (fixe IP for server on LAN)
    Web settings under Server Admin:
    server.domain1.com - 10.0.1.x - Port 80
    Domain1.com is managed with DynDNS Custom DNS Service with 1 record:
    domain1.com - A-record - 69.x.x.x
    I want to host a second domain (for a website) called domain2.com. It's also registred at DynDNS and I have custom DNS setting to configure.
    What's need to be done to have both domains with seperate web site on SLS under DNS and Web settings (beside the fact that I will have 2 different folders with the website files in it). I understand that I will need a new entry in the DNS for the new domain (domain2.com) and also an entry in the Web Service pane. But what are the details.
    Thanks.

    When you said, "you don't need to do CNAME for both sites…", would this method still allow me to use personal web addresses for both sites?
    Yes. With "Ordinary Forwarding" you normally just type your .Mac url (web.mac.com/username/sitename) into a form at the place where you have your name.
    I thought I was using 'web.mac.com' as the 'www' CNAME (alias) for my personal domain name (web address), so that when someone typed in my personal domain name they would 'go' to the domain registration location, which would then pass it on to the .Mac server, where my web site is hosted.
    That's exactly right. It's just not the only way to do that. Ordinary Forwarding is another way, but it differs in terms of what appears in the address bar of the browser. Either you will see web.mac.com/username/.... or, if you add "masking", you will see your personal name for all pages. The CNAME method results in a address bar that reads www.myname.com/sitename/pagename.html.
    Am I way off?
    All help gratefully received,
    Jeff

  • Stacks and Web pages

    Hi, I have a project with a lot of stacks. I want to export a selection of it to a Web page. I set up a smart album to populate the Web page. That works fine... in Aperture's Browser. In the actual Web pages (and the viewer), only one image per stack is used. I tried to select the images by rating or by color, same result. Stack picks only is unchecked.
    Even if I don't use a smart selection, but add the images directly to the Web page, only one per stack is used. Stacks are all open.
    This feels like a bug to me, but does anyone know of a workaround?
    thanks!

    Hi Grant. Stacks are, by design, collections within a Project which have one specified image as the "Pick" for each collection of images (Project or Albums) that includes the Stack. (Think of literally arranging photographs in a grid for review, and sliding pictures that are so similar that only one is of interest into a stack with the "pick" photo on top, the similar ones underneath, and the stack occupying one spot in the grid.) This general idea of "one important image per Stack per location" is how Stacks are implemented in Aperture -- as you've discovered.
    This is from the Help file:
    http://documentation.apple.com/en/aperture/usermanual/index.html#chapter=8%26sec tion=3%26tasks=true
    When you drag a stack into a webpage album, web journal album, book album, or slideshow album, the entire stack appears in the Browser, but *only the stack picks can be used for publication in webpages, web journals, books, and slideshows*. {Emphasis mine.}
    One is temped to use Stacks as a general subordinate organizing level within a Project (or Album). In my experience, this never works out. Stacks are a specific organizing tool for sets of images which have one "Pick". Whenever I have two or more photos I want to work with within a Stack, I split the Stack so that each important photo becomes either a Stack Pick or stands alone. This violates my organizing method, but works well in practice.
    (I see the same (mis)behavior when dragging an image from one Stack to another even when the Stacks are expanded (Aperture merges the two Stacks). This happens whether the Stacks were created by splitting a Stack, or by independently creating separate Stacks. I suspect this is a bit of unknotted fringe on the edge of the code, otherwise known as a bug.)
    I use Stacks regularly and find them invaluable. Just remember that each Stack can have only one "image to use" per container, and that that image must be designated the Stack Pick for that container. Since you cannot have more than one usable (roughly speaking) image per Stack per container, you must extract from the Stack images you want to use until all of these images are either Stack Picks or stand alone.
    HTH.

  • Strungling with HttpService and web page.

    Hello all,
    I'm testing the httpService with flex 4.
    I try to access a web page that is an ashx page that returns an xml, the content type of the page is application/xml.
    From my mxml view I use this script to get the data:
    protected function findByName(name:String):void{
                    srv.send();
    <s:HTTPService id="srv"
                           url="http://xx.xx.xx.xx/FlexHttpBinding/getemployees.ashx"
                           result="data=srv.lastResult.list.employee"
                           method="POST"
                           contentType="application/xml"
                           />
    I did setup the IIS7 website to accept anonymous access, so that should be ok.
    With this I get the error: 2032Stream Error.
    The url is correct so no idea what happens here.
    Any ideas ?

    Hi peart!
    I have not installed it either. I have tried with several compressed files:
    eclipse-jee-europa-linux-gtk.tar.gz
    wtp-all-in-one-sdk-R-2.0-200706260303-linux-gtk.tar.gz
    eclipse-SDK-3.3-linux-gtk.tar.gz. After extracts I update and installs WTP.
    All ways fails.
    Too try add "-Djava.library.path=.:/home/pilli/eclipse:/usr/share/java/swt" eclipse.ini file.
    I can works with jsp file with jsp editor, but when i try edit with web page editor, a jsf visual editor, eclipse breaks.
    I use KDE.
    Thanks!

Maybe you are looking for