Altering the layout(fields,lines..) in the Edit Current Record tag fields (JSP)

Can anyone help me please?
Can I alter the layout(fields, lines, bold..) between the fields in a Edit Current Record Data Web Bean Tag (JSP)?
null

Can anyone help me please?
Can I alter the layout(fields, lines, bold..) between the fields in a Edit Current Record Data Web Bean Tag (JSP)?
null

Similar Messages

  • How to read only the most current records in PL/SQL

    Oracle version: 11.2
    I have a table in ORACLE called RATES and there is a EFFECTIVE_DATE, RATE_NAME, RATE_AMOUNT
    RATE
    1 RATE_ONE 1/1/2000 0.10
    2 RATE_ONE 5/1/2005 0.15
    3 RATE_ONE 12/1/2010 0.20
    4 RATE_TWO 10/15/2009 0.33
    5 RATE_THREE 9/7/2011 0.05
    6 RATE_THREE 12/31/2011 0.06
    A rate can be in there multiple times, but the most recent rate is the active rate. I need to query this table and only want to bring back the currently active rows:
    RECORDS 3, 4 and 6
    How can I do this in the most elegant way?
    Can I say:
    SELECT RATE WHERE trunc(sysdate) between EFFECTIVE_DATE and trunc(sysdate);
    (this will not work. I'm not sure how to do this without an exp date column and then I could say
    SELECT RATE WHERE trunc(sysdate) between EFFECTIVE_DATE and END_DATE
    The problem is that I cannot add that column at this time, so need to find a way to do it programatically
    Edited by: userLynx on Feb 1, 2012 8:56 AM

    Try This:
    WITH a
            AS (SELECT 'RATE_ONE' ratename,
                       TO_DATE ('1/1/2000', 'mm/dd/yyyy') eff_date,
                       0.10 amount
                  FROM DUAL
                UNION ALL
                SELECT 'RATE_ONE' ratename,
                       TO_DATE ('5/1/2005', 'mm/dd/yyyy') eff_date,
                       0.15 amount
                  FROM DUAL
                UNION ALL
                SELECT 'RATE_ONE' ratename,
                       TO_DATE ('12/1/2010', 'mm/dd/yyyy') eff_date,
                       0.20 amount
                  FROM DUAL
                UNION ALL
                SELECT 'RATE_TWO' ratename,
                       TO_DATE ('10/15/2009', 'mm/dd/yyyy') eff_date,
                       0.33 amount
                  FROM DUAL
                UNION ALL
                SELECT 'RATE_THREE' ratename,
                       TO_DATE ('9/7/2011', 'mm/dd/yyyy') eff_date,
                       0.05 amount
                  FROM DUAL
                UNION ALL
                SELECT 'RATE_THREE' ratename,
                       TO_DATE ('12/31/2011', 'mm/dd/yyyy') eff_date,
                       0.06 amount
                  FROM DUAL)
    SELECT ratename, eff_date, amount
      FROM (SELECT ratename,
                   eff_date,
                   amount,
                   RANK () OVER (PARTITION BY ratename ORDER BY eff_date DESC) rk
              FROM a)
    WHERE rk = 1

  • How to highlight lines of ALV of the most current delimited records?

    Hi all,
    I used the ALV to display annual salary records of certain employees. Now the ALV will show the past annual salary as well as the most current records. I need to highlight all the current records. Anyone have any idea on this? Thanks

    You need to add a field into your output table for the color
    example
    data: begin of tb_out occurs 0,
    line_color(4) type c,
    end of tb_out.
    Then, in your build layout form
    gd_layout-info_fieldname =      'LINE_COLOR'.
    When you build your output table, you fill the field LINE_COLOR with the color you want to use (you can choose a standard color for everything, like C100, and a different color for the row you want to highlight, like C300).

  • PowerPoint 2010 arrows in series lines was displayed reversely between the edit mode and the slide show

    I encounter a strange problem with the column chart in PowerPoint 2010 (or maybe the combinations of Excel 2010 and PowerPoint 2010).  The directions of the arrows in Series Lines display in the reverse direction between the edit mode and the Slide
    Show.
    Here are the steps to recreate this phenomenon:
    Open a new Presentation > Insert > Chart > Column > Stacked Column > Press OK
    Excel pops up.  Close Excel and return to PowerPoint.
    Click on the chart > Layout > Lines > Select "Series Lines"
    Right click on the lines and select "Format Series Lines"
    Line Style > End Type > Choose "Stealth Arrow"
    (well, could not paste an image yet... arrows display like <--)
    When F5 was pressed (Slide Show)
    (well, could not paste an image yet...  arrows display like -->)
    If you look closely at the directions of the arrows, they are display in the reverse directions.  Anyone is having the same issue?
    Thanks!
    Chen

    Hi,
    Based on my tested both of the PowerPoint 2010 and
    PowerPoint 2013, I reproduced the issue in my environment.
    If I choose the End Type> Stealth Arrow(---->), it showed "<-----" in "Normal mode", but showed the "---->" in  "Slide Show mode". It seems display correctly in "Slide Show mode". 
    We have definitely heard your frustration, and we're thinking about ways to make this scenario work better for our customers. Please wait for the issue is fixed. Thanks.
    Regards,
    George Zhao
    TechNet Community Support

  • How do I move all clips from an event into the edit line...

    If I have an event of tons of clips that comprise an hour of footage, how can I select all of those clips at once from the event library and transfer them to the edit line above?
    There is no Select All feature, that I can see, and it takes forever to highlight each chunk of clips, one at a time, and drag them up.
    I'd like to drag the whole 1 hour's worth of clips in one event in my library up to the edit line at once.
    Thanks!

    Hi Rich,
    I am trying to somehow "select all" clips, (not just all shots within a clip), but all 100 or so slips from an entire tape, from the first clip, to the last clip, and everything in between, and move them all up to the edit pane at once.
    As it is now, I have to click on a thumbnail, select the entire clip, and move one clip at a time up to the edit pane.
    I want to move all the clips up at once.

  • I have a band video that I want to edit. In iMove 09, I could clip to crop or add a transition or both without altering the audio. In iMovie 11, the audio lower or drops out when I clip for and use a transtion. Is there a setting to preven this?

    I have a band video that I want to edit. In iMove 09, I could clip to crop or add a transition or both without altering the audio. In iMovie 11, the audio lower or drops out when I clip for and use a transtion. Is there a setting to preven this?

    Thanks for that info! Even in my time answering questions on iMovie Discussion Group, I never had a good understanding of when and how Optimize Movie came into play. I always would import as Optimized and Large Size and figured that was good enough. But knowing you got much, much more flexibility doing it the way you describe gives me a much better understanding of the different routes you can take into the Event Library.

  • Is it possible to disable the 'edit layout' link on the record detail page

    Is it possible to disable the 'edit layout' link on the record detail page? Not the homepages, I know there is a switch for that, but I thought there was one for the detail pages?
    I want to disable this as I dont want users saving their own layouts, they must stick to the related sections defined in the default layout. The problem is that if they are to have access to certain related lists when an opportunity is of a certain type but NOT other types. If they have saved the layout (using the 'Edit Layout' link), and change the record type, they will see related sections that have been set to 'Not available' in the default layout (ie step 4) for that 'type'.

    Robbo, at this time it not possible to disable the Edit Layout on the record detail page.

  • HOW TO READ THE EDITABLE FIELD IN ALV

    CAN ANYONE HELP ME IN READING THE EDITABLE FIELD IN ALV.
    I AM DOING THE FOLLOWING.
    BUT STILL THE EDITABLE FIELD IN NOT READ.
    WHEN 'EXE' OR 'EXEC'.
      LOOP AT I_RB1 INTO L_WA_STRU.
      L_WA_STRU-LIFSK = L_WA_STRU-LIFSK1.
      MODIFY I_RB1 FROM L_WA_STRU.
      CLEAR L_WA_STRU.
      ENDLOOP.
    I_RB1 IS MY TABLE WHICH I PASSED IN TABLES OF REUSE_ALV_GRID_DISPLAY.LIFSK1 IS MY EDITABLE FIELD.
    AND LIFSK IS THE FIELD WHERE THE DATA SHOULD GET TRANSFERRED WHEN I HIT EXECUTE BUTTON.

    DATA: lt_display LIKE TABLE OF gt_display.
      REFRESH lt_display.
      CLEAR lt_display.
      lt_display[] = gt_display[].
      CLEAR ref_grid.
      IF ref_grid IS INITIAL.
        CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
          IMPORTING
            e_grid = ref_grid.
      ENDIF.
      IF NOT ref_grid IS INITIAL.
        CALL METHOD ref_grid->check_changed_data.
      ENDIF.
      IF lt_display[] NE gt_display[].
        gv_tosave = 'X'.
      ENDIF.
    Check this program. It will help you. 
    awrd points if helpful
    Bhupal

  • Screen Layout Field in the Asset Master Record

    What is the use of the screen in the asset master record, ANLA-FELEI?
    We have some assets where there are different values between this screen layout and the screen layout defined at the asset class (i.e. through configuration).
    It seems the one defined within the asset class takes precedence.

    HI
    Scree Layout controls the diplay of fields, it may not be necessary for a user to use all the fileds provided by SAP. Hence the options like Required, Optional and Suppress are used to control the screen diplay and the TABs to be displayed based on the need.
    Asses within the same class will have same fields since the screen layout are assigned to an Asset class.
    Scree layout for the Tab Depreciation Area can also be controlled with the screen layout defied for the Depreciation Area.  With this one can have different screen layouts per dep. area.
    Hope i'm clear to  you.
    Thanks,
    Vijay

  • When saving an image in PS CS 6, and going back to Lightroom 5. The original image and the edited image are at the end of the line up.

    I'm using a Mac, Lightroom 5 and Photoshop CS 6. I've started having an issue with the line up in Lightroom 5 after saving an image from PS CS 6. For some reason when I save the edited image form CS 6 it's taking the edited image and the original image and putting it at the end of the line up in Lightroom. If I take the edited image and move it to the right of the original it will put both of them back in the line up where they should be. How do I fix this. I've been looking in the menu for some kind of setting  with no luck.

    Change the sort order. View->Sort

  • Exporting PDF document to Excel.  When I export a PDF document to Excel containing lists of  people the Excel page shows all the names on  one line several inches deep instead of on separate lines which makes editing impossible.  What am I doing wrong?

    Exporting PDF document to Excel.  When I export a PDF document to Excel containing lists of  people the Excel page shows all the names on  one line several inches deep instead of on separate lines which makes editing impossible.  What am I doing wrong?

    Murray is right. Padding (and margins) is added to the width. However, when using percentages, you should never use figures that add up to exactly 100%.
    Browsers need to convert the percentages to pixels. Because pixels must be whole numbers, some percentages are rounded up, which results in the final element dropping down below its neighbours. With percentages, it's much safer to use values that add up to 98% (99% often works, but 98% is safer).

  • Does Editing a clip after using the "Open in Timeline" command in the event browser alter the source media file?

    Does editing a clip after using the "Open in Timeline" command in the event browser alter the source media file?

    C5ELEN wrote:
    . Didn't we have that in 7?  Seems like I remember we could set the number of undo levels.
    Legacy FCP has Revert Project to return to the last saved version, and it has Restore Project to go back to one of the autosaved versions. The maximum number of undo's can be set in user preferences. A lot different than X.
    Russ

  • ERROR: IN FK02 TRANSACTION ALTER THE FIELD CHANGE REGION

    In FK02 Transaction when I try to alter the field REGION, the field taxjurcode does not change, so the messsage is showed  "The code of residence xxx does not match the address entered".
    Somebody knows what do I have to do?

    In FK02 Transaction when I try to alter the field REGION, the field taxjurcode does not change, so the messsage is showed  "The code of residence xxx does not match the address entered".
    Somebody knows what do I have to do?

  • How do I remove email address not in contact list.they drop down when in the "to"field trying to either fwd ,send or reply. How did they get there in the first place. And the edit key does not show in my contacts

    When sending email wether reply or fwd or new addresses drop down that not show in my contacts. How do,I remove them and how did they get there?  And the edit key notmshowing in my contacts.
    Someone else's reply  nothing that could be done short of clearing out all contacts and starting over. But these are not in my contacts!!!!!!!!!! So,that is not an answer

    So are you telling me that anyone I ever send n email to will appear in the drop down list but not in contacts? I don't have that many contacts on list so are younsayingmi would have to remove them all to remove the unwanted address in the drop down to go away? If that is not  please explain

  • HT4974 the Edit- button on the "Service Data" line is greyed out !!! anybody has the same problem?

    the "edit" button is greyed out.......does anybody what to do?

    I know this has to do with the Postgres database being corrupted - wiki also says "Error reading settings" - and this was solved in the past, but it was a long time ago and I didn't really properly document it... I'll try running the 10.7.4 combo and report back here...

Maybe you are looking for

  • Multiples Calendar components in the same page

    Hi all, I need to develop a call center module in oracle adf where the users needs to view and manage different patient rooms in the same page but I need some ideas about it. So, Here my questions: How to reuse a DataView control with different calen

  • Unfamilair with ADO DB connection​s

    Hi I am not familiar with ADO DB connection. I am using Labview 7.1, MySQL and LabSQL. To get LabSQL and MySQL, you can find http://jeffreytravis.com/lost/labsql.html and http://dev.mysql.com/downloads/mysql/4.1.html. In those LabsQL vi functions, th

  • How to increase the FPS of animation in JavaFX?

    I tried to run the tree animation demo in the official JavaFX Documentation System.out.println("FPS "   + com.sun.javafx.perf.PerformanceTracker   .getSceneTracker(stage.getScene())   .getInstantFPS()); its output FPS: FPS 0.0 FPS 0.0 FPS 0.0 FPS 0.0

  • Is Airport Extreme a router?

    I recently got a brand new MacBook (running 10.5.2) and being new to the world of wireless internet connection, automatically assumed that the airport card and software in the laptop was a router as well. Is this true or do I have to purchase an Airp

  • Prelude vs DAM vs Cloud Services

    lately I've been noticing a lot of cloud video production services emerging... http://aframe.com/ http://www.axlevideo.com/ http://www.shotgunsoftware.com/ seems to me that Adobe is in the perfect position to provide this same type of service via Pre