Questions on tabular layout

Hi,
I've got some doubt while developing forms application.
In tabular layout:
1) Can we set somewhere that enable user will always see an empty line as the last record in the block?
For example, we set 5 records in the block, when we hit the last row in the block (row 5), it will automatically
display an empty row below it. So when user move the mouse cursor into the empty line, it will be taken as trying to create
a new record.
2) could we change the item's property only pertaining to the current record, without affecting the other record?
For example, I have this data block on customer, which has id , name and address. From 5 records I showed, I would like to
disable column name and address when I navigate to record 2, but when I move record 3 it will be enabled again.
Your input is really appreciated. Thanks very much.
Wan

Thanks for the response Patrick. I guess I should have been more specific. What I do not understand is how to reference the values in the report if the select is for example: #1 select empno, ename, job, sal from scott.emp
If you are doing a manual tabular form, you use the PL/SQL variable HTMLDB_APPLICATION.G_F01 to HTMLDB_APPLICATION.G_F50 but in that case you would create the select differently, for example
#2 select htmldb_item.hidden(1, empno) empno,
htmldb_item.text(2, ename) ename,
htmldb_item.select_list_from_query(3,job,'select distinct job, job from emp') job,
htmldb_item.text(4,sal) sal from emp
HTML DB has allot of flexiblilty but not clear on how everything works yet.
If you have a one record form then you just reference the name of the item in PL/SQL as for example: :P2_EMP_NAME if P2_EMP_NAME is the item name in the form.
I guess if you create a report with type SQL Query (updateable report) then it must be a tabular form where the select has to be like in #2??? I tried to create like #1 and create a Multi Row Update process but that did not work. I get the message, Error in mru internal routine: ORA-20001: no data found in tabular form.
So I guess the question is: Is the only way to create a form in table format either by the Tabular Form wizard or using the HTMLDB_ITEM package?

Similar Messages

  • OmniPortlet Tip: Adding columns to the tabular layout

    Hello,
    I had some questions about the limitation to 5 columns of the OmniPortlet tabular layout. Here is a tip to add more columns to this layout:
    1. backup the current OmniPortlet provider.xml
         /OC4J_HOME/applications/portalTools/omniPortlet/WEB-INF/providers/omniPortlet
    2. You can not open the file:
         and look for the tag <dataField
    3. You can add new fields, by copying the existing <dataField> tag and change the value of the <name> and <displayName>
              <!-- Here is a complete example -->
    <dataField class="oracle.webdb.reformlet.definition.DataFieldDefinition">
    <name>Field6</name>
    <displayName>Column6</displayName>
    <description>Field6</description>
    <text>##column##</text>
    <alignment>left</alignment>
    <displayAs>hidden</displayAs>
    <type>linebreak</type>
    <font>Arial.3.Plain.None</font>
    <color>#000000</color>
    <style>none</style>
    <styleType>custom</styleType>
    </dataField>
              <!-- end of the example -->
    The same logic could be used to add parameters or events to the OmniPortlet.
    Regards
    Tugdual Grall

    Hi, I have some problem to find this file "Omniportlet provider.xml".
    Where I can find it?
    I try to find in this path:
    /OC4J_HOME/applications/portalTools/omniPortlet/WEB-INF/providers/omniPortlet
    but I don't view OC4J directory.
    I'm using AS 10g
    Please answer me as soon as possible.
    Thanks.

  • 2 CSS Questions on my layout

    Hi everyone, I have two CSS questions regarding my layout.
    First off, it is located at:
    http://robles.clunet.edu/~ssmi/tsr9/tsr9template.html
    The CSS is embeded in the file (it will linked from a
    different file once I am done with this design, but beside the
    point)
    My first question is about how I can keep the right top image
    from being bumped down to the next line when the window is resized.
    I want it to squeeze into some, but then at a point have the scroll
    bars kick in.
    My other question is how I could make the title image "The
    Scott Report" centered between the two left and right images up
    top.
    Could anyone help out?
    Thanks a lot!

    Check the AppleCare number for your country here:
    http://support.apple.com/kb/HE57
    Call them up, and let them know you would like to be transferred to the Account Security Team.

  • Question about reports layout

    Hi ,
    I have a quick question about report Layout.
    I have created a report in 6i. Now if I want to change my
    select statement and add new table to select from , it just
    restructures my report layout again and set that to Default One.
    Is there any way where I can set my Own layout as Default for
    that particular Report ?
    I would really appreciate any feedback.
    Thanks
    Vidya

    Try to give it alias names to the columns . Then when you
    change the table your are selecting from . The layout should
    not change.

  • Sap Script Tabular layout creation

    Hi all,
    Can anybody tell me how to create tabular layout for the below text in the SAP STANDARD TEXT.
    1. Asbestos                                    7. Hot working, grinding, hot cutting and welding
    2. Confined spaces (as defined in
    the Combined Spaces Regs 1997)     8. Work on/near overhead or underground services
    3. Working at heights (above 2 metres)      9. Grounds maintenance
    4. Work near fragile surfaces             10. Pest control
    5. Interceptor and drainage cleaning          11. Work on live electrical services
    6. Loading/ unloading/ large vehicles     12. Work under lifts and lifting equipment
    thanks
    GR

    create a paragraph in your sap-script with the right tabular.
    use ,, as tabs in your standard text
    use the default paragraph (***)in your standard text
    call with an include the standard text
    /: INCLUDE name [OBJECT o] [ID i] [LANGUAGE l] [PARAGRAPH p] [NEW-PARAGRAPH np]
    use the paragraph parameter to use the paragraph you created in the sap-script
    meaning of the paragraph-parameters
         PARAGRAPH
    The text to be included is formatted with its style allocation. With this parameter, the standard paragraph of this style can be redefined for the current call. All * paragraphs of the inserted text are formatted with the paragraph specified here.
         NEW-PARAGRAPH
    The first line of the included text has this format flag, provided it is not a command or comment line. If the optional entry PARAGRAPH (see above) is empty, all * paragraphs of the included text are formatted with the paragraph np specified with NEW-PARAGRAPH.
    this will do i think
    Gr., Frank

  • BI Bean that displays the data in tabular layout (multi-row)

    Hi,
    I know there isn't a graphic type in BI Beans that can display data in multi-row tabular layout as one graphic object. Oracle Forms can actually display this layout but they want to display everything in one page without scrollbars (without the need to scroll for the other records that isn't displayed yet in the screen). Is this at all possible in Oracle Forms using BI Beans? Are there other possible approaches aside from BI Beans?
    Thanks in advance.
    Anthony
    Philippines

    Hello Vikas,
    >> How does one go about troubleshooting & fixing this sort of thing?
    By given us a bit more information :)
    • Is it a manual Tabular Form (using the ITEM API) or a wizard created one?
    • Are the Insert/Update operations work correctly? If not, what is the type of your PK column(s)?
    • If the problem is limited to the Delete operation, maybe the problem lies with the checkbox column. Are you sure that on page it is rendered as the f01 column?
    • As triggers are involved, can you save the PK that the trigger sees? Is it the expected value?
    • Are there any other processes that are fired before the DML process? If so, maybe the problem is with them. You can temporarily disable them and see if it change anything.
    >> Tabular forms are the most frustrating, opaque component in Apex, wish they were easier to troubleshoot
    Yes, I agree. However, I believe that 4.1 made some serious advancement where Tabular Form is concerned. Having simplified Tabular Form related Validations and Process should make things easier, and as a result, prone to less errors. Still, the main problem is that the type of error you are talking about is usually the result of metadata problems and these are indeed very hard to track.
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Author of Oracle Application Express 3.2 – The Essentials and More

  • Retrieving data from database into tabular layout item

    Hi..
    If the number of product_id is 1; I can retrieve data from the database into tabular layout item.However, if the number of product_id is more than 1 error message is shown.
    Here is my code:
    select product_id
    into : PRODUCTS. ID --Tabular layout item
    from products
    where customer_id=5;
    Any suggestions????

    It's simpler to do so:
    insert that code in a post-query trigger at block level (block where is multi-item)
    You will see after execute-query, your item will be populated.
    I wrote post-query trigger no post-quert
    Message was edited by:
    RV

  • Formula (tabular layout)

    hi
    I have a tabular displayed item (10 records displayed)
    User enters value to these field from top to down.
    I made a calculation with the data that wil be entered.
    I tried this formula but doesnt work:
    Calculation Mode: Formula
    Formula: :CAB.VALUE*2
    Summary Function:None
    Sumarizedblock: Null
    SummarizedItem: Null
    It only works if I change the initial value of the item.
    But the formula have to work after the data will be inserted into the item(tabular layout)

    What I wanna do is
    I have a text item(10 records displayed)
    For example;
    When use enters 5 to the first record
    and 10 to the second record
    and 3 to third record
    without pressing any button, (5*2)+(10*2)+(3*2)= 36 should automatically be displayed in the display item.
    How can I do that?

  • Questions about Classical Layout Formatting

    Hi,
    Just a question on classic reporting. Im pretty sure we can customize the layout of a classic report to look like this, ie.
    SDN
       SAP
         &nbsp:NETWORK
    Therefore, when a user print this report out, will the report come out this way?
    When the user export to a csv and text format, will the format still be the same?
    Thanks,
    r3venant
    Message was edited by:
            r3venant
    Message was edited by: Meeeee
            r3venant

    I just found out that I can't even transfer my Users folder or Program Data to other drive than the one with the system, because it would prevent me from updating my system or even from actually booting to my system. So apparently my whole topic is for nothing... I guess I should live with only one drive, and whenever my system totally crashes again I should do the backups to my external HDD. It's sad though that Windows 8 is a total opposite to user-friendly OS, to say the least.

  • SSAS Tabular 2014 - Questions on Tabular Mode

    Hi,
    I'm starting to move around into Tabular Mode and I have some questions:
    1 - I am hiding surrogate keys using "Hide from client tools" option. Does this hide columns consume memory?
    2 - Suposing I have a dimensions with 2 fields, code and description. If I want to have a field that concatenates code and descriptions, does it perform worse creating it on SSAS? What is the recommendation?
    Thank you

    Hidden columns still consume memory and can be queried with custom queries. You just don't see them in the field list in client tools like Excel. As far as concatenating fields they will compress a little better if you do the concatenation in SQL but it
    likely doesn't matter much.
    http://artisconsulting.com/Blogs/GregGalloway

  • DW CS5 question about page layout viewed in different browsers

    Hello.
    I am still very new to Dreamweaver CS5 and I need help with the appearance of a new website that I have been creating. We are mac based and I'm currently using Mac OS10. The layout I have created should appear centered on the page and it contains a solid background image. When I view it on our macs using Safari, everything looks exactly as it should, but when viewing it on a PC using the Internet Explorer 8, the text, spry menu bar and image of a doctor on the right hand side (that is set to change every time the page is refreshed), all shift to the right. Any advise on fixing this issue would be extremely helpful. The index page and the pages under the obstetrics menu are the only ones that I have completed so far. Here is a link to the web page: http://www.advertools.net/COBGYN/index.html
    Thank you for your assistance.

    Hi
    Yes, I am referring to the fact you are using absolute positioning for the divs, and that this is causing your problems.
    If you change the top, left/right values you are using to position them to % values this will alleviate the problem, (not completely though). Instead of say -
    top: 500px;
    left: 450px
    use
    top 70%;
    left: 40%;
    The values are only examples and you will have to adjust these to suite your needs.
    PZ

  • Question regarding Form layout in Flex

    Hi guyz. Today had a look at form layout
    <mx:Form id="form">
            <mx:FormItem label="horizontal:">
                <mx:Text text="test"/>
            </mx:FormItem>
    </mx:Form>
    gives the output in the format 'label' - 'textbox'. But i want to change the orientation like
    label
    checkbox
    How can i do that. Please explain in detail.
    Thanks and Regards,
    Karthik Jayaraman

    savmoy wrote:
     Since php files are run on the server side, can I assume that my JavaScript validations (which are part of  a php file) will be done on the server side as well, and therefore are secure?
    No. The PHP server processes the PHP only, and then sends the output to the browser, which is where the JavaScript will be executed.

  • Simple question about tabular forms: error in MRU

    hi to all,
    i write here to check if what i think about tabular forms is confirmed.
    If i build a master- detail or tabular form and the underlying table are modified, the page where the tabulare form is contained doesn't work anymore.
    if what i've written above is correct, is there a way to realign the fields of the tabular forms to the db fields and make my page work again without rebuilding all?
    Can i modify something, somewhere inside apex to make my page run again?
    The error i get (in italian / english)
    Error in mru internal routine: ORA-20001: Errore in MRU: riga= 0, ORA-20001: ORA-20001: La versione corrente dei dati nel database è cambiata da quando l'utente ha iniziato il processo di aggiornamento. checksum corrente = "ED73B05FA6016F8D5F3B4B5B69AF482D", checksum elementi = "CFD72DCC4221A340057D654B54EA7A04"., update "NEWPROJ"."CNT_VAL_SEG_DEMO" set "ID" = :b1, "FK_CNT" = :b2
    Means: The version of data in db (fields of the tables?) has changed since the user started the update process.
    By the way this sentence under my opinion can trick you as
    in italian 'La versione corrente dei dati nel database'
    can means both that data contained in tables have changed (dml error / process error / data the user see not are the real underlying data). Can mean as well the field definition is changed, however a more meaningful message in italian is: ' la definizione delle tabelle usate dall'oggetto tabular form é cambiata'.
    That translated in english is ' DDL of table/s used by tabular form has changed'.
    thanx a lot
    Message was edited by:
    Marcello Nocito

    HI Heinz,
    yes is now clear, however is a pity that a litte change in the query has a lot of
    implications: a change in the structure of DB means new feature / the data model is not alligned with current requirement. So usually (but not always) it means changing the SELECT as well.
    Such Apex is a Rad an impression is that if you build a complex forms with several linked reports / field and one day you have to change the query of the TABULAR FORM / MASTER DETAIL generated with report you get a lot of rebuilding.
    I think i will avoid the use of this 2 object in the future and use more htmldb.items in the select.
    bye bye

  • Question on Tabular Model 2012

    Hi,
    I need to hide certain columns for a user group but the same columns should be visible for another user group in the same model. The out of the box 'row level  security' would not work for this requirement. I tried a modelling technique, by bringing
    the 'hidden fields' to a table using the 'Blank' DAX function in a 'role' on the table that contains the hidden fields, but this hides all tables related to the table that contains the hidden fields.
    As a last resort I am creating two models (1) model one with all fields visible (2)  model two will hide certain fields. Basically model 2 is a copy of model 1, only certain fields in model 2 will be hidden.
    To avoid reading the source data twice I am planning to update the model 1 and then synchronize model 1 with model 2 ( the one with hidden fields).  My gut feeling is that if I synchronize model 1 with model 2, all the hidden fields in model 2
    will become visible, as the metadata in model 2 will be updated with metadata of model 1.
    As the number of users would be in hundreds, implementing a complex security layer might impact the performance if we try and implement such security on the same model.
    It would be great if anybody can share thoughts on the probable solution and if the approach to 'synchonize' both the models would work.
    Thanks
    Bidyut
    A**LE

    Hi Bidyut,
    According to your description, you want to implement dynamic security for two group users, right? In SQL Server Analysis Services Tabular model, we can implement dynamic security using an external security table but we can integrate this security table into
    the existing tables based on particular source data at production implementations. So in your scenario, you can store the users' information on an external table, and then implement the security through this table. Here is a blog which describes how to implement
    it step by step, please see:
    SSAS – Tabular Dynamic Security
    Hope this helps.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Question about Fluid Layouts

    Hello there. I want to make a fluid layout for the website I'm working on right now. I know the basic concepts of how to center an object and keep it there, or how to stick a shape to the top or bottom... etc. But if there's a movieclip that I would like it to conserve its position proportionally as the visitor resizes the stage, how can I do that?

    Hi,
    Try this way..
    If u using a movieclip then the x and y must be depend up on the stage
    for ex:
    mc.x = Stage.stageWidth - 30;
    mc.y = Stage.stageHeight - 30;
    Saransoft

Maybe you are looking for