NAVTO: / / operation does not work

Hi I'm trying to set up a page of content in DPS, I created some buttons an assigned as the navto link, but they do not work.

Can anyone help?

See you soon

Those are the folder names or the names of the items as they appear in the folio generator Panel. You must use the latter.

Bob

Tags: Digital Publishing Suite

Similar Questions

  • AS the operator does not work with the DATE

    Hello
    I have a simple select statement and in the WHERE clause if I use AS with a date field it doesn't but it works with a string field. For example:
    --does not work. does not bring any rows
    Select * From MyTab
    Where  time_period Like '%';
    --works and brings ALL data
    Select * From MyTab
    Where  level_code Like '%';
    Where time_period is of data type DATE and VARCHAR2 level_code.

    Hello

    That's how AS is supposed to work.

    x LIKE y
    

    won't be TRUE if x is ZERO, no matter what.

    If you want an expression which returns TRUE when x is NULL and y '%', then use NVL to map NULL to an appropriate value.
    For example:

    Select  *
    From      Mytab
    Where       NVL ( TO_CHAR ( time_period
                          , 'MM/DD/YYYY HH:MI:SS AM'
                    )
             , ' '     -- One space
             ) Like '%';
    

    TO_CHAR to explicitly create a string based on a DATE, in the format that you want. Do not rely on implicit conversions.

  • Interactive report 'IN' operator does not work with commas

    Hello

    I use an interactive report of the APEX and I need to filter a column of values a couple.  I use the IN operator column.  However, one of the channels I'm looking for has a comma in it.  The IR treats this as a delimiter and does not find the value. For example, I want to filter the values:

    Oracle Canada ULC

    Oracle America, Inc..

    The operational unit IN in the IR is equal to 'Oracle Canada ULC, Oracle America, Inc...  He finds only the lines with 'Oracle Canada ULC'.  He seems to think that "Oracle America" is the second value in research and "Inc." is the third and can't find anything for them.

    Is there a way to escape the comma in "Oracle America, Inc." so he treats the entire string as a value to search for?

    Thank you

    Steve

    To in front-end (user) has chosen Actions-> filter-> filter-> line Type

    • In the columns , choose your column (operational unit)
    • Functions/operators choose IN
    • In Filter Expression, type your expression ("Oracle Canada ULC", "Oracle America, Inc.")
  • Navto links does not work in the content viewer

    When I consult my folio in Content Viewer, the buttons I created to navigate to other articles in the folio do not work. I chose the option of hyperlink and typed navto://articlename in the field, so I'm not sure of what could be the problem. Has anyone else had this problem using CS5?

    Should be. All I can say is that I had no problem with navto: / / buttons.

    Check the spelling and make sure that the buttons are on top of everything else.

    Bob

  • Remove operation does not work

    Hello

    JDev 11.1.2.4

    Once more a strange ADF issue. I select a row in a table (founded iterator VO/OS), and click a button that invokes an action binding method remove which was created by selecting the iterator, then the Delete operation. When you click this button, I can see that in the newspaper:

    < DCUtil > < findSpelObject > [7016] DCUtil, returning:oracle.jbo.uicli.binding.JUApplication, for IRRISAppModuleDataControl

    ViewRowCache < ViewRowCache > < removeReference > [7017]: removeReference, id = 782 RV

    < JUCtrlHierNodeBinding > < raiseRowDeleted > [7018] liaison: noCtrl_oracle_adfinternal_view_faces_model_binding_FacesCtrlHierNodeBinding_314, DataChangeEvent REMOVE arises.

    < ADFLogger > < start > list get LOV

    < DCUtil > < findSpelObject > [7019] DCUtil, returning:oracle.jbo.uicli.binding.JUApplication, for IRRISAppModuleDataControl

    List of < ADFLogger > < addContextData > get LOV

    List of < ADFLogger > < end > get LOV

    Then I updated my iterator and my table component, but the line is not deleted. So to eliminate the fact it might be a problem of refreshment, I click on a button that COMMIT. I don't have the SQL DELETE statement.

    I tested the OV AM Tester and I can remove and commit this deletion.

    Any idea?

    Thank you

    After some tests, I discovered that the selected line has not changed during the selection of a row, I change the selection of single votes to zero, then returns to the single. Now it's working.

  • VISA series operation does not work when the PC software performs

    Hello everyone.

    I'm using LabVIEW to communicate with a control via VISA series. I can communicate with this box in most areas very well, as surveillance data function I use without any problem. The only thing I have a problem with the unit is calibrated. Calibration is achieved by opening a binary file and transfer the data of 16 bytes at a time during the series with the help of a 16-byte write the command that has this structure: [command, in this case 'P'] [2 bytes from 3800 HEX address] [16 bytes of data] [checksum 1 byte]. I'm correctly calculate the checksum, and the documentation says that the box must respond to all orders less than 100 milliseconds.

    When I try to do, the zone responds with one E several times (E is supposed to say checksum error, even if I am calculating correctly), then no longer responds to nothing. The strange thing is that this box comes with a software that allows to calibrate it and that the software has no problem with him!

    I tried using SuperMon to capture what the software sends on the series and compare it to what I pass, and from what I see, it sends the same data that I do, only he works and mine is not. I also tried using SuperMon to manually send the writing 16 bytes of a calibration function at a time, and he seems to have the same problem.

    It seems that their software works, I do something wrong. Here is a screenshot of my code that I am using. Any help would be greatly appreciated!

    I contacted officials of the control box and have solved the problem. Control box delay needs 5 to 10 milliseconds between each byte, not all orders than I had initially thought. Thanks for all the useful answers, and especially the number of split tip, which really cleans my code!

  • Merger application, MYSQL DB-Viewcriteria 'Contains' operator does not work

    Hello

    I created Viewcriteria using "Contains" operator in the View object. Because of the symbol of the concatenation of the viewcriteria search form always displaying the message "no data to display.

    How can I use "contains"?

    Thanks in advance.

    Jdev version: 11.1.2.4.0

    DB: MYSQL

    Thank you

    Kalpana.

    How can I use "contains"?


    Refer

    https://tompeez.WordPress.com/2011/08/21/extending-viewcriteria-to-use-SQL-contains-4/

  • IN operator does not

    Hi all

    I cannot understand how an operator in works in the following cases

    I have 2 tables
    TBL
    ----------------
    coltwo (varchar2) colthree (number)
    ABCD/PQR 12345
    ABCD 13452
    PQR 12343
    MNO 12334

    Tbl_Main
    ----------------------
    m_col1 (Varchar2) m_col2 (Varchar2)
    A_B_C_D ABCD/PQR
    A1_B1_C1_D1 ABCD/PQR
    E_E_E EEE
    P_Q_R PQR

    Declare
    V_var varchar2 (100);
    V_Var2 varchar2 (100);
    Begin
    Select "' | REPLACE (coltwo, "/", "", "') |" ' in V_var from Tbl where colthree = 12345;
    Select coltwo in the Tbl V_var2 where colthree = 12345;
    dbms_output.put_line (V_var);
    dbms_output.put_line (V_var2);

    I'm in (select m_col1 IN the Tbl_main WHERE m_col2 IN (V_var) or m_col2 like '%' |) V_Var2 | » %' )
    Loop
    dbms_output.put_line (i.m_col1);
    End loop;

    End;


    Output of DBMS
    -------------------
    'ABCD', 'PQR '.
    ABCD/PQR
    P_Q_R

    where as it should be
    -------------------
    'ABCD', 'PQR '.
    ABCD/PQR
    A_B_C_D
    A1_B1_C1_D1
    P_Q_R


    Packages above should get all the lines of m_col1 of Tbl_Main that m_col2 such as ABCD, ABCD/PQR or PQR.
    but for some reason, I get rows of ABCD/PQR. I don't understand why the in operator does not work.
    It is not an error or a warning outside the above question, everything works fine... can you tell me where I'm wrong or why I get no results except

    Thanks
    Saami

    Hi, Sami,

    You set v_var to the string of 12 characters:

    'ABCD','PQR'
    

    The condition

    m_col2 IN (V_var)
    

    is never TRUE with this example data, because m_col2 is never this same string of 12 characters.

    In other words, you make the equivalent of

    m_col2 IN (Q'['ABCD','PQR']')
    

    When there is a 12 string in the IN list, not the equivalent of

    m_col2 IN ( Q'[ABCD]'
              , Q'[PQR]'
              )
    

    where there are 2 strings (one with 4 characters, the other 3 characters) in the IN list.
    Try changing:

    Select ''''||REPLACE( coltwo,'/', ''',''')||'''' into V_var from Tbl where colthree= 12345 ;
    

    TO

    SELECT  '/' || coltwo || '/'
    INTO     v_var
    FROM     tbl
    WHERE     colthree     = 12345;
    

    and also to change the condition

    WHERE m_col2 IN (V_var)
    

    TO

    WHERE   INSTR ( v_var
               , '/' || m_col2 || '/'
               )         > 0
    

    I hope that answers your question.
    If not, post a small example of data (CREATE TABLE and only relevant columns, INSERT statements) for all tables and also post the results desired from these data.
    Explain, using specific examples, how you get these results from these data.
    Always tell what version of Oracle you are using.

  • Satellite P100-324 - GPU overheating due to fan does not work in the operating system

    Hello world.

    While trying to solve the problem of RAM of 4 GB ([this thread | http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=28374&tstart=0]), I meet another weird thing - gpu overheating due to fan does not work in the operating system.

    Now, I restored the XP MCE using the Toshiba Recovery and I was VERY surprised to see that the problem still exists! As soon as loading the system GPU fan stops, and there is only tranquility. The application load is heavy on GPU and reaching 104 results by reducing its GPU and MEMORY clock values and NOT in the activation of the fan.

    The same thing happens in 64-bit gentoo. ACPI can be turned on or off, it is not serious, the GPU fan always dies as soon as the system load. In non-OS environments (bios, program of recovery, etc.) the fan works fine, GPU cooling from time to time.

    This problem occurs in versions of BIOS: 2.40, 4.00, 4.20.

    Any help would be greatly appreciated, since this laptop is my main working tool and I can't let go 14 days (service).

    I saw in your other thread that you have updated the BIOS and you have installed several different OS.

    Fact is that the BIOS v 4.2 package contains BIOS 32-bit and 64-bit OS.
    Your laptop has been preloaded with Win XP MCE 32 bit. Please use the 32-bit BIOS if the original XP MCE running on the laptop.

    Best regards

  • Problem AnyDVD update 'AnyDVD does not work on your operating system'

    For many years, I used a system called 'AnyDVD '. Today I received a memo to update to the latest version I've done dozens of times in the past.
    This time, however, I have download the new item and click on "run" the file, I get a pop-up window indicating. "AnyDVD does not work on your operating system. .....
    I'm no computer expert so I don't have any idea what to do... I tried a system restore to a few days, but that did not help.
    In the meantime, the previous version of AnyDVD still works as always. How can the old system works but now an update does not work on my operating system. That makes no sense.

    Thanks for the comments... But does not apply to this problem. AnyDVD has free updates. Problem was somewhere in the system and can be corrected within 24 hours and was able to update with no further incident. Still a mystery, but is no longer a problem.

  • during the installation of Vista Service Pack 2, the computor has been disconnected. Now, I don't have an operating system and startup repair does not work. What should I do now?

    Computor was disconnected during the installation of Vista Service Pack 2. I did now no operating system and startup repair does not work. What should I do now?

    You may have to reinstall Vista from the original media or from the recovery partition according to the type of computer you have.

    Hope that you made the backup recommended all of your data before attempting to install Vista SP2.

  • FixIt center operating system is not compatible Windows and update does not work due to 8007066

    I have an Asus Essentio with Windows 7 Professional. Although the computer was working ok, I installed the FIX It Professional [I bought it to install on my computer to girls] for the interview. Since then, I had several problems with slow MSN Mail and slow performance. I uninstalled the product and to restore the computer to the date of installation of the software. Here are some of the problems I have:

    When you try to run Microsoft difficulty It Center I get a message "the operating system is not compatible and must be XP or newer" which it obviously. I've used this program in the past without any problems and actually have a user account, but it still does not work.

    Trying to access Microsoft support told me that the software is not "enabled" even though it says it's under System properties, and the product number is not saved, even if it has been for more than 8 months.

    Whenever I click on the MSN butterfly, a security message wonder if Explorer is allowed to make changes to my computer. Not a big deal, but remember why nobody liked Vista and I would like to get rid of him.

    A Windows Update does not work due the 8007066f, who doesn't have a solution, but updated logo keeps interrupting my work.

    Thanks for any help.

    I suggest an Inplace upgrade to fix your computer.

    The upgrade in place is a tool to fix the system. Thanks to the special upgrade process, we will be able to repair the system. The upgrade in place will not affect the settings like photos, movies, documents, etc. that are saved on the computer. Although this operation will not remove or modify the files and installed programs, I suggest always that you back up important files before you do. In addition, you may need to reinstall the device drivers after this operation.

    The detailed steps are included as below:

    On-site upgrade
    ====================
    1 log on to the system first.
    2. Insert the Windows 7 DVD in the DVD drive of the computer.
    3. Click Start and select computer.
    4. find the "setup.exe" file in the DVD-ROM and double-click it.
     
    5. click on install now.

    6. When you are prompted to enter the product key, please click Next directly without entering any key. The installation wizard will prompt and ask if you confirm to install Windows 7 without the key and choose please confirm.

    7. When you get to the screen ' which type of installation you want', click upgrade to upgrade the Windows 7 system files.
     
    Note: When running the upgrade on the spot, the system will restart automatically (several times) to merge the files and programs, please leave the computer alone and does not configure it until the 'upgrade on the spot"finished. The system should start Windows 7, once it is upgraded. Once the computer is running "upgrade on the spot", you can go and leave the computer and it completes automatically.

    Let us know if that helps.

  • I upgrades the operating system of my mac to OSX 10.9.4 and now my Dreamweaver CS5 does not work, it just that closes unexpectedly.  Help, please.

    I upgrades the operating system of my mac to OSX 10.9.4 and now my Dreamweaver CS5 does not work, it just that closes unexpectedly.  Help, please.

    It turns out that my video card is the cause. I removed the accidents stopped and he

  • Operator 'GOLD' does not work in "IF" condition

    Hello

    I'm trying to put a verification code /, using the 'IF' condition as below with the "OR" operator, but his does not work (don't get any syntax erorr), pls let crop properly, please note than 2 periods after my_form, he uses at the point the object/menu scrolling text, bcz until run time I don't know the name of the object


    If ((xfa.resolveNode("my_form__..__"_+_myArrayReq[i]).rawValue == null) |) ((xfa.resolveNode("my_form__..__"_+_myArrayReq[i]).rawValue == "")) {

    my code to come here, like filling a variable

    };

    Thank you

    Happy in his work. Regarding the table, I just couldn't see the rest of the script, in order to see the face on the fi statement.

    Niall

  • Satellite 5100: Driver CD does not work to recover the operating system

    My laptop Satellite 5100 did not work today. The whole system broke down, and I can not open any program. I want to recover my system but my CD driver does not work, I can not use the recovery CD to run the system.

    What should I do? Can I replace a new CD by myself? Is there another way to recover the system without the CD driver?

    Thank you very much and I look forward to hear from you.

    Hello Bingping :D (Lazy nickname)

    Well, first of all you are sure that the drive is dead or it of just not possible to boot from the recovery CD?
    Press the C key immediately after booting laptop (by pressing the power button) to boot from the CD drive.

    If it doesn t work so try to boot from the original Windows CD. Perhaps the Toshiba Recovery CD is damage. But if it is not possible to boot from a CD so I would say that the reader has a malfunction.

    Of course you can replace the car yourself. It of not very difficult, but you must be careful. Not every drive is compatible. The caught player support, you can order the Toshiba ASP in your country.

Maybe you are looking for

  • How can I remove a 10 iOS app? There is no mention that a menu

    How can I remove a 10 iOS app? All 10 iOS did when I press and hold, is to bring up a menu - which is a feature new, unexpected and undesirable new iOS operating system 10. This action is used to make the icons to move, I could press the "x" on the a

  • When will this be fixed?

    its SIX versions since it began. I have TO start firefox with the disabled Visual themes or it goes haywire. Edited by a moderator because of the language. See the rules and lines guidelines .

  • Research question

    Hi, I have a problem with the search. For example if I type in search bar (www.google.ba) 'focus 2003' it works well. But in the case where I have to change something as 'focus' 2003 'diesel 2003 focus' he'll be back to "focus 2003".

  • Problem with window painted and scrollbars when editing (LabVIEW 8.0.1)

    I'm under LabVIEW 8.0.1 in Windows XP SP3.  For my main VI, I came across a strange problem about 5 months ago.  The front window - both in edit mode and run mode - arrested repaint itself on the right side which is no longer visible when you scroll

  • OfficeJet 5740: Extension of the paper tray

    Hello When I turn on the printer the extension of the paper tray (the status bar that supports the printed pages) opens automatically. Must also close automatically? Kind regards