IDREF tag the xref element has no value

I use FM 8 on Windows.

I have a structured document where several sections of the document will be making reference to a table.

More specifically, I have an XRef element with an Idref attribute that will point to an element TableTitle in the target table.

Almost all of them work, but once from time to time one of the Idref attributes will be = < value > and tinted red in the Structure view.

The reference is correct, I can Alt-Ctrl-click on the referral and it will take me to the correct table. But when I export to format XML the Idref is empty and my XSLT logic that tries to follow this reference collapses because it cannot find the target.

It doesn't seem to matter where I set the goal, I can re assign the xref to point to another table that another Idref have no problem with, and it shows even < value >. I can remove the XRef element and add it, set up the target and it's still no < value >.

What I have to do is find another element of the xref that has a valid Idref, make a copy of this Xref element and attribute, then re - assign this Idref to my desired target cross reference and it will go then find the correct Id value in the title of the table.

While this works, I'm confused as to why Framemaker creates crossreference < worthless > in the first place.

Thanks for any idea!

-Michael

Michael,

The reference dialog box has four options selects the target (called source) of the cross-reference. Two of them create the marker-based referrals who work in FrameMaker and PDF but create attribute values. Did you check that?

-Michael HD

Tags: Adobe FrameMaker

Similar Questions

  • Import XML removes a space after the xref element

    Hello

    FM10 is not patched, WinXP SP3

    I stumbled on a very serious problem that I am unable to replicate, but not solve. When I import XML (custom), no spaces < xref > following is deleted. I don't know if it's exclusive to elements of reference or any element without content... but for sure, it happens with xrefs.

    Here's a zip with the example files with which I am able to reproduce this. The XML file has two < xref > s, separated by 'and '. When you import the XML (using the DTD, the rules and template provided), the space before the "and" is deleted.

    http://www.weststreetconsulting.com/downloads/test.zip

    I disabled all my personal plugins and all DITA plugins I could find, same thing.

    I don't know if anyone has the time to watch it, but I would be very grateful if someone could confirm the problem. This caused a real mess in my source files I can't correct using nonbreaking spaces, but it's really a pain and very suboptimal.

    Thank you

    Russ

    Hi Russ...

    This is a known issue for the DITA files and can also be the cause of the problem that you see. This has been fixed in the latest patch, as long as you use a client of import and export which was rebuilt with latest libraries FDK. (No doubt if you use the client by default, it should "work" once you install the update.) I posted this to the framemaker-dita some time ago Yahoo Group...

    ----------------------

    If you use a FM10 DITA (with DITA-FMx or not), you may have noticed that after conrefs inline spaces are missing. Apparently the FM10 introduced certain areas of standardization, which was a little too aggressive.

    This can be corrected in a future update, but until you can fix it by doing the following change to the maker.ini file. In the Preferences section, you can change that...

    RemoveExtraWhiteSpacesOnXMLImport = we

    for this...

    RemoveExtraWhiteSpacesOnXMLImport = Off

    And all is right with the world once more.

    ---------------------

    I hope this will fix your problems... but I would install the update anyway, since it solves a number of other bugs.

    See you soon,.

    .. .Scott

  • Copying recordings to another column in the table that has NULL values

    Hello

    I am trying to copy the email address from one table to another table that has the NULL value in the column email
    SQL> select
      2     count(*)
      3  from
      4     users a, cvProperties b, cvDetails c
      5  where
      6     a.user_id=b.user_id and b.cv_id=c.cv_id and a.userType like '1'
      7  and
      8     c.email is NULL
      9  /
    
      COUNT(*)
    ----------
             7
    
    SQL> insert into cvDetails(email)
      2  VALUES(
      3  (select
      4     a.login
      5  from
      6     users a, cvProperties b, cvDetails c
      7  where
      8          a.user_id=b.user_id and b.cv_id=c.cv_id and a.userType like '1'
      9  and
     10          c.email is NULL)
     11  );
    (select
     *
    ERROR at line 3:
    ORA-01427: single-row subquery returns more than one row
    Please notify

    Thank you in anticipation

    Check to see if that helps...

    MERGE INTO cvdetails c
         USING (SELECT a.login, b.cv_id
                  FROM users a, cvproperties b
                 WHERE a.user_id = b.user_id AND a.usertype = 1) xx
            ON (xx.cv_id = c.cv_id)
    WHEN MATCHED
    THEN
       UPDATE SET email = xx.login
               WHERE c.email IS NULL;
    

    Vanessa B.

  • Combine values separated by '&amp;' only if the second field has a value.

    I try to combine the 2 fields and add & symbol between the two, but only if there is in the second text field.  In this way, I wouldn't end up with "names of seller: Joe Smith &" If there was only one seller name.

    Here is my current script is add automatically of course "and" all the time.

    Get the field values as strings

    var s1 = getField("s1").valueAsString;

    var S2 = getField("s2").valueAsString;

    Combine values, separated by &

    Event.Value = s1 + '&' + s2;

    Replace the last line with:

    Event.Value = s1;

    If (s2! = "" ") event.value +="&"+ s2;

  • How to assign a value of the element from page to main page in the column element when Cre

    I have a form build on table T1. The T1 has a primary key defined (T1PK) and four other columns (C1 - C4). I have a form in this table. This form accepts the values of C1 to C4 and displayis an extra point, is not based on columns of T1 - P1_DUMMY. The form for T1PK element has the value "hidden and protected.
    When creating the form, I wanted that the value of the primary key (T1PK) will be obtained through existing trigger. I want to use the value stored in the page called "P1_DUMMY" for P1_T1PK.

    No matter what I do, I always get this error when I hit the button 'CREATE' on the page of the form:

    ORA-01400: cannot insert NULL into ('DEV'. "" T1 ". ("' T1PK")

    The Create button is a condition not to show if the the P1_T1PK page element is NULL. I created page rendering process, the process of transformation of page like this bock of PL/SQL:

    : P1_T1PK: =: P1_DUMMY

    But I still get ORA-01400. The form has the P1_DUMMY as display only, not not to store the State, so I can see that the P1_DUMMY element has the value I want (2).

    How to assign the value stored in P1_DUMMY in P1_T1PK when I click on the button CREATE on this form?

    Thank you for your time.

    Daniel

    Hello
    The belief question is the way in which the calculation is being defined. You are not using the &. rating (dot ampersand) in PL/SQL and SQL.

    Try this.

    1 define the calculation on P1_T1PK of Type calculation of value of the element
    2. on the next page to load textarea, enter P1_DUMMY. No. colon or &
    3. give appropriate conditions

    Kind regards

  • [Playbook WebWorks] Behavior of the entry element

    Do not know if Miss me just something, but...

    I am building a little app for HTML/JS/CSS to be compiled by WebWorks in a Playbook application and tested in the Playbook Simulator (v0.9.2).  Essentially, everything looks good, and I love it.

    A very strange situation appeared, however, when I use HTML5elements as a way to select a value.  They make it very well and seem to even work very well themselves.  However, selection/move slider control of range - element in the Playbook Simulator somehow makes all the rest of the page (buttons, etc.) unclickable.  Specifically, buttons subsequently always visually normally respond to clicks, but all scripts attached to their click events (who have done very well before the range element has been addressed) are not executed.

    A double-tap anywhere on the screen of the page / seems to cancel this strange state, and clicks on the new buttons fire their click event handlers.

    This problem does not occur in browsers based on webkit running Windows (for example, Chrome or Safari), just to the WebWorks-setting day running app in the Simulator Playbook.

    Where I am is not clear, I have also attached a sample basic HTML test attempts to illustrate the issue.

    Is it me?  I'm just missing something stupid?  Or...?

    Thank you.

    Thanks for finding this and bring it to our attention.  I think you've discovered a flaw of web rendering engine.  I can confirm that the keyboard does not automatically appear during application development at the entrance to the fields, after interaction with a field in the range.  You can always manually open the keyboard by sliding the left low bevel angle towards the center of the screen.

    You kindly enter this question the developer Issue Tracker: https://www.blackberry.com/jira/secure/Dashboard.jspa so he can get extra visibility?

  • Restrict the text element of data entry

    Dear comrades,

    I have a block of data. In this block, I have a DB text element. When I use the execute_query, the values are filled in this point of the DB block text. Some of the text elements are filled with value and some are not according to the database table.

    In this situation, I want to limit this element of text in a way so that if it already has the data, so no one can change the value other than (i.e. If the text element has a null value) the user can put data out there.

    Please help me this app. Thank you for your support and your help.

    Rgds,
    Luther

    per block of several recording, you need to use SET_ITEM_INSTANCE_PROPERTY instead of set_item_property, but in this case, only the INSERT_ALLOWED AND UPDATE_ALLOWED properties can be set. see the forms for more information online help

     set_item_instance_property('myblock.myitem',current_record, insert_allowed, property_false);
     set_item_instance_property('myblock.myitem',current_record, update_allowed, property_false);
    

    If the answers are useful or correct please mark

    Baig,
    http://baigsorcl.blogspot.com

  • Cannot set attribute of the param element value using javascript in setAttribute

    When adding the items param via createFragment the javascript in setAttribute function does not set the "value" attribute It is necessary to set the nodetext to add this attribute to the value of the param element.

    Second, when using the method of the generated html code defines the 'value' to the innerHTML. HTML code resulting in the display by "Inspect the system" looks like this.

    < parameter id = "myID" > myValue < / param >

    Note: [the element close text < / param > is displayed correctly using inspect, but when using file-> SavePageAs the end text is not saved correctly.] I reported this in another question of moz. support FF.]

    function setparamAttrs (parmID, parmVal)
    {

    var gData = document.createDocumentFragment();
    
     var newNode = document.createElement("param");
     var textStr = document.createTextNode(parmVal);
     newNode.appendChild(textStr);
    
     newNode.setAttribute("id", parmID);
     //newNode.setAttribute("value", parmVal);  // this does not work
     //newNode.setAttribute("innerHTML", parmVal);  //this does not work
    
     gData.appendChild(newNode);
     document.body.appendChild(gData);
    

    }

    However, I was able to retrieve the "value", once it has been added using:

    var val = document.getElementById("parm0").value;)

    getAttribute ("value") does not work either.

    Finally, I added the param elements to my HTML code like this.
    < parameter id = "myID" > myValue < / param >. Then I tried to extract the value using document.getElementById("myID").innerHTML. No text has been returned. When I looked at the HTML document with inspect my HTML param element is displayed as < param id = "myID" > myVal. The closing text of the element has not the same when I use SavePageAs which I mentioned previously.

    Yes, this is the correct way to this code and it works for me without any problem.

  • Dequeue function element: if it expires, what value is sent on the wire "element"?

    Hello

    If you use a function Dequeue item with a time out and if the function times out, what value is returned on the wire "element"?  This is the default value for the type of item?  Or something else?

    Thank you.

    Yes, this is the default value for the data type. This is the default behavior for all terminals which has a behavior (for example, what happens if you try to index a negative element of a table) undefined.

  • [ADF, JDev12.1.3] SelectOneChoiche created from VO instance with 3 fields: how to retrieve the value of all the fields of the selected element?

    Hallo,

    I defined a VO with 3 fields (A, B and C) and I would like to create a SelectOneChoiche that shows only the field as options from this instance of VO.

    In a managed bean, I need to retrieve the values for all areas (A, B and C) of the item selected by the user.

    I started dragging the entire VO instance to UI to create a SelectOneChoiche (in which I have chosen to show only the to field).

    Then, I created a for the SOC ValueChangeListener read the values A, B and C of the selected element, but the only thing I've done is to get the displayed value:

    System.out.println((String) ((RichSelectOneChoice) FacesUtils.findComponent("MySoc")).getValue());
    

    You kindly help me?

    Thank you

    Federico

    Federico, sorry I didn't see your answer.

    As you use 12.1.3 you can do this more easily than the code that I posted before. You can use

    {} public void onCountrySelection (ValueChangeEvent valueChangeEvent)

    FacesContext will involve = FacesContext.getCurrentInstance ();

    Make sure that the selection change is processed and the current link lov line has the new selected line

    valueChangeEvent.getComponent () .processUpdates (contxt);

    BindingContext lBindingContext = BindingContext.getCurrent ();

    BindingContainer lBindingContainer = lBindingContext.getCurrentBindingsEntry ();

    List JUCtrlListBinding = lBindingContainer.get ("CountryId") (JUCtrlListBinding);

    the newindex in not necessary, but ok let's get it (must be equal to the CountryId, the pharmacokinetics of the binding of the lov

    String newindex = (String) valueChangeEvent.getNewValue ();

    get the selected value in the list that is the selected line of the binding of the lov

    Line lFromList = list.getSelectedValue () (line);

    now, we can get the attributes of the line of lov

    String s = (String) lFromList.getAttribute ("CountryId");

    System.out.println ("CountryId:" + s);

    String s2 = (String) lFromList.getAttribute ("CountryName");

    System.out.println ("CountryName:" + s2);

    BigDecimal s3 = lFromList.getAttribute("RegionId") (BigDecimal);

    System.out.println ("RegionId:" + s3.toString ());

    }

    The form that I use is based on the location of the HR DB schema table. The CountryId is configured in the view object to display a lov based on the campagneVoir. This view contains thre CountryId, CountryName and RegionId attributes.

    If you want to get to the attributes of an action listener you can use this code

    {} public void onGetSelectedCountryLov (ActionEvent actionEvent)

    BindingContext lBindingContext = BindingContext.getCurrent ();

    BindingContainer lBindingContainer = lBindingContext.getCurrentBindingsEntry ();

    List JUCtrlListBinding = lBindingContainer.get ("CountryId") (JUCtrlListBinding);

    get the selected value in the list that is the selected line of the binding of the lov

    Line lFromList = list.getSelectedValue () (line);

    now, we can get the attributes of the line of lov

    String s = (String) lFromList.getAttribute ("CountryId");

    System.out.println ("CountryId:" + s);

    String s2 = (String) lFromList.getAttribute ("CountryName");

    System.out.println ("CountryName:" + s2);

    BigDecimal s3 = lFromList.getAttribute("RegionId") (BigDecimal);

    System.out.println ("RegionId:" + s3.toString ());

    }

    You must add the valueChangeListener and at least add the lines

    FacesContext will involve = FacesContext.getCurrentInstance ();

    Make sure that the selection change is processed and the current link lov line has the new selected line

    valueChangeEvent.getComponent () .processUpdates (contxt);

    to ensure that the selected line is available when you click the button.

    And set autosubmit'= true for the field in the UI that displays the LOV.

    Timo

  • My requirement is, if we click on the POP UP LOV element so I want the dependent value of this item in column of the text element in a table.

    My requirement is

    If we click on the POP UP dot LOV button then I want the dependent value of this item in column of the text element in a table.

    How do I get this as a table?

    Hi Dan,.

    I have a table, in the first column is popup LOV.and second column key is text element.

    So my question is if we click contextual key lov and select employee name, then I want to show the email address of this employee in the second column of tabular presentation.

    This can be done with AJAX. Write a JavaScript function on the onchange event of popup LOV item (Employee) key and pass the number of the employee selected to your AJAX call, go get the employee email and assign it to your entry corresponding to the key LOV popup text has changed.

    As your dealing with Form (Wizard Based/APEX_ITEM Based-not specified) in a table, you take insofar as each column is the table of elements mapped to APEX_APPLICATION input. G_FXX tables and therefore to write JavaScript to locate the item to update.

    I hope this helps!

    Kind regards

    Kiran

  • First New - VM: an element with the same key has already been added.


    I get a strange error that I have seen a few other posts, but with no resolution (or at least one that I can find).  When you try to create a new virtual machine using the cmdlet New - VM, I get the error "an item with the same key has already been added."

    Now, here's the key that I've not seen many others to mention.  This ONLY happens on the first attempt for each new connection with Connect-VIServer.  I can create as many of the same machines that I want after that first mistake with the same settings (new name of course).  If I disconnect and reconnect again, the error appears for the first time.

    Normally with PowerShell, I have just to catch the error and be on my way.  However, in this case I use the parameter - RunAsync, so that I can capture the task that is returned in a variable.  From there, I use Wait-task until the virtual machine is complete before moving on with the script.  Everything works fine when the error occurs, but when it happens that the object of the task is not returned and the rest of her vomit script errors.

    I am running the latest version of PowerCLI and I tried this on PowerShell v2.0 and v3.0 and get the same results.  I tried different models and guests without success.  I also tried this with and without assistance - AllLinked on Connect-VIServer-bound mode.  I should mention that I am cloning model, by specifying a spec customization and host cluster data store.  Again, the only common denominator repeatable here is that this ONLY happens on the first attempt to use New - VM session to vCenter.

    Any ideas or suggestions?

    If this is useful at all, here are the details of the output on the exception:

    PS C:\ > $Error [0]
    New - VM: 05/06/2013-09:49:22 new-VM an element with the same key has already been added.
    On line: 1 char: 11
    + $VMTask = new-VM-name "NEWTEST20" - model 'Template' - OS...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo: NotSpecified: (:)) [new-VM], VimException)
    + FullyQualifiedErrorId: Core_BaseCmdlet_UnknownError, VMware.VimAutomation.ViCore.Cmdlets.Commands.NewVM

    PS C:\ > $Error [0]. Exception | Select *.


    ErrorId: Core_BaseCmdlet_UnknownError
    ErrorCategory: NotSpecified
    TargetObject:
    RecommendedAction:
    SessionId:
    Login ID: /VIServer=USERNAME@SERVER:443/
    Severity: error
    Message: 05/06/2013-09:49:22 new-VM an element with the same key has already been added.
    Data: {ParameterValues}
    InnerException: System.ArgumentException: an item with the same key has already been added.
    to System.Collections.Generic.Dictionary'2.Insert (TKey key, TValue value, Boolean add)
    at VMware.VimAutomation.ViCore.Impl.V1.Service.StaticDataServiceImpl.PopulateTaskDescriptionDict
    ionary()
    at VMware.VimAutomation.ViCore.Impl.V1.Service.StaticDataServiceImpl.GetTaskDescription (String
    taskDescriptionId)
    at VMware.VimAutomation.ViCore.Impl.V1.Task.TaskImpl.Create (ManagedObjectReference moRef,
    Customer VimClient, accessories 2 dictionary, extensionData object)
    to VMware.VimAutomation.ViCore.Impl.V1.Task.ViCoreTaskCoreServiceProviderImpl. < GetTaskListForCli
    ENT > d__7.MoveNext)
    System.Collections.Generic.List to ' 1.InsertRange (Int32 index, 1 IEnumerable collection)
    at VMware.VimAutomation.ViCore.Impl.V1.Task.ViCoreTaskCoreServiceProviderImpl.GetTaskList (IEnume
    uidList Maple 1, IEnumerable 1 connectionUidList)
    to VMware.VimAutomation.Sdk.Impl.V1.Task.CoreTaskServiceImpl.GetTaskList (IEnumerable 1 uidList,
    IEnumerable 1 connectionUidList)
    to VMware.VimAutomation.ViCore.Impl.V1.Service.TaskServiceImpl.GetTaskCore (Nullable State 1,)
    IList 1 connectionUidList)
    to VMware.VimAutomation.ViCore.Impl.V1.Service.TaskServiceImpl.GetTask (Nullable State 1,)
    CmdletTaskInfoProvider cmdletTaskInfoProvider)
    at VMware.VimAutomation.ViCore.Impl.V1.Service.TaskServiceImpl.GetTaskById (String uid,
    CmdletTaskInfoProvider cmdletTaskInfoProvider)
    VMware.VimAutomation.ViCore.Impl.V1.Service.VmServiceImpl.NewVM (model TemplateInterop,
    VMHostInterop vmHost, string name, resourceContainer, FolderInterop location VIContainerInterop,.
    StorageResourceInterop data store, Nullable 1 diskStorageFormat, OSCustomizationSpecInterop
    customization, Boolean, Boolean, string 1 Nullable description isRequestedAsync allowNested
    Nullable, 1 haIsolationResponse, Nullable 1 drsAutomationLevel, haRestartPriority, [AdvancedOption]
    options)
    to VMware.VimAutomation.ViCore.Cmdlets.Commands.NewVM.DoWork (customer VIAutomation, moList list 1)
    at VMware.VimAutomation.ViCore.Util10Ps.BaseCmdlet.BaseCmdlet.DoWork (VIConnection connection,
    MoList list 1)
    at VMware.VimAutomation.Sdk.Util10Ps.BaseCmdlet.BaseCmdlet.DoWorkEx (VIConnection connection,
    MoList list 1)
    to
    VMware.VimAutomation.Sdk.Util10Ps.BaseCmdlet.ConnectionDispatchHelper.ExecuteRunlist (dictionary 2
    runlist, DoWorkDelegate doWorkDelegate, UidDispatchHelper uidDispatchHelper, result of list 1)
    TargetSite:
    StackTrace:
    HelpLink:
    Source:

    PS C:\ > $Error [0]. Exception.InnerException | Select *.


    Message: An element with the same key has already been added.
    ParamName:
    Data: {ConnectionId}
    InnerException:
    TargetSite: Void Insert (TKey, TValue, Boolean)
    StackTrace: At System.Collections.Generic.Dictionary'2.Insert (TKey key, TValue value, Boolean add)
    to
    VMware.VimAutomation.ViCore.Impl.V1.Service.StaticDataServiceImpl.PopulateTaskDescriptionDictionary)
    at VMware.VimAutomation.ViCore.Impl.V1.Service.StaticDataServiceImpl.GetTaskDescription (String
    taskDescriptionId)
    at VMware.VimAutomation.ViCore.Impl.V1.Task.TaskImpl.Create (ManagedObjectReference moRef,
    Customer VimClient, accessories 2 dictionary, extensionData object)
    to VMware.VimAutomation.ViCore.Impl.V1.Task.ViCoreTaskCoreServiceProviderImpl. < GetTaskListForClient
    > d__7.MoveNext)
    System.Collections.Generic.List to ' 1.InsertRange (Int32 index, 1 IEnumerable collection)
    to
    VMware.VimAutomation.ViCore.Impl.V1.Task.ViCoreTaskCoreServiceProviderImpl.GetTaskList (IEnumerable 1)
    uidList, IEnumerable 1 connectionUidList)
    to VMware.VimAutomation.Sdk.Impl.V1.Task.CoreTaskServiceImpl.GetTaskList (IEnumerable 1 uidList,
    IEnumerable 1 connectionUidList)
    to VMware.VimAutomation.ViCore.Impl.V1.Service.TaskServiceImpl.GetTaskCore (Nullable State 1,)
    IList 1 connectionUidList)
    to VMware.VimAutomation.ViCore.Impl.V1.Service.TaskServiceImpl.GetTask (Nullable State 1,)
    CmdletTaskInfoProvider cmdletTaskInfoProvider)
    at VMware.VimAutomation.ViCore.Impl.V1.Service.TaskServiceImpl.GetTaskById (String uid,
    CmdletTaskInfoProvider cmdletTaskInfoProvider)
    VMware.VimAutomation.ViCore.Impl.V1.Service.VmServiceImpl.NewVM (model TemplateInterop,
    VMHostInterop vmHost, string name, resourceContainer, FolderInterop location VIContainerInterop,.
    StorageResourceInterop data store, Nullable 1 diskStorageFormat, OSCustomizationSpecInterop
    customization, Boolean, Boolean, string 1 Nullable description isRequestedAsync allowNested
    Nullable, 1 haIsolationResponse, Nullable 1 drsAutomationLevel, haRestartPriority, [AdvancedOption]
    options)
    to VMware.VimAutomation.ViCore.Cmdlets.Commands.NewVM.DoWork (customer VIAutomation, moList list 1)
    at VMware.VimAutomation.ViCore.Util10Ps.BaseCmdlet.BaseCmdlet.DoWork (VIConnection connection,
    MoList list 1)
    at VMware.VimAutomation.Sdk.Util10Ps.BaseCmdlet.BaseCmdlet.DoWorkEx (VIConnection connection,
    MoList list 1)
    to
    VMware.VimAutomation.Sdk.Util10Ps.BaseCmdlet.ConnectionDispatchHelper.ExecuteRunlist (dictionary 2
    runlist, DoWorkDelegate doWorkDelegate, UidDispatchHelper uidDispatchHelper, result of list 1)
    HelpLink:
    Source: mscorlib


    I was informed that this is actually a "known" bug and a fix has already been planned for the release of the future code.  After getting the access to a beta version, it does not seem to be fixed in the next release.

  • Display the values of the Page element in HTML table

    Hi all

    could you please help me with the below? I want to have a table in the HTML area and to display in the table of elements of the Page of the page.

    I got the code like this:
    {
    < table >
    < tr > < td > & P1_ECEMEA_ASSISTANCE < table > < /tr >
    < tr > < td > & P1_ECEMEA_WIP < table > < /tr >
    < /table >
    }
    It shows the element of the Page names in the form of text, not the values.

    However, this code without the tags table:
    {
    ECEMEA request for Assistance of the CQT: & P1_ECEMEA_ASSISTANCE.
    ECEMEA CQT Work in Progress: & P1_ECEMEA_WIP.
    }
    Works and Page element values are displayed.

    Is it possible to display the values of the Page element in the HTML table at all or should I use a different method to show the values in a table? The above is only an excerpt of the code. I need to display about 30 items in Page, put in shape in a table with headers.

    Please let me know what kind of region is the best to use, or if I have to use only a few symbols of escape in the table code...

    Thank you and best regards,

    Vladimir

    Vladimir,

    Looks like you're missing the period after the substitution variables.

    {
    
    &P1_ECEMEA_ASSISTANCE.
    &P1_ECEMEA_WIP.
    }

    -D.

  • The text element values value when the user clicks a report line.

    The text element values value when the user clicks a report line.

    I have a report based on the EMP table and two elements P911_EMPNO, P911_DEPTNO. When I click on one of the lines the EMPNO and DEPTNO is copied to the text elements.
    It works fine if I leave the EMPNO and DEPTNO as SHOW report, but if I then these clear values are not retrieved the report form (my javascript is very limited).

    I need a method to retrieve the data hidden in the report and display in the text without the reposting of the page elements.

    Also, would be nice if the line was highlighted until another line is clicked but especially is my priority.

    Elements
    P911_EMPNO, P911_DEPTNO (field of disabled text, saves the State)

    Report
    Select * from emp using the model of report below.

    Custom model.
    standard_report_cust_P330-a copy of the standard report with a change model.
    BEFORE EACH LINE
    < tr onclick = "selectRow (this);" #HIGHLIGHT_ROW # >


    * Javascript in the Page Header.*
    < script language = "JavaScript1.1" type = "text/javascript" >
    function selectRow (p_tr)
    {
    var l_deptno = p_tr.childNodes [8] .innerHTML;
    var l_empno = p_tr.childNodes [1] .innerHTML;
    html_GetElement ('P911_DEPTNO'). Value = l_deptno;
    html_GetElement ('P911_EMPNO'). Value = l_empno;
    }
    < /script >

    If anyone has any ideas. Thanks, Pete

    Hello

    When you use this type of report model, you actually control on where the column values are used - and they can be used several times.

    For example, a setting of 'Model line 1' for one such model could be:

    <tr>
    <td class="c1">#1#</td>
    <td class="c2">#2#</td>
    <td class="c2">#3#</td>
    <td class="c2">#4#</td>
    <td class="c3">#5#</td>
    </tr>
    

    #1 # fact refers to the data in the first column, #2 # for the second and so on. So you can do:

    <tr onclick="javascript:dosomething('#1#','#2#');">
    <td class="c1">#1#</td>
    <td class="c2">#2#</td>
    <td class="c2">#3#</td>
    <td class="c3">#5#</td>
    </tr>
    

    For example, by clicking on the line would trigger the dosomething() function and pass in that the values of the first and second columns. Also note that the 4 # does not appear now - this column is 'hidden' (but note that you must check the box to show the column)

    Andy

  • iMac hangs after update of recent software - "an element of the liberated area has been modified in the area of pipe.

    I have an iMac 21.5 "2009 end which I never had no problem with. It is Yosemite 10.10.5 running and after a recent software update has become very unstable. After I restarted recently he crashed 5 times a day. It seems to be the internet causing the problem (I use Google and Safari and had adbloc on Google).

    This is a copy of the last problem report. Any help would be appreciated.

    Anonymous UUID: 7DBCDA8C-8FD9-63FE-7843-971A36805010

    Mar 22 19:13:35 dec 2015

    Panic report *.

    panic (cpu 0 0xffffff800c76bf7d appellant): "an element of the liberated area has changed in the area of pipe: expected 0xc0ffeeb11389b206 but found 0xc0ffeef11389b206, wicks 0 4000000000 changed x, offset 168 of 176 in the element 0xffffff801a243a70, cookies 0x3f00113109ad8bc6 0x53521947e0c1049"@/SourceCache/xnu/xnu-2782.50.1/osfmk/kern/zalloc.c:496.

    Backtrace (CPU 0), frame: return address

    0xffffff809f79bc70: 0xffffff800c72ad21

    0xffffff809f79bcf0: 0xffffff800c76bf7d

    0xffffff809f79bd60: 0xffffff800c76b9f1

    0xffffff809f79bda0: 0xffffff800c76a837

    0xffffff809f79bed0: 0xffffff800cbefd61

    0xffffff809f79bf50: 0xffffff800cc4b376

    0xffffff809f79bfb0: 0xffffff800c8344a6

    The process corresponding to the current thread BSD name: firmwaresyncd

    Mac OS version:

    14F1509

    Kernel version:

    14.5.0 Darwin kernel version: kills Sep 1 21:23:09 PDT 2015; root:XNU-2782.50.1~1/RELEASE_X86_64

    Kernel UUID: 06D286E3-A8A1-3BE7-A7EB-EAC6E0C69758

    Slide kernel: 0x000000000c400000

    Text of core base: 0xffffff800c600000

    Text __HIB base: 0xffffff800c500000

    Name of system model: iMac10, 1 (Mac-F2268CC8)

    Availability of the system in nanoseconds: 350747261770

    last load kext to 295918008027: com.apple.filesystems.msdosfs 1.10 (addr 0xffffff7f8ef37000 size 69632)

    Finally unloaded kext to 148510260291: com.apple.iokit.IOAHCIPassThrough 1.0.3 (addr 0xffffff7f8e061000 size 36864)

    kexts responsible:

    com.rim.driver.BlackBerryUSBDriverInt 0.0.68

    com Apple.filesystems.msdosfs 1.10

    com.apple.driver.AudioAUUC 1.70

    com.apple.driver.AppleHWSensor 1.9.5d0

    com.apple.driver.AGPM 110.19.6

    com Apple.filesystems.autofs 3.0

    com.apple.iokit.IOBluetoothSerialManager 4.3.6f3

    com.apple.driver.AppleOSXWatchdog 1

    com.apple.driver.AppleMikeyHIDDriver 124

    com.apple.driver.AppleHDA 272.18.3

    com.apple.driver.AppleMikeyDriver 272.18.3

    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.6f3

    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0

    com.apple.driver.AppleLPC 1.7.3

    com.apple.iokit.IOUserEthernet 1.0.1

    com.apple.Dont_Steal_Mac_OS_X 7.0.0

    com.apple.driver.AppleHWAccess 1

    com.apple.driver.AppleHV 1

    com.apple.driver.AppleIntelSlowAdaptiveClocking 4.0.0

    com.apple.driver.AppleBacklight 170.7.4

    com.apple.GeForceTesla 10.0.0

    com.apple.driver.AppleUpstreamUserClient 3.6.1

    com.apple.driver.AppleMCCSControl 1.2.12

    com.apple.driver.AppleIRController 327,5

    com.apple.driver.AppleUSBCardReader 3.5.5

    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1

    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0

    com.apple.BootCache 36

    com.apple.iokit.SCSITaskUserClient 3.7.5

    com.apple.driver.XsanFilter 404

    com.apple.iokit.IOAHCIBlockStorage 2.7.1

    com.apple.driver.AppleFWOHCI 5.5.2

    com.apple.driver.AirPort.Atheros40 700.74.5

    com.apple.driver.AppleUSBHub 705.4.2

    com.apple.driver.AppleHPET 1.8

    com Apple.nvenet 2.0.22

    com.apple.driver.AppleAHCIPort 3.1.2

    com.apple.driver.AppleUSBOHCI 656.4.1

    com.apple.driver.AppleUSBEHCI 705.4.14

    com.apple.driver.AppleRTC 2.0

    com.apple.driver.AppleACPIButtons 3.1

    com.apple.driver.AppleSMBIOS 2.1

    com.apple.driver.AppleACPIEC 3.1

    com.apple.driver.AppleAPIC 1.7

    com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0

    com Apple.NKE.applicationfirewall 161

    com Apple.Security.Quarantine 3

    com.apple.security.TMSafetyNet 8

    com.apple.driver.AppleIntelCPUPowerManagement 218.0.0

    3.10.25 com.apple.AppleGraphicsDeviceControl

    com Apple.kext.Triggers 1.0

    com.apple.iokit.IOSerialFamily 11

    com.apple.driver.DspFuncLib 272.18.3

    com.apple.kext.OSvKernDSPLib 1.15

    com.apple.iokit.IOFireWireIP 2.2.6

    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.6f3

    com.apple.driver.IOPlatformPluginLegacy 1.0.0

    com.apple.driver.AppleSMBusPCI 1.0.12d1

    com.apple.driver.IOPlatformPluginFamily 5.9.1d7

    com.apple.iokit.IOUSBUserClient 705.4.0

    com.apple.driver.AppleHDAController 272.18.3

    com.apple.iokit.IOHDAFamily 272.18.3

    com.apple.iokit.IOAudioFamily 203.3

    com.apple.vecLib.kext 1.2.0

    com.apple.iokit.IOSurface 97.4

    com.apple.iokit.IOBluetoothFamily 4.3.6f3

    com.apple.iokit.IOSlowAdaptiveClockingFamily 1.0.0

    com.apple.driver.AppleBacklightExpert 1.1.0

    com.apple.driver.AppleSMC 3.1.9

    com.apple.nvidia.classic.NVDANV50HalTesla 10.0.0

    com.apple.driver.AppleSMBusController 1.0.13d1

    com.apple.nvidia.classic.NVDAResmanTesla 10.0.0

    com.apple.iokit.IONDRVSupport 2.4.1

    com.apple.iokit.IOGraphicsFamily 2.4.1

    com.apple.driver.AppleUSBHIDKeyboard 176,2

    com.apple.driver.AppleHIDKeyboard 176,2

    com.apple.iokit.IOUSBHIDDriver 705.4.0

    com.apple.driver.AppleUSBMergeNub 705.4.0

    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.7.5

    com.apple.iokit.IOBDStorageFamily 1.7

    com.apple.iokit.IODVDStorageFamily 1.7.1

    com.apple.iokit.IOCDStorageFamily 1.7.1

    com.apple.iokit.IOAHCISerialATAPI 2.6.1

    4.5.8 com.apple.iokit.IOFireWireFamily

    com.apple.driver.AppleEFINVRAM 2.0

    com.apple.iokit.IO80211Family 730.60

    com.apple.driver.AppleEFIRuntime 2.0

    com.apple.iokit.IONetworkingFamily 3.2

    com.apple.iokit.IOAHCIFamily 2.7.5

    2.2.9 com.apple.driver.NVSMU

    com.apple.iokit.IOHIDFamily 2.0.0

    com.apple.iokit.IOSMBusFamily 1.1

    com Apple.Security.sandbox 300.0

    com.apple.kext.AppleMatch 1.0.0d1

    com.apple.driver.AppleKeyStore 2

    com.apple.driver.AppleMobileFileIntegrity 1.0.5

    com.apple.driver.AppleCredentialManager 1.0

    com.apple.driver.DiskImages 398

    com.apple.iokit.IOReportFamily 31

    com.apple.driver.AppleFDEKeyStore 28.30

    com.apple.iokit.IOUSBMassStorageClass 3.7.2

    com.apple.driver.AppleUSBComposite 705.4.9

    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.5

    com.apple.iokit.IOStorageFamily 2.0

    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.5

    com.apple.iokit.IOUSBFamily 720.4.4

    com.apple.driver.AppleACPIPlatform 3.1

    com.apple.iokit.IOPCIFamily 2.9

    com.apple.iokit.IOACPIFamily 1.4

    com.apple.kec.Libm 1

    com Apple.KEC.pthread 1

    com Apple.KEC.corecrypto 1.0

    System profile:

    Airport: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.74.0 - P2P

    Bluetooth: Version 4.3.6f3 16238, 3 services, 27 aircraft, 1 incoming serial ports

    Crush Bus:

    Memory module: BANK 0/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020

    Memory module: BANK 1/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020

    USB device: Keyboard Hub

    USB Device: Apple keyboard

    USB device: ISight built-in

    USB device: Memory card reader internal

    USB Device: IR receiver

    USB device: USB optical mouse

    USB device: Hub BRCM2046

    USB Device: USB Bluetooth host controller

    Serial ATA Device: WDC WD5000AAKS-40V2B0, 500,11 GB

    Serial ATA Device: OPTIARC DVD RW AD - 5680H

    Model: iMac10, 1, IM101.00CC.B00 of BootROM, 2 processors, Intel Core 2 Duo 3.06 GHz, 4 GB, MSC 1.52f9

    Network service: Airport, AirPort, en1

    Graphics card: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB

    Model: iMac10, 1, IM101.00CC.B00 of BootROM, 2 processors, Intel Core 2 Duo 3.06 GHz, 4 GB, MSC 1.52f9

    Graphics card: NVIDIA GeForce 9400, NVIDIA GeForce 9400, PCI, 256 MB

    Memory module: BANK 0/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020

    Memory module: BANK 1/DIMM1, 2 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353637334648302D4346382020

    Airport: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.74.0 - P2P

    Bluetooth: Version 4.3.6f3 16238, 3 services, 27 aircraft, 1 incoming serial ports

    Network service: Airport, AirPort, en1

    Serial ATA Device: WDC WD5000AAKS-40V2B0, 500,11 GB

    Serial ATA Device: OPTIARC DVD RW AD - 5680H

    USB device: Keyboard Hub

    USB Device: Apple keyboard

    USB device: ISight built-in

    USB device: Memory card reader internal

    USB Device: IR receiver

    USB device: USB optical mouse

    USB device: Hub BRCM2046

    USB Device: USB Bluetooth host controller

    Crush Bus:

    com.rim.driver.BlackBerryUSBDriverInt 0.0.68

    Try to uninstall RIM.

    Uninstallation of RIM

Maybe you are looking for