Navigation Style Problem

Using Forms [32 Bit] Version 10.1.2.0.2 (Production)
Navigation Style as Change Record doesn't work
also change record so strange ??
Any ideas Pls ?
Regards,
Abdetu...

Hi user,
I hope you know the following are the valid settings for the property you mentioned,
Same Record==>     The default navigation style.  A Next Item operation from the block's last navigable item moves the input focus to the first navigable item in the block, in that same record.
Change Record==>     A Next Item operation from the block's last navigable item moves the input focus to the first navigable item in the block, in the next record.  If the current record is the last record in the block and there is no open query, Form Builder creates a new record.  If there is an open query in the block (the block contains queried records), Form Builder retrieves additional records as needed.
Change Block==>     A Next Item operation from the block's last navigable item moves the input focus to the first navigable item in the first record of the next block.  Similarly, a Previous Item operation from the first navigable item in the block moves the input focus to the last item in the current record of the previous block.  The Next Navigation Block and Previous Navigation Block properties can be set to redefine a block's "next" or "previous" navigation block.
     Now what do u mean by, "It doesnt work?" What is your actual requirment?
Regards
Sankar MN

Similar Messages

  • ADF navigation lockup problem

    We are using ADF10133.We are experiencing navigation lockup problem.
    If the application idle for 30sec then navigation wont work.I have enter again application homepage url and go ..on. Of course user session still exist.
    Recently, Quarterly CPU patch applied to App server10133.Did any body experienced these kind of navigation lockup problems?
    Thanks in advance
    kaleem

    Sorry for being a bit annoying...
    But .... no one has answered my question yet......though you promised...
    Eventually I’ve somehow solved the trouble by replacing the “ panelBinding.releaseDataControl ” with
    “ panelBinding.release(DCDataControl.REL_VIEW_REFS)
    panelBinding.getBindingContext().remove(panelBinding.getName());”
    In the doDefaultCloseAction() method
    it seems like it works good now.
    I reconstructed a bit my code
    Now I’m invoking the internal frames this way:
    private void jMenuDeptVoc_actionPerformed(ActionEvent e) {
    FormCreateDeptView deptVoc = new FormCreateDeptView();
    this.getJMenuDeptVoc().setEnabled(false);
    deptVoc.setBindingContext(panelBinding.getBindingContext());
    this.deskTopPane.add(deptVoc);
    I looked through the following how to:
    http://www.oracle.com/technology/products/jdev/howtos/10g/jcmultiform/index.html
    there is an additional method there, which is invoked before creating a new frame where the binding container for the panel binding is created:
    private void createDetailBinding()
    String detailBCName = "DetailFormUIModel";
    if (panelBinding.getBindingContext().get(detailBCName) == null)
    DCBindingContainerDef bcdef = (DCBindingContainerDef)JUMetaObjectManager.getJUMom().findLoadedObject("sample.DetailFormUIModel");
    DCBindingContainer bc = bcdef.createBindingContainer(panelBinding.getBindingContext());
    bc.setName(detailBCName);
    panelBinding.getBindingContext().put(detailBCName, bc);
    But since createBindingContainer(BindingContext) method has been deprecated in 10.1.3 i skipped this step.
    Nevertheless my program is working now I still wonder if the way I’m doing it is right.
    Thanks. Alex.
    Edited by: Timin on Apr 2, 2009 8:28 AM

  • Regarding Navigation Style in UWL

    Hi All,
    I am using EP7 and SP09 . In this version, UWL iView property <b>Navigation style</b> has only two value as <b>None, Tab</b>. Here I need one more value as <b>icon</b>. When I change Navigation style as icon, it should show icon instead of Tab(For Tasks, Alerts, Notification etc.). How can I achive it?.
    Thanks & Regards,
    Art

    Hi Art,
    This isn't a configurable option as far as I know, so your only alternative is to code your own version of UWL... or possibly adapt the current UWL code if you can find the DCs to import to NWDI.
    Cheers,
    Darren

  • Page style problem!!

    some website still looks like NO page style even if I select Basic Page Style, and when I try to log in to 163 email, it always says that problems occur when loging in to the mail navigation bar and the page style is abnormal and I cannot open any links in the email page.

    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Document style Problem

    We have three issues when trying to implement a document-style service. I will
    document them all but I'd suggest you go through them all before attempting to
    answer any of them.
    We are trying to implement a service that has the following signature:
    public void echoDom(Document doc)
    We want the delivery of our message to be of style ("document"). Therefore, we
    modified our servicegen entry to include the style="document" under the service.
    It looks like the following:
    <servicegen
    destEar="${appDir}/dom.ear"
    warName="dom.war">
    <service
    javaClassComponents="examples.dom.EchoDom"
    targetNamespace="http://examples.org"
    serviceName="dom"
    serviceURI="/EchoDomService"
         generateTypes="True"
    expandMethods="True"
    style="document">
    <client
    packageName="examples.dom"
    clientJarName="client.jar"
    />
    </service>
    <classpath>
    <pathelement path="${temp_dir}"/>
    <pathelement path="${java.class.path}"/>
    </classpath>
    </servicegen>
    1. FIRST PROBLEM:
    The first problem we're having is that it does not compile with the combination
    of our signature being of type void (as shown above) and the style="document"
    in build.xml.
    The error is the following:
    [servicegen] Generating service "dom" ...
    [servicegen] Generating XML types and serializers from java classes (examples.do
    m.EchoDom) ...
    [servicegen] weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[  void:
    null ]
    [servicegen] at weblogic.utils.Debug.assertion(Debug.java:84)
    [servicegen] at weblogic.xml.schema.binding.internal.codegen.Compiler.compile
    (Compiler.java:111)
    [servicegen] at weblogic.xml.schema.binding.internal.XSDTypeMappingBuilder.ma
    pClass(XSDTypeMappingBuilder.java:88)
    [servicegen] at weblogic.xml.schema.binding.internal.TypeMappingBuilderBase.a
    ddMapping(TypeMappingBuilderBase.java:183)
    [servicegen] at weblogic.ant.taskdefs.webservices.autotype.ComponentAutoTyper
    .mapComponent(ComponentAutoTyper.java:155)
    [servicegen] at weblogic.ant.taskdefs.webservices.autotype.JavaAutoTyper.run(
    JavaAutoTyper.java:80)
    [servicegen] at weblogic.ant.taskdefs.webservices.autotype.AutoTypeTask.execu
    te(AutoTypeTask.java:353)
    [servicegen] at weblogic.ant.taskdefs.webservices.servicegen.ServiceGenTask.g
    enerateService(ServiceGenTask.java:251)
    [servicegen] at weblogic.ant.taskdefs.webservices.servicegen.ServiceGenTask.e
    xecute(ServiceGenTask.java:146)
    [servicegen] at org.apache.tools.ant.Task.perform(Task.java:217)
    [servicegen] at org.apache.tools.ant.Target.execute(Target.java:164)
    [servicegen] at org.apache.tools.ant.Target.performTasks(Target.java:182)
    [servicegen] at org.apache.tools.ant.Project.executeTarget(Project.java:601)
    [servicegen] at org.apache.tools.ant.Project.executeTargets(Project.java:560)
    [servicegen] at org.apache.tools.ant.Main.runBuild(Main.java:454)
    [servicegen] at org.apache.tools.ant.Main.start(Main.java:153)
    [servicegen] at org.apache.tools.ant.Main.main(Main.java:176)
    2. SECOND PROBLEM
    If we change the signature to become:
    public Document echoDom(Document doc)
    then the build works but when we try to test our service, it gives us the following:
    [java] java.rmi.RemoteException: web service invoke failed; nested exceptio
    n is:
    [java] javax.xml.soap.SOAPException: failed to serialize xml:weblogic.
    xml.schema.binding.SerializationException: type mapping lookup failure on class=
    class weblogic.apache.xerces.dom.DocumentImpl TypeMapping=TYPEMAPPING SIZE=6
    [java] ENTRY 1:
    [java] class: org.w3c.dom.Document
    [java] xsd_type: ['http://examples.org']:p3:echoDom
    [java] ser: weblogic.xml.schema.binding.internal.builtin.DocumentCode
    c@5973ea
    [java] deser: weblogic.xml.schema.binding.internal.builtin.DocumentCode
    c@49131c
    [java] ENTRY 2:
    [java] class: java.lang.Object
    [java] xsd_type: ['http://examples.org']:p1:echoDomResponse
    [java] ser: weblogic.xml.schema.binding.internal.builtin.XSDAnyCodec@
    5b99f
    [java] deser: weblogic.xml.schema.binding.internal.builtin.XSDAnyCodec@
    3. THIRD PROBLEM:
    Now, when we revert back to style="rpc" and everything works fine and dandy (although
    not as we want it because, as I mentioned above, we want a void signature and
    a document style), we get the following added tag around our body content, which
    we did not add ourselves, nor are we sure yet why it shows up:
    We pass it the following argument:
    <those dummy="hi">
    <this xmlns="mynamespace">
    <f:that xmlns:f="yournamespace">
    <or> a lot of random < </or>
    <f:the>
    </f:the>
    <f:other> foo bar blaz</f:other>
    </f:that>
    </this>
    </those>
    We get the following (notice the <document> tag around it):
    <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
    <m:echoDom xmlns:m="http://examples.org"
    env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <document>
    <those dummy="hi">
    <this xmlns="mynamespace">
    <f:that xmlns:f="yournamespace">
    <or> a lot of random < </or>
    <f:the>
    </f:the>
    <f:other> foo bar blaz</f:other>
    </f:that>
    </this>
    </those>
    </document>
    </m:echoDom>
    </env:Body>
    </env:Envelope>
    4. PROBLEM FOUR (just remembered this one):
    If we use the standard test page (provided with WLS), with (3) above, it chops
    off the "those" and it still wraps it within this new <document> element as show
    below:
    <!--REQUEST.................-->
    <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header>
    </env:Header>
    <env:Body>
    <m:echoDom xmlns:m="http://examples.org"
    env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <document>
    <this xmlns="mynamespace">
    <f:that xmlns:f="yournamespace">
    <or> a lot of random < </or>
    <f:the>
    </f:the>
    <f:other> foo bar blaz</f:other>
    </f:that>
    </this>
    </document>
    </m:echoDom>
    </env:Body>
    </env:Envelope>
    We're not so worried about the fourth because it seems like a bug but the first
    three (especially the first) are most important. Any ideas would be appreciated.
    Thanks
    sami

    Ok I tried it out, DOM with document style web
    service is not working in WLS 7.0.2. I filed
    CR104719. Please contact support with this case
    number to get a patch.
    Sorry for the trouble.
    http://manojc.com
    "sami titi" <[email protected]> wrote in message
    news:[email protected]...
    >
    We're using WLS7 SP2, patch: CR102544_70sp2_v2.jar
    thanks
    "manoj cheenath" <[email protected]> wrote:
    Quick question, before i try this out.
    Which version of WLS? SP?
    http://manojc.com
    "sami titi" <[email protected]> wrote in message
    news:[email protected]...
    We have three issues when trying to implement a document-style service.I
    will
    document them all but I'd suggest you go through them all beforeattempting to
    answer any of them.
    We are trying to implement a service that has the following signature:
    public void echoDom(Document doc)
    We want the delivery of our message to be of style ("document").Therefore, we
    modified our servicegen entry to include the style="document" underthe
    service.
    It looks like the following:
    <servicegen
    destEar="${appDir}/dom.ear"
    warName="dom.war">
    <service
    javaClassComponents="examples.dom.EchoDom"
    targetNamespace="http://examples.org"
    serviceName="dom"
    serviceURI="/EchoDomService"
    generateTypes="True"
    expandMethods="True"
    style="document">
    <client
    packageName="examples.dom"
    clientJarName="client.jar"
    />
    </service>
    <classpath>
    <pathelement path="${temp_dir}"/>
    <pathelement path="${java.class.path}"/>
    </classpath>
    </servicegen>
    1. FIRST PROBLEM:
    The first problem we're having is that it does not compile with thecombination
    of our signature being of type void (as shown above) and thestyle="document"
    in build.xml.
    The error is the following:
    [servicegen] Generating service "dom" ...
    [servicegen] Generating XML types and serializers from java classes(examples.do
    m.EchoDom) ...
    [servicegen] weblogic.utils.AssertionError: ***** ASSERTION FAILED*****[  void:
    null ]
    [servicegen] at weblogic.utils.Debug.assertion(Debug.java:84)
    [servicegen] atweblogic.xml.schema.binding.internal.codegen.Compiler.compile
    (Compiler.java:111)
    [servicegen] atweblogic.xml.schema.binding.internal.XSDTypeMappingBuilder.ma
    pClass(XSDTypeMappingBuilder.java:88)
    [servicegen] atweblogic.xml.schema.binding.internal.TypeMappingBuilderBase.a
    ddMapping(TypeMappingBuilderBase.java:183)
    [servicegen] atweblogic.ant.taskdefs.webservices.autotype.ComponentAutoTyper
    mapComponent(ComponentAutoTyper.java:155)
    [servicegen] atweblogic.ant.taskdefs.webservices.autotype.JavaAutoTyper.run(
    JavaAutoTyper.java:80)
    [servicegen] atweblogic.ant.taskdefs.webservices.autotype.AutoTypeTask.execu
    te(AutoTypeTask.java:353)
    [servicegen] atweblogic.ant.taskdefs.webservices.servicegen.ServiceGenTask.g
    enerateService(ServiceGenTask.java:251)
    [servicegen] atweblogic.ant.taskdefs.webservices.servicegen.ServiceGenTask.e
    xecute(ServiceGenTask.java:146)
    [servicegen] at org.apache.tools.ant.Task.perform(Task.java:217)
    [servicegen] at org.apache.tools.ant.Target.execute(Target.java:164)
    [servicegen] atorg.apache.tools.ant.Target.performTasks(Target.java:182)
    [servicegen] atorg.apache.tools.ant.Project.executeTarget(Project.java:601)
    [servicegen] atorg.apache.tools.ant.Project.executeTargets(Project.java:560)
    [servicegen] at org.apache.tools.ant.Main.runBuild(Main.java:454)
    [servicegen] at org.apache.tools.ant.Main.start(Main.java:153)
    [servicegen] at org.apache.tools.ant.Main.main(Main.java:176)
    2. SECOND PROBLEM
    If we change the signature to become:
    public Document echoDom(Document doc)
    then the build works but when we try to test our service, it givesus the
    following:
    [java] java.rmi.RemoteException: web service invoke failed; nestedexceptio
    n is:
    [java] javax.xml.soap.SOAPException: failed to serializexml:weblogic.
    xml.schema.binding.SerializationException: type mapping lookup failureon
    class=
    class weblogic.apache.xerces.dom.DocumentImpl TypeMapping=TYPEMAPPINGSIZE=6
    [java] ENTRY 1:
    [java] class: org.w3c.dom.Document
    [java] xsd_type: ['http://examples.org']:p3:echoDom
    [java] ser:weblogic.xml.schema.binding.internal.builtin.DocumentCode
    c@5973ea
    [java] deser:weblogic.xml.schema.binding.internal.builtin.DocumentCode
    c@49131c
    [java] ENTRY 2:
    [java] class: java.lang.Object
    [java] xsd_type: ['http://examples.org']:p1:echoDomResponse
    [java] ser:weblogic.xml.schema.binding.internal.builtin.XSDAnyCodec@
    5b99f
    [java] deser:weblogic.xml.schema.binding.internal.builtin.XSDAnyCodec@
    3. THIRD PROBLEM:
    Now, when we revert back to style="rpc" and everything works fine anddandy (although
    not as we want it because, as I mentioned above, we want a void
    signature
    and
    a document style), we get the following added tag around our body
    content,
    which
    we did not add ourselves, nor are we sure yet why it shows up:
    We pass it the following argument:
    <those dummy="hi">
    <this xmlns="mynamespace">
    <f:that xmlns:f="yournamespace">
    <or> a lot of random < </or>
    <f:the>
    </f:the>
    <f:other> foo bar blaz</f:other>
    </f:that>
    </this>
    </those>
    We get the following (notice the <document> tag around it):
    <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
    <m:echoDom xmlns:m="http://examples.org"
    env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <document>
    <those dummy="hi">
    <this xmlns="mynamespace">
    <f:that xmlns:f="yournamespace">
    <or> a lot of random < </or>
    <f:the>
    </f:the>
    <f:other> foo bar blaz</f:other>
    </f:that>
    </this>
    </those>
    </document>
    </m:echoDom>
    </env:Body>
    </env:Envelope>
    4. PROBLEM FOUR (just remembered this one):
    If we use the standard test page (provided with WLS), with (3) above,it
    chops
    off the "those" and it still wraps it within this new <document>
    element
    as show
    below:
    <!--REQUEST.................-->
    <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header>
    </env:Header>
    <env:Body>
    <m:echoDom xmlns:m="http://examples.org"
    env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <document>
    <this xmlns="mynamespace">
    <f:that xmlns:f="yournamespace">
    <or> a lot of random < </or>
    <f:the>
    </f:the>
    <f:other> foo bar blaz</f:other>
    </f:that>
    </this>
    </document>
    </m:echoDom>
    </env:Body>
    </env:Envelope>
    We're not so worried about the fourth because it seems like a bug butthe
    first
    three (especially the first) are most important. Any ideas would beappreciated.
    Thanks
    sami

  • Paragraph Style Problem

    I have the weirdest problem that I cannot yet understand. I have a 76-page book that has at TOC plus 10 chapters. The book was created last year in ID CS3, and everything worked fine. I have updated it into CS4, and everything appeared to be working normally until I discovered this problem. My master chapter for synchronizing is Chapter 2 in the book panel. All fonts are loaded and present.
    In the last chapter (Ch. 10), the paragraph styles don't work. They not only don't work, they change the text to something totally weird. For example, if I set a block of type in Times New Roman and pick, say, the #1 Head style, which is Hypatia Sans Pro Bold, it converts it to a completely different font or it chooses a font I'm not even using. If I set the type in another chapter and cut and paste it to Chapter 10, it pastes fine. If I try to restyle it, it goes weird on me.
    I have looked extensively at the styles, and they are all correct and the same as all the other chapters. However, when I try to apply them, a different change results. I have checked the Basic Paragraph Style; however, none of my styles are based on that because I checked that also.
    Keep in mind that the paragraph styles worked properly last year and are working properly in every other chapter. Synchronizing does not help.
    This may be a bug of some sort or it may be something I've overlooked. But I haven't made any huge structural changes to the chapter other than to add a couple of pages. I've tried restarting the program and the computer. The only thing I have not tried is to completely remake the chapter, which, of course, I don't really want to do.
    I'm just throwing this out there. I'm not sure there is an easy answer. Let me know what you think.

    Try moving the pages to a new file. That's not going to be as effective, probably, as copying all the elements into a new file, but it's faster.
    Also, make a new book with just the problem chapter and the source chapter and synch again, see if it works.
    Peter

  • [CS3 JS]  Exchange Character Style Problem!

    Hello experienced JS people,
    The situation is as follows -
    I have a document that MAY have the Character Style 'A'.
    If this were to be true - then I'd like to exchange it for Character Style 'B'.
    Sounds simple doesn't it.... It's KILLING ME!
    This must be possible? The problem is - I don't know how!
    My scripting lookes like this so far:
    > app.findTextPreferences.appliedCharacterStyle = "File name";
    app.changeTextPreferences.appliedCharacterStyle = "Document No";
    oneDoc.changeText();
    Help would be greatly welcomed....
    Thanks in advance,
    Lee

    I think the problem is in the word "MAY".
    You need to have a test for existence:
    var styletofind = app.activeDocument.characterStyles.item("File name");
    if (styletofind != null) {
      var styletochange = app.activeDocument.characterStyles.item("Document No");
      app.findTextPreferences.appliedCharacterStyle = styletofind;
      app.changeTextPreferences.appliedCharacterStyle = styletochange;
      oneDoc.changeText();
    But even this might not be enough if the character styles in question are in groups.
    Dave

  • Master-Detail Navigation Behavior Problem

    Hello,
    I am having problem in navigating from Master to Detail.
    Scenaio:
    Master1 ---> Master2 ---> Detail
    Problem and Requirement
    I navigate to Master2 from Master1 properly.
    When I click list item of Master2 and navigate to Detail, my master page automatically navigates to Master1.
    There is no error or such. Detail page gets loaded perfectly but navigation from Master2 ---> Master1 is not required which is happening automatically.
    I am using this.oRouter.navTo() method.
    Any idea how to deal with this?
    Kind regards,
    Rauf

    Hi Sakthivel,
    We solved it . And you guessed right, using scaffolding and it was related to routes only.
    Modified routes as follows:
    masterPageRoutes:{
            "master":{
            pattern:"",
            view:"master",
                subroutes: [
        pattern: "master/{contextPath}/detail",
        name: "detail3",
        view: "detail"
            "master2" : {
            pattern : "master2/{contextPath}",
            view : "master2",
            subroutes: [
      pattern: "master2/{contextPath}/detail",
      name: "detail2",
      view: "detail"
    Referred DEMO APP and following URL:
    SAPUI5 SDK - Demo Kit
    Thanks for your kind attention to my problem. Keep it up
    Regards,
    Rauf

  • Navigational Attribute Problem in Input Query

    Hi,
    I am having a problem in input query implementation which uses a navigational attribute. I have, for eg, only one char 'customer' in rows; i want to exclude the customers with the status D (deleted) from displaying (Status is nav. attr. of customer).  I tried this by restricting in filter, Status D-"exclude". But as soon as I do this, query no longer remains input ready! (I also tried putting the same restriction in Default Values area rather than Filter, but ended with the same result )
    I discovered that if, furthermore, I put Status in rows (with the above said restriction still remaining), query is again input ready.
    Can't we exclude values in the filter on an input query? I want to know if this is a restriction with IP or a bug?

    Hi Gregor,
    Thanks for the explanation. But this makes me wonder, because due to this restriction one of the BIG advantages queries had over the planning layouts of BPS, seems to be gone. I mean, using navigational attributes for filtering; if we have to always have a single value restriction on a nav. attr., this will really be restricting. Is it expected that this will be changed in a later SP?
    And there is another problem that is coming due to this. When I use the exclude filter and also the nav. attr. Status in rows, then the query becomes input ready, but there are warning messges displaying when the query opens saying -
    Characteristic Customer has no master data for "C1"
    Characteristic Customer has no master data for "C2"
    etc... (these are the customers with status D). We are on SP15.
    Please suggest what should I do to get rid of these messages?
    Edited by: Mayank Gupta on Apr 10, 2008

  • Layout  and style problem

    HI
    I am building a new dashboard using one of the templates given in the program. Two things that are bugging and giving problems are with the styling in the spreadsheet. I formatted targeted cells in the spread sheet to use certain colors and font alignment in the cell's , but when i update the spread sheet in the dashboard, it does pull over the right cells with all the macro's but doesnt pull over the right styling. The text color is some thing else and it doesnt want to use the text alignment in the cells. I have to use certain colors because of the branding of the company. Please help
    Thanks

    HI
    The macros in my excel work sheet call information from my excel data sheet. These two sheets then give style and data information through to the dashboard for the spread sheets used to display some cell information. Must i change the targeted cells color through script or enforce the style with script ? Cause i used the standard excel cell properties to do the formatting and have never had any problems with it not styling the dashboard right in the past. Can it be that my macros on the cells cause the cell style information not to be given to the dashboard?
    Thanks

  • Navigation Bar Problem

    Hello
    I have a problem with my navigation bar, took a page out, and so it trimmed the bar down, but i want to take it a bit more because all the other pages look off centre. However when i do this on one page, it does not replicate what i done to the bar on all of my other pages.
    Any advice?
    Thanks
    Dan

    Are you talking about a navigation bar that you have made yourself or the navigation bar that comes with the page template?
    If you have made your own nav bar, then of course you can cut and paste and delete what is there.
    If you are using the nav bar that comes with the page template, then you cannot cut and paste or delete it, but you can alter the width of where it is on the page. You need to look and see on the first page and see if these settings are correct. Make a note of the settings and go through your site and alter every page to those settings and then they should all look the same.
    It all depends on which nav bar you are using.

  • Smartform style  problem

    Hello friends,
         I am getting problem in smartforms style. i had created my own style for one of my Tax invoice form because i want fonts in smaller and for heading i want to increase font size. But when i am applying my own style to paragraph the changes are not accepted after SAVE & ACTIVATION. If any one know solution for this problem than please give reply as soon as possible.
    Thanx & Regards,
    Rahul Talele

    Hi,
    Once I came across the problem as yours.
    This happens becoz certain properties of the fonts when applied will override other formats.
    For eg. If u have chosen bold character format before, but when u want to change it to normal it will not change at all.
    In that case, I have deleted the text as a whole and applied normal format at first. Then I applied bold character format
    whereever applicable.
    Which style u applied to the header in your form? Is it Paragraph format or Character Format.
    Could u give more clear description?
    Regards
    Vadi

  • A solution for Navigation Menu Problems

    Many people have been complaining about iWeb messing up its rollover navigation menus at the top of each webpage. This phenomenon usually occurs when one has an existing site, and attempts to add another page to the site, thus requiring the menu at the top to be changed. What you will see if you visit the page is an incorrect navigation menu. The item may be cropped funny. Or it will show the wrong item name for a particular link. Or you will see duplicate names. Or the rollovers won't match the unhilited item names.
    There seems to be a problem that sometimes occurs in which iWeb is unable to overwrite the previous versions of the navigation menus on your page up on the .Mac volume. If you run into this problem, this is how you fix it.
    - Log into you iDisk. Navigate the folders to get to the offending page folder. The path will be Web/Sites/iWeb/your page name/your page name_files/
    - Inside this folder you will see a series of png images which begin with navbar_. Select them all, and drag them to your trash can. They will be immediately deleted.
    - Return to iWeb, and publish your page again. This will replace the navbar images with the updated versions.
    This seems to work reliably. Anyone else have any experience with this technique?

    Narly
    There are various different approaches to this, which one really works, anyones guess!
    The number one suspect is the cahing on the .mac servers, see my site, my bar is all over the place I made the changes last night! (Or the cahce of your own isp)
    Peviously discussed options:
    1. Clear your browser cahce, a few times!
    2. Get someone else to hit you site, I did and I saw "menu look watch watch contact"
    3. Using inspector, Page Tab, uncheck the box "Include page in navigation menu", publish your site, then recheck the boxes and republish.
    4. Make a change to each page, move an image one pixel left and then back again and republish.
    5. Press the Option key, between the ctrl + Apple key, while you select Publish, it changes Publish to Publish All Pages, kind of a forced refresh.
    But generally its trial and error, and time!
    Will
    1GHz G4, 15" PowerBook, Airport Network, 1G iPod Mini   Mac OS X (10.4.5)   Getting Started with iWeb - Tips here

  • Oracle Apps Lot Genealogy Navigator Window Problem

    Hi,
    I don't know much about the Oracle Apps Inventory module so please bear with me on this one. We are currently on R11.5.10.2 and I am trying to get lot drilldown in the lot genealogy navigator window. However, when I enter the lot no./item no. and click on Find, it opens the lot genealogy navigator window but does not show anything under the lot genealogy node. Also,when I click on the plus sign it opens the lot details window without any info.
    I know that the lot no. is valid because when all the other users open the lot genealogy using the same lot no. they are able to see the lot and its details in the lot details window. So, please let me know whether there is some setting that might be missing in my profile or is it due to some other reason.
    -Thanks in advance.

    Hi,
    Yes runWizard.sh points to the correct path - it calls the jre, but it is the jre that hangs
    Now I have found out why.... Having tried to run the same rapidwiz on a different version of Linux, I got a glibc2 error, so what I did was run thew following on my Red Hat 7.1:
    $ export LD_ASSUME_KERNEL=2.2.5
    $ cd /usr/i386-glibc21-linux/bin
    $ ./i386-glibc21-linux-env.sh
    And now rapidwiz works!
    Thanks for looking at the problem
    Michel

  • InDesign style problems on TOC

    I'm having problems with my paragraph styles.  I'm working on a large document with imported text.  About half way through, all of a sudden I couldn't get my styles to work correctly.  For example, I'd select body copy and instead it would format as a header.  I checked the styles and they were correct.  I read in a thread to try using alt+shift when selecting the style and that worked.  But now I'm trying to generate the TOC and I'm having the same problem.  Nothing works.  Plus the styling it is applying is inconsistent even with the same style selected.

    I think that you should try to post some screenshots; what you're describing makes no sense. If all TOC entries
    1) are marked with the same para style;
    2) have no character styles applied; and,
    3) have no overrides
    then they should look identical to one another.
    So, if you post a screenshot of your TOC with the Paragraph Style palette visible, and you can verify that your Character Styles palette is completely empty, then we might be able to diagnose your problem.
    The techniques I use to make sure that my styles have no overrides:
    a) I have "Clear Overrides" mapped to control-shift-numlock enter. So, I can select text and whack that key combo, and know that it is free of para style overrides.
    b) Then I can put my insertion point at the beginning of the first text box, and use control-shift-downarrow to select whole paragraphs at a time. When I do so, I can watch the para styles palette to see if the "+" appears indicating that I still have an override in that paragraph.
    c) I use styles in my TOC that have names that are similar to to the actual subheaders in the body text. So, "Semibold Subhead" gets added to the TOC, and is styled with "Semibold Subhead TOC" like so:

Maybe you are looking for