Viewing complete employee information in the tabular form.....

Hi all ...
I have been asked by management to design a form in which they can view the following information of all the employees in a tabular form... STAFFNO,NAME,TYPE,NATIONALITY,POSITION,LOCATION,EVALUATION,APPROVAL NUMBER,... this info was previously available in MS-ACCESS now they want in oracle i forms..after the desiging of forms using the datablock wizard how hsould i proceed such that when i run my forms all the abv information of 800 employees are dispalyed.....

page1-Welcome to data block wizard
page2-Table or View, stored procedure.... I select table or view
page3-i select the appropriate table... and the database item
page4-congratulation u have decsribed ur DB
page5-welcome to layout wizard
page6-canvas:new canvas
type:content
page7-select the items to be displayed
Item Type:text Item
page8-prompt width and height
page9-select form or tabular.......i select tabular
page10-frame title:HD
record displayed:10 & click on display scroll bar
page 11_congrats
page12-the form is displayed
now when i run it.... i dont c the information displayed instead i c the fields for the items to entered and saved....!!!!!!

Similar Messages

  • How to assign a URL in the Tabular Form

    Hi,
    I am using the htmldb.item api's to create manually,the Tabular form. I have got a column in the database(View) like
    ''||substr(DESCRIPTION,1,30)||decode(substr(DESCRIPTION,30,1),null,null,'...')||'' DESCRIPTION,
    which displays as a URL and when the user clicks this URL, the page will have a popup page(in this case it is redirected to page 52).
    My probelm is , if I use wwv_flow_item.display_and_save for this column, I dont see the URL, but it displays the above entire string (along with the HTML tags).
    If I do not use wwv_flow_item.display_and_save, I can not use this item in the COllections as I am using the some validations to display an Error message (Inline with field and in Notification)
    I cannot display the Validation error in the - On Error Page as I should prevent the user to use the browser buttons
    Please let me know how to display the URL and to have this information in the Collection
    TIA
    Ravi

    Ravi,
    Can you fetch the column twice, once into a non-escaped display type that does not generate a form item and again into a hidden item for your collection?
    Scott

  • Adding a dummy row in the tabular form

    Hi
    'm an ApEX newbie.
    I'm in need to add a dummy row in between a tabular form to make it more appealing at the user end.
    A representation of my Tabular Form having 3 columns (i.e Sr No & Skill is of display only format and Remarks column is of text area) is depicted below:      
    Sr No Skill Remarks
    1     Java Language     
    2     Oracle Database     
    3     Oracle DBA     
    4     Oracle Pl Sql     
    5     Communication     
    6     Analytical Thinking
    7     Logical Thinking
    8     Attitude     Remarks
    9     Leadership Qualities     
    10     Business Understanding
    i need to add a dummy row (which will act as display only) between Sr No 5 & Sr No 6 as "General Evaluation". As shown below...
    Sr No Skill Remarks
    1     Java Language     
    2     Oracle Database     
    3     Oracle DBA     
    4     Oracle Pl Sql     
    5     Communication     
    "General Evaluation"
    6     Analytical Thinking
    7     Logical Thinking
    8     Attitude     Remarks
    9     Leadership Qualities     
    10     Business Understanding
    It would be of great help if any of you could help me out with this (with an detailed answer)
    Thanks in advance :)
    'm using ApEX 4.1

    901720 wrote:
    Hi
    'm an ApEX newbie.Welcome to the forum: please read the FAQ and forum sticky threads (if you haven't done so already), and ensure you have updated with your profile with a real handle instead of "901720".
    You'll get a faster, more effective response to your questions by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s)
    (In particular it is essential to make it clear whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form) and if so, whether the tabular form is declarative&mdash;using only report attributes and a wizard generated MRU process&mdash;or manual&mdash;using <tt>apex_item</tt> calls in the query and custom processing&mdash;or some hybrid approach.)
    I'm in need to add a dummy row in between a tabular form to make it more appealing at the user end.
    A representation of my Tabular Form having 3 columns (i.e Sr No & Skill is of display only format and Remarks column is of text area) is depicted below:      
    Sr No Skill Remarks
    1     Java Language     
    2     Oracle Database     
    3     Oracle DBA     
    4     Oracle Pl Sql     
    5     Communication     
    6     Analytical Thinking
    7     Logical Thinking
    8     Attitude     Remarks
    9     Leadership Qualities     
    10     Business Understanding
    i need to add a dummy row (which will act as display only) between Sr No 5 & Sr No 6 as "General Evaluation". As shown below...
    Sr No Skill Remarks
    1     Java Language     
    2     Oracle Database     
    3     Oracle DBA     
    4     Oracle Pl Sql     
    5     Communication     
    "General Evaluation"
    6     Analytical Thinking
    7     Logical Thinking
    8     Attitude     Remarks
    9     Leadership Qualities     
    10     Business UnderstandingIt's not clear from the above what the required layout is: please see the information in the FAQ about posting code/formatted output.
    It would be of great help if any of you could help me out with this (with an detailed answer)With APEX we're fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues. We can then see exactly what you're really talking about.

  • How to put borders in the tabular form report

    Hi,
    I need to put borders in the tabular form report in the apex UI .I mean in the by default no boundary comes so I need vertical lines in the column .
    So how to do that.
    Thanks in advance.
    Edited by: Vivek on May 22, 2012 8:25 PM

    Edit the report page > Report Attributes > Change the report template for different look and feel
    You can also customize the report template or even create your own template
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/ui_templt.htm#HTMDB25707

  • How to hide/show columns in the tabular form

    Hi friends,
    I have a tabular form in my apex page. In the tabular form i have a check box as a one column, if i click that check box means, two more columns has to come or enable in my tabular form if i uncheck that check box means, two column has to disappear.
    How to achieve this in the tabular form.
    If it is an page item means, i can able to achieve it using DA. But for the tabular form which is like a report how i can able to achieve it friends.
    Thanks
    Brgds,
    Mini

    Hi,
    Anyone, can help me with this scenario.
    Brgds,
    Mini

  • When I complete my information about the creation of the apple Id, the screen show a message I have to find the support of Itunes. Help me

    When I complete my information about the creation of the apple Id, the screen show a message I have to find the support of Itunes. Help me

    Have you done a Disk Repair and a Disk Permissions Repair?
    If that doesn't resolve the problem I would suggest calling customer support about this issue as it is most likely on their (Apple's) end that the problem exists. 

  • As in phrase WHERE to address to field of the tabular form?

    I have generated the master tabular form.
    What realize in her set hung list box?
    When add in request design:
    WHERE SYSTEM_ID = :S_DEMSYSTEM_ID
    exhibit works untrue
    Also incomprehensibly, what do renovation hung by flap of the form
    In usual form such works beautifully.

    What to you it is not clear?
    In the tabulared form I should choose only from the contextual list of values

  • Passing Session Values to the Tabular Form Element of a Report Column

    Hello,
    I'm running application express version 2.0 with a 10.2.0.2.0 database on a 32 bit windows box. I'm trying to figure out sneaky a way to pass the &APP_PAGE_ID., #APP_PAGE_ID# or V('APP_PAGE_ID'); as an element attribute of a Report Tabular Form Element set to display as a Select List (named LOV).
    It seems that whatever option I choose, the Element Attributes field will only render the literal value of what I have entered. This is part of the solution but I would like to find a way to pass the current page id.
    What I'm trying to do is utilize the ONCHANGE attribute to redirect to a report page in my application when the value from a Select List (named LOV) is selected.
    I could work around this by creating my own table output with PL/SQL and HTP.P commands but would really be interested in finding out if I can use the reporting structures which are already available through Application Express.
    Any ideas?
    Thanks.
    Justin.

    Thanks for the response Earl. To clarify this is what I've done and what I hope to achieve:
    I currently have a LOV for my application that identifies a number of database report types: DB Options, DB Parameters, DB Version, and so on.
    I have an application express report being generated for the databases I'm monitoring and it displays as follows:
    - HOST -- DBTYPE -------- DBNAME - DBREPORTS
    =====================================
    - SVR 1 - Oracle 9.2.0.1 - DEV -------- [LOV HERE]
    - SVR 2 - Oracle 9.2.0.7 - TST --------- [LOV HERE]
    I am displaying the LOV on my report the the options under the reports attribute tab in my application builder. I insert my LOV select list by editing the DBREPORTS column and set the "Display As:" option under Tabular Form Element to "Select List (named LOV)"; I have also added my LOV to the "Named LOV" option under List of Values.
    So far this achieves everything I would expect and works quite well (a select list with my report types appears in my monitor report for each DB that is returned).
    What I'm interested in doing now is opening a DBREPORT for a given database by simply choosing the report type from my LOV. I can set the "Element Attributes" option under Tabular Form Element to execute a javascript call for any valid event (in my case I'm using ONCHANGE).
    My only issue is that I cannot find a way to pass any session values from my page to my Element Attribute. If, in the Element Attributes field I enter:
    onchange="alert(this.value);" //my dialogue box will display the value of my current selection when I choose a report type.
    What I'd love to be able to do is something like:
    onchange="alert('&APP_PAGE_ID.');" //so my current page id is written to the element.
    Unfortunately, only my literal text seems to be rendered. Rather than having my dialogue come back with my page number, say 75, I receive the literal value &APP_PAGE_ID.
    Notwithstanding any quote issues, I've tried to dump a test html attribute to my source html by entering any of the following in the Element Attributes field:
    test=&APP_PAGE_ID.
    test=#APP_PAGE_ID#
    and as a shot in the dark knowing that I'm not using PL/SQL:
    test=V('APP_PAGE_ID');
    In every case when I view source I see the literal value of what was entered in the Element Attributes field (ie "test=&APP_PAGE_ID." instead of "test=75").
    What makes things a little more frustrating is that I can drop &APP_PAGE_ID. into the Column Heading field (ex My Heading &APP_PAGE_ID.), it renders as I would expect; "My Heading 75". If we could find a solution to this, I could see a number of slick uses for this type of functionality.
    Hope this helps,
    Thanks.
    Justin.

  • Select list null value issue - for filtering the tabular form report

    hello,
    I have a tabular form created on emp table and in the table their are entries for the employees who don't have a location, like it is null for some of the employees.
    Now I have created a select list item - for filtering the results based on location.
    my select query for select list item is
    select distinct location_name d,location_id r from emp order by 1
    -- so my select list contains all the distinct location_name including the null on my tabular form.
    so based on the selelcted value(in the select list), I am able to filter the results in my tabular form.
    but the thing is that when i try to select an null value from my select list - i am not able to filter my report - like its displaying all the records, its not filtering.
    can anyone help me out with this.
    thanks.

    Hi
    Try below select for LOV
    select distinct nvl(location_name,'No Location') d,nvl(location_name,'No Location') r from emp order by 1 And then change tabular from select where clause also use nvl(location_name,'No Location') like
    SELECT *
    FROM emp
    WHERE nvl(location_name,'No Location') = :Px_YOUR_ITEMBr, Jari

  • How to make the Tabular Form for Inserting records only?

    Hello Experts
    I need to create a Tabular form page to use it to insert records only. I do not want to update or delete records. I want the user to fill some fields and then validate it and submit. Also, I need to add a field that shows the sum of a specific field of the added records.
    Thanks a lot for all your help.

    UPDATE_LTD
    For Maintain subset of data (Update selected data)
    SHOW_LTD
    Display subset (Display Selected Data)
    TVIMV-VARIANT
    Variant name. Use variant (only with UPDATE_LTD, SHOW_LTD and TRANSP_LTD)
    For more information refer the below link
    [Maintain parameter transaction code|http://help.sap.com/saphelp_webas630/helpdata/en/a7/5134f9407a11d1893b0000e8323c4f/content.htm]
    Hope this helps.
    Thanks.,
    Balaji

  • Future date not to be allowed in the tabular form

    Hi,
    I have a tabular form with 3 columns.. the first column name is DATE, the user is not allowed to enter a future date or a date greater than the sysdate, so as soon as the date value is entered I have to generate a javascript/dyanamic action that throws error... I don't want the alert message to pop up when the submit is pressed, when the user moves the cursor to the next column, error should be shown. Is this possible. I am using APEX 4.0

    Hello Suzi,
    I’m afraid I won’t be able to walk you through this issue as I need to leave the office, however I have some remarks for you.
    First, if you intend to practice JavaScript you should really find the time to learn and understand it. I can promise you it will worth your while, otherwise you’ll just waste a lot of time.
    Secondly, The values of the APEX items you are retrieving using JavaScript are strings. So, in your current code you are actually comparing two strings and not dates.
    Next. When you are validating your data using JavaScript you have to make sure that the user will take the necessary measurements to fix the problem. For example, you must place the cursor back in the offending field. Using the following:
      wwv_flow.f04[1].focus(); will set the cursor in the first cell of the ‘f04’ column. This code also suggest that wwv_flow.f04 is actually a JavaScript array that holds references (object pointers) to all the cells in the ‘f04’ column. You can go through them using a simple loop.
    You should also not use the onchange event in this case. Imagine that after your first error alert, and setting the cursor back to the offending field, the user just press tab to move to the next field. This time around, the onchange event will not be fired (as the value of the field has not changed) and you lost your validation effect. To force the JavaScript validation to fire every time you should use the onblur event.
    That’s all for now :)
    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

  • How to save all records in the Tabular form page temoprarily

    Hi All,
    I am very new for HTML DB. I created 5 tabular form using HTML DB Wizard. I want that whenever I open any tabular form page and click the add row button in that page then I should add as many record as we need but it should not save in the database but want to save all the page record temporarily in the page. When save button should click then it should save in the database. Can anyone suggest how to do in stepwise. It will be a great help for me.
    Thanks.
    Amit

    Hi,
    Anyone, can help me with this scenario.
    Brgds,
    Mini

  • PsemAgent did not load complete environment information into the hub

    Hi all,
    i m using oracle 10g R2 10.2.0.3 and peoplesoft campus solution 9.0. i have two databases named UETPDEV and DUHSDEV. I run the command startagent.bat recrawl and then run getenvinfo.bat. when i check the viewer.xml it contains information about UETPDEV but not about DUHSDEV.
    Note: viewer.xml contained info about the application, file, web and process schedler servers of both environment but information about the database is availbale for only UETPDEV and not for DUHSDEV
    there is only single PS_HOME and i have installed peoplesoft CS application on both databases. The webserver (BEA Weblogic 9.2) for both applications are running on ports 80 and 83 respectively.
    someone guide me please

    One PSCA agent works on one and only one port.
    The link from the agent to your database is based through the webserver port and from there through jolt port.
    If your databases are on two webserver, you cannot find the two databases in one.
    You have to work separately. Or in two time.
    First configure PSCA to work on one port, then on the other port.
    Nicolas.

  • How to fetch the tabular form column value into page items

    Hi,
    I have created tabular form. I have set LOV for one column. Here my requirement is when i select the value from lov then it will fetch that value into page item.
    can any help?
    I am using apex 4.1
    Thanks
    vijay

    It's not so easy to make a dynamic action on a tabular form.
    The best thing you can do is to use the javascript API from APEX: http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21676/javascript_api.htm
    So if you have a tabular form then open your item and make it a column link.
    In the link location select URL.
    Your URL would be something like this
    javascript:$s('P1_PAGE_ITEM', #COLUMN_ID#);doSubmit('COLUMN_ID');The doSubmit is not required but if you don't submit your page then the server would never know about your page item.
    Off course it is possible to submit at a later point. For example you can just use the $s to set the value off an item and afterwards create a button that would submit your page.
    Be aware that if you just set the value off your page item and just link to an other page without submitting or without branching that other page would never know about your page item.
    If you want the server to know the value off a page item you need to submit it's value to the server. The easiest way is just to do the doSubmit() call after you have set your value.
    Hope this helps,
    Regards
    Nico

  • Is there any information about the E2E form daily operations to TSW mov,

    HI, I need information about how PRA handles daliy operations and how does it reflect stocks that afterwards must be be availiable to  TSW nominations, Is there any graphic or complete process flow from wells movements to MMstock registration and accounting ?

    Thank you Sunil,   I would like to know how we transfer product allocation from PRA to MM(ERP).  This is the key to allow product be moved with TSW solution and MM accounting.
    Stephane Lauzonv told us in a meeting held at Buenos Aires yesterday that this can be acheived with a custom development. If you have any information regarding this development We will be very grateful.
    Grretings.
    Pablo.

Maybe you are looking for

  • Windows Storage Server 2008 Backup over the internet

    I have a client that uses Windows storage server 2008 Essentials and wants to backup his employees' laptops at his office to the storage server standing at his house. I have setup the network at his house with a public IP and can access remote websit

  • Events firing in infinite loop

    Hello, I have two date fields (a start date and a due date) and a text field for the user to enter a duration between the two dates.  I've added separate event listeners for each component and the problem I'm having is when one field is updated, the

  • Content Query Web Part filter not returning any results

    This CQWP stopped working after moving a number of files to new locations. It is configured in the following way: Source: Show items from the following site and all subsites List type: Pages Library We want to filter the list by the article date, las

  • UME ABAP Error in Backend Service

    Hi Everyone, We are having problems with an ABAP based UME on EP7. SSO is working and when we create users in R/3(ECC 6.0) we can immediately use them to log on to the portal. However, when we go to User Administration --> Identity Management on the

  • Reading of Velocity and Displaceme​nt is incorrect while accelarati​on is correct (Sound Vibration toolkit)

    Hi, I'm trying to read vibration using the following system: Sensor: Accelaration sensor Device: NI Hi-speed USB carrier NI USB 9162, NI 9233 4 ch 24 bit IEPE analog input. Software: LabVIEW, NI Sound and Vibration Toolkit, DAQ assistant The VI that