Current Record Indicator

I have a multi-record block, where all the items, except for one, are based on the database. That non-database item is a current record visual indicator (a display item). I would like this item (only) to change the colour (ex. to blue) just for the record that is being currently selected. When user leaves the record, it should return to the original (white) colour. I have created a visual attribute group, and based a block's current record visual attribute group on it. However, it has affected all the columns of the block, and not just the indicator. Can anybody help me please, on how I can do that?
Thanks a lot to everyone!
Eugene.

This is how current record visual attribute works.
If you want to highlight just one item, you'll have to do it manually with the display_item built-in and the when-new-record trigger.
I think you will be better off just droping the display item and using the default behavior of the current record visual attribute.

Similar Messages

  • Record Indicator

    I have created a Form on a table with report.
    Now I want to create a record indicator in my report.
    (so I know the report line I'm working in, in my form)
    Thanks, regards Robbert

    I assume that you have the Form and Report all on the same page.
    If so you will have an item (e.g. :p1_record_id) on the page that is populated with the id of the record you are editing. Use that in a DECODE in your report query to display a flag for the row currently being edited e.g.
    SELECT
      DECODE(empno,:p1_record_id, 'Flag') x,
      ename,
      job
    FROM
      empShunt

  • Batch Record Indicator

    Dear SAP Guru,
    Good day to you.
    I would like to know the path or where in Customizing should i set the batch record indicator as indicated below.
    We are currently dealing withn a scenario wherein we could not archive via COEBR the batch and the Material we created even though the batch usage decision has been completed and we found the note below.
    "In future, use an order type for which the Batch record required indicator has been set in Customizing. The system then sets the BRRQ (Batch record required) status in the order and the corresponding inspection lot when you release the order."
    I would greatly appreciate your reply.
    Thanks,
    JMTafalla

    Are you talking about Batch where used list?
    When compiling the batch where-used file, the system generates the receipt and issue records required for the batch where-used list for the material document items. Are you talking about these records?
        If yes, maintain it in transaction OCHA, -> make settings for batch where used list.

  • Premiere elements 12 - cannot move assets past current time indicator ... why?

    Cannot drag/move jpg (img 1232) past current time indicator (red) on any of the available tracks ... it does nothing ... I can only drag/move asset around before the current time indicator ... why
    This would make my work useless !!! Please help!
    Newly installed as iMac OSX 10.8.5
    Premiere Elements 12 directly downloaded from Adobe site (purchase version)

    Dave
    Whatever you decide, please keep watch on how many days from date of purchase so that you do not lose any rights to 30 day money back from Adobe if you purchased from Adobe.
    I had some thoughts for some areas to look into in your situation.
    You have asked several time if you are using the correct project preset. I do not see that any one has responded to that question. I am assuming that your iPhone 5s is recording H.264.mov or.mp4 1920 x 1080 @ up to 30 progressive frames per second. The frame rate is probably up to 30, meaning variable frame rate. So, where is the 120 frames per second video coming from? I would manually set the project preset for
    NTSC
    DSLR
    1080p
    DSLR 1080p30@ 29.97
    Details for manually setting the project preset are in the How To section of
    http://www.atr935.blogspot.com/2013/04/pe11-accuracy-of-automatic-project.html
    The use of video with variable frame rate has created all sorts of issues besides audio out of sync with Premiere Elements. It could be the iPhone 5S video that is creating the problems, but.... Have you taken the time to  remove selectively and sequentially types of media from the tracks to determine if such removal would then allow you to place additional media from Project Assets to Timeline wherever you want?
    If you implicate the iPhone 5S video in the issue, you could take it into a program such as HandBrake and change the file's variable to constant frame rate and export it from there as 1920 x 1080 @ 29.97 progressive frames per second H.264.mp4 file. Then try it in your project.
    The party line is that you cannot change the project preset once it has been set for a project. We can go into that later. By the way, if you start a new project, is the problem of placing source media where you want in the Timeline still there?
    We will be watching for further developments.
    ATR

  • No Current Record Error When Opening Project

    So, I have a large-ish project that I've been working with for a while in RoboHelp 9. Said project has historically been somewhat unstable (we had to strip it down and rebuild it entirely a couple years ago), and today said instability has reared its ugly head. Essentially, when I try to open the project, RoboHelp spins its wheels for a while, and eventually gives me a message reading "No current record." I got this error trying to open the XPJ file, then tried the HHP, which apparently blew the XPJ away, and gave me the same message.
    I have a backup project I can use if need be, but I'd rather get my original version running again. Any ideas?

    You haven't said whether you tried deleting the CPD?
    Also you haven't said where the project is located, network or local.
    See if this thread helps and post back.
    http://forums.adobe.com/message/244585#244585
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Restrict the detail record based on the record indicator

    Hi, i have a master detail form
    when i query the form at header block it shows all the headers say
    header block
    header, line num, desc
    1, 1, pen
    1 ,2, rubber
    1 ,3, sketchpen
    line block
    line num, sub item ,cost
    1 ,1.1, 50
    1 ,1.2, 60
    2 ,2.1, 70
    2, 2.2, 5
    it shows the output in this way
    i want to restrict the line level block (say if my cursor is at record indicating row 1 in header) then in line level it should show
    lines pertaining to line num 1 and header 1 --eg pen records
    if my cursor is at line num 2 in header block, in line level block it should show only line num 2 details ie rubber details, how can i restrict this.
    Thanks,

    Define the relation between header and detail
    join condition : header.line_num = detail.line_num
    delete record behaviour : non-isolated
    prevent masterless operations : Yes
    after this if you navigate, the detail records will automatically gets queried accordingly.
    Regards
    Dora

  • How to Highlight the CURRENT RECORD in a Table with Report Form

    Hi,
    I have created a Table with Report Form....let suppose the table is - EMP
    Report page - 1
    Form page - 2
    Now, when I do Create / Update on Page 2,....the control is back on Page1.
    Suppose in the Report Page (Page1)..we have 10 records....NOW how should I highlight the CURRENT RECORD in Page 1 with some color to identify the record which I have updated/created just now...
    Thanks,
    Deepak

    Hi Deepak,
    You could do that with a custom report template. I've done that here: [http://apex.oracle.com/pls/otn/f?p=267:175]
    Go to Shared Components, Templates and create a new Report template as a copy of your existing one. Then edit your template. In the above example, the Column Template 1 setting was:
    <td #ALIGNMENT# headers="#COLUMN_HEADER#" class="t18data">#COLUMN_VALUE#</td>I copied this into the Column Template 2 setting and updated the Column Template 1 setting to:
    <td #ALIGNMENT# headers="#COLUMN_HEADER#" class="t18data" style="background-color:red; color:yellow;">#COLUMN_VALUE#</td>I then set the Column Template 1 Condition to: Use Based on PL/SQL Expression
    and the Column Template 1 Expression to: '#EMPNO#' = '&P178_EMPNO.'
    (In my example, P178_EMPNO is the single item on the linked to page.
    Save those changes and go to your report and change its template to the new one. As long as a selection has been made and P178_EMPNO has a value, the condition will make sure that the report uses the first template for the row with the matching EMPNO value. All other rows get the template from Column Template 2.
    Andy

  • Re: Displaying Current Record After Delete

    Hi all,
    I am using Jdeveloper 11.1.2.3.0
    I have two tables which has parent child relation among the both.
    I dragged the parent table as a adf form on to the .jspx page.
    Now if i am trying to delete fifth record in the parent table it is giving error message like "Table has child record, delete unsuccessful"
    It is fine, but the control going to first record after deletion.
    But i want to display current deleting record on the page if deletion is unsuccessful.
    Can anybody help me to resolve the above one.
    Thanks,
    Syam

    In this code when the bolded if condition fails i want to delete that record. I tried "delete struct1 index sy-tabix" but that record is not deleted.
    I tried "clear  struct1 ". its deletes the current record.
    but in some field its getting zero value & it is appending as a additional record.
    Please help me.
    loop at cdhdr.
    if ( it1-tcode = 'FSS0' or it1-tcode = 'FS00' ).
        w1_saknr = it1-objectid+4(10).
        w_orgid = it1-objectid+14(4).
       loop at it_cdpos  where changenr eq it1-changenr
                      and objectid eq it1-objectid
                       and   objectclas eq it1-objectclas.
       <b>If w_orgid in r_orgid.</b> 
      IF ( it_CDPOS-FNAME = 'XLOEV' AND it_cdpos-value_new eq 'X' ).
         replace struct1-change_ind with 'D' into struct1-change_ind.
                struct1-bukrs = w_orgid.
                struct1-cost = space.
                struct1-plant = space.
                append struct1.
          else.
             struct1-bukrs = w_orgid.
             struct1-change_ind = w_chngid.
             struct1-cost = space.
             struct1-plant = space.
             append struct1.
          endif.
       <b> else</b>.
        <b>delete struct1 index sy-tabix</b>.
      endif.
        append struct1.
           endloop.
    endif.
    endloop.

  • Task flow return-Current Record pointing issue.

    Hi friends
    Newbie in ADF (basically from .net back ground)...........I am in the process of developing my first module.
    I have a task flow where a master detail records are displayed ..When I click "Edit" it is calling a edit task flow where the editing of master/detail tables are performed .When I click "New" a blank record is created and it is calling same edit task flow.
    my problem is when the child task flow exits and returns to the parent it is not pointing to the current record I edited...This is true if return either by commit or cancel.
    My data control is shared , parent task flow does not have any transaction and child always starts a new transaction.
    What is the ideal solution to point to the current record when I return?.
    Thanks .
    Ashraf

    Below is updated bean code
    ViewObject VO;
    FacesContext fctx = FacesContext.getCurrentInstance();
    DCBindingContainer bindings = (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
    DCIteratorBinding iter = bindings.findIteratorBinding("Delmast1Iterator");
    VO = iter.getViewObject();
    Key currKey = iter.getCurrentRow().getKey();
    Row[] rows = VO.findByKey(currKey, 1);
    if (rows.length == 1) {
    System.out.println("row found");
    VO.setCurrentRow(rows[0]);
    iter.executeQuery();
    iter.setCurrentRowWithKey(currKey.toStringFormat(true));
    iter.setCurrentRowWithKeyValue(iter.getCurrentRow().getAttribute("SaleId").toString());
    If my child task flow does not have a commit or rollback the above code works fine...But I am beginning a transaction in my child flow(edit flow) so it is a must to have commit/rollback.
    Is there any other options experts ?..Please guide me.
    Thax.

  • Set current record to uppercase

    Hi,
    How can i set a particular item in the current record to uppercase at runtime.
    Set_item_property is setting the item
    in all the records to uppercase.
    Thanks in advance.
    Phebe

    If you just want the value to be in upper case you can code a trigger to do this for you in when-validate-item or post-change.
    Just do it manually without a builtin .

  • Current Record Visual Attribute

    Hallo,
    In a Dev.2.1 Form I have defined a Visual attribute (VA01 - black on yellow) and then in a Data Base block I have assigned VA01 to the 'current record' property.
    One item of that block is not a Data Base one. When I scroll the rows of the Base Table only this item isn't affected by the current record visual attribute, i.e. it remains "black on white".
    Anyone kwnows why ?
    Thanks in advance.
    Dino.

    The 'Current record Visual attribute' property of that block is already set to VA01. The point is that all of the items of that block iherit the attribute, except the one I said, which doesn't belong to the base table. I ask if this behaviour is normal, and how to do to have also this item to be affected by the same visual attribute !
    Thanks.

  • No field in current record - message

    Access2007.accd of an old db built circa 90s .mdb; 
    Main form, with single form Sub form2, with continuous Sub form3
    Main form has a Combobox1 to select record from Table 1
    Sub form2 has a Combobox2 in its header to select record from Table 2 (Many to Table 1 key)
    Combobox2's record set is a query with criteria of Main form Key ID so it only displays choices valid to Main form 
    continuous Sub form3 displays records from Table 3 (Many to Table 2 key)
    and this all works fine
    when Main form's combobox1 is changed, subform 2 is requeried and combobox 2 requires an explicit requery in the combobox 1 AfterUpdate Event
    this also works fine - except - if one has highlighted a row in continuous sub form 3, and then using your cursor to go to Main form combobox 1 and select ; then the error message 'No combobox2 is in the current record' appears
    so I am guessing the 'current record' is the issue but not sure how to resolve.......

    All that I can add to this is:
    clicking in a row/field in continuous sub form 3 causes the problem as per the first post
    if one clicks into single Sub Form 2 before triggering the Main combo box - everything works ok
    because the error is saying 'there is no such field in the current record'....and the Go To step of the macro is to a control and not a field - it is a baffling error to me.  But to satisfy this insanity I created a calculated field in the query record
    source of continuous sub form 3 using the name of the control and just entering a fixed 'dummy' value....
    and that works.... a bizarre work around.......

  • APP-PAY-07092: This action is invalid for the current record.

    Unable to access employees assignment panel in order to make updates within oracle HR receiving this error.How to fix this.

    Please see these docs.
    APP-PAY-07092 This action is invalid for the current record when Trying to Access Assignment [ID 813815.1]
    PERWSHRG APP-PAY-07092 when Navigating to Assignments Screen [ID 796523.1]
    PERWSHRG APP-PAY-07092 Trying to Access Assignment [ID 1434212.1]
    PERWSEAC Cannot enter Costing for Contingent Workers APP-PAY-07092 [ID 1458000.1]
    App-Pay-07092:Action Invalid for Current Record:Salary for Active Contingent Asg [ID 360168.1]
    Payment Method Errors When Opened: APP-PAY-07092: This process is invalid for the current record. [ID 289691.1
    Thanks,
    Hussein                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to extract current record using get pernr (logical database)

    Hi all,
    I am using logical database in the program and using <b>get pernr</b> method. But there are multiple entries in the infotype for a perticular employee. i want to extract employees current record whose end date is greater than sy-datum.
    how to do this using <b>get pernr</b>?
    Thanks in advance.

    Hi Priti,
    Get Pernr statement will get all the records for each employee spcicified for the Begin and End dates on the selection screen and store in an internal table for the infotypes declared in the infotypes statement.
    You need to read this table and copy only the records that meet the date criteria in an internal table for further use.
    For Ex:
    infotypes : 0001.
    tables : pernr.
    TYPES : BEGIN OF ty_kostl,
             pernr TYPE pernr-pernr,
             kostl TYPE p0001-kostl,
             ename TYPE p0001-ename,
            END   OF ty_kostl.
    Work Areas
    DATA : g_kostl_wa  TYPE ty_kostl.
    Internal Tables
    DATA : i_kostl  TYPE TABLE OF ty_kostl.
    start-of-selection.
       get pernr.
       PROVIDE * FROM p0001 BETWEEN pn-begda AND pn-endda.
        if p0001-endda GT sy-datum.
           g_kostl_wa-pernr = p0001-pernr.
           g_kostl_wa-kostl = p0001-kostl.
           g_kostl_wa-ename = p0001-ename.
           APPEND g_kostl_wa TO i_kostl.
           CLEAR  g_kostl_wa.
        endif.
      ENDPROVIDE.

  • Updating current record using SET_CUSTOM_PROPERTY in a multi-record form

    Hi,
    I have a multi record form and am using the SET_CUSTOM_PROPERTY method in the when validate trigger of an item. The problem is that it updates all records in the form instead of updating just the current record.
    Any inputs to resolve this would be helpful.
    Thanks

    I cannot reproduce the issue here.
    I have modified the sample dialog shipped with th article to have a block that displays 2 records
    <p>See the screenshot here</p>
    Here is the code in the When-Button-Pressed trigger:
      Set_Custom_Property( 'BLZ.BEAN', 1, 'READIMGFILE', 'd:/coyote.jpg' ) ;
      Set_Custom_Property( 'BLZ.BEAN', 2, 'READIMGFILE', 'd:/oracle_community.gif' ) ;So everything is ok for me.
    Francois

Maybe you are looking for

  • Query on Condition Records(Pricing) in SAP CRM

    Hai experts, It would be garteful if you can clarify my doubt. In ECC we maintain pricing condition records in VK11, do we down load them to CRM? if so what is the Load object name(per say for PR00), and the path where can we see the records in CRM a

  • Invalid Directory Path

    Hi, When I execute a procedure as shown below i use to get an error as <b> "invalid directory path"</b> exec emp_details('c:\emp\test.txt',100); The first parameter is the the path where file is stored and the other parameter is the emp code. After e

  • T code use of KB31N & KP46

    Dear all, Can u please let me know about the use of following T codes. KB31N KP46 Regards, Gagan

  • Lost connection to internet through airport

    My Mac at home is configured to a timecapsule and connected through airport wifi. The Time capsule is connected via cable to modem and out via cable to Internet. Up until today everything is fine. started up and i have lost connection to the internet

  • Database not automatically starting after reboot of RedHat ES4 Linux

    Hi, I have Oracle database enterprise edition 9.2.0.4 running on RedHat Linux ES release 4. Although the installation went fine and after the installation I was able to see the common processes like ora_pmon started in system, but when I reboot syste