Open a new window and displays the record using JavaScript information

I would be very grateful if someone could help with the following query. I produced a simple database using APEX, a page that displays all the records that are currently (in the form of tables). However, due to the amount of information and the resolution of the screen, not all columns are displayed on the resulting web page.

I would like to change by making the information contained in a hyperlink column, which, once pressed will open a new window containing most (if not all) of the information for the particular record.

I think that this requires JavaScript and, possibly, SQL, however, I do not know where to start.

Can anyone provide any assistance will be appreciated.

If you need additional information, let me know.

You can start with this:

http://Apex.Oracle.com/pls/OTN/f?p=31517:23

Denes Kubicek
-------------------------------------------------------------------
http://deneskubicek.blogspot.com/
http://www.Opal-consulting.de/training
http://Apex.Oracle.com/pls/OTN/f?p=31517:1
-------------------------------------------------------------------

Tags: Database

Similar Questions

  • How to open a new window and keep the old

    When I click on an item to open a new window, the old one disappears... How do I keep it?

    When I click on an item to open a new window, the old one disappears... How do I keep it?

    Look at the taskbar, the black band at the bottom of the screen. All the windows that you have opened so far are represented by a rectangular box (it's called thumbnail). Click on one of them, and it will appear on the screen.
    Your old is still there.

    t-4-2

  • Firefox opens a new window and moves the active tab to it. How can I stop this?

    Has got several tabs open. Firefox has suddenly closed the tab I'm trying (this seems to happen when I'm scrolling) and puts in a new window, move the focus to a previously inactive tab. What a swell feature! How can I get rid of him?

    Firefox 3.5/6 versions have a feature called tabs.

    You can detach a tab in the current window and open in a new window by dragging a tab in the browser window.

    You can drag the tab to the tab bar in the original window to cancel this detachment.

    bug489729 (Disable detach and tear off tab): https://addons.mozilla.org/firefox/addon/12276

  • I want to restore switch between windows and display the desktop icon

    a few days before these two icons was actually on the task bar and now I have deleted how restore it back
    (switch between windows and display the desktop icon)

    Hello

    Copy the new:

    C:\Users\Default\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch

    To your user account to:

    C:\Users\launch of \AppData\Roaming\Microsoft\Internet Explorer\Quick

    Good luck, Rick Rogers, aka "Crazy" - Microsoft MVP http://mvp.support.microsoft.com Windows help - www.rickrogers.org

  • get a smaller duplicate of my page of firefox every time I open a new window and I have to close, nothing works and even ran a virus scan - to f

    Geez, you have to go to 10 different things even get here! I'm having a problem with getting a small version of firefox every time I open a new window but it is empty, it looks like your web page, I have to close it, to look at my site that I opened. I did a virus scan and there is nothing. I have windows and firefox is my homepage, btw when I go to IE I don't have this problem, seems like when firefox installs a new version of that something is happening.

    Try disabling hardware acceleration in Firefox.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the startup window Mode safe or make changes.
  • When I open a new window to close the last

    I need to reinstall safari because they have a lot of errors when I try to open a new window, do not keep the last, and open both with a mosaic.

    You cannot reinstall Safari without having to reinstall the operating system. they come together as a global agreement.  I'm trying to understand your problem, but the language barrier seems to be making it difficult for me.  You can change Safari how new windows open in Safari preferences--> general.

  • How open a link in a new window and keep the previous window immediately behind the new window rather than get behind other open windows of the browser?

    Running the latest version of FF (24.0) on Windows 7 x 64. While several browser windows are open if a link in the current window opens in a new window the active window moves behind one or more of the other windows instead of being originally only the new window that opens on top of it. Is there any solution for this?

    Hello

    The reset Firefox feature can solve a lot of problems in restaurant Firefox to its factory default condition while saving your vital information.

    Note: This will make you lose all the Extensions, open Web sites and preferences.

    To reset Firefox, perform the following steps:

    1. Go to Firefox > help > troubleshooting information.
    2. Click on the button 'Reset Firefox'.
    3. Firefox will close and reset. After Firefox is finished, it will display a window with the imported information. Click Finish.
    4. Firefox opens with all the default settings applied.

    Information can be found in the article Firefox Refresh - reset the settings and Add-ons .

    This solve your problems? Please report to us!

    Thank you.

  • When I have 4 or 5 tabs open, by selecting one of them often force this tab to open in a new window and close the original window

    FF 32.0.1. Move between the tabs that are already open, clicking on which I opened before forced to close and open in a new window, which is a real pain. It seems to happen when I have 4 or 5 tabs open, rather than 2 or 3.

    Only, this happened last week, once reinstalled a clean Windows.

    I searched and found a lot of people have problems with the new windows that open when they want just a new tab, but this seems to be on the opening of the fresh rather than return to already open tabs, so I can't find the same problem I describe.

    This can happen if you drag a tab slightly downwards in the browser window by clicking.

    Firefox has a feature called tabs
    You can detach a tab in the current window and open in a new window by dragging a tab in the browser window.
    You can also do this via the context menu of a tab: switch to the new window
    You can drag the tab to the tab bar in the original window to cancel this detachment.

  • Impossible to extract and display the records

    Hi, I'm using Oracle 11 g

    The procedure is compiled without any errors.

    The select statement retrieves records well when they are run in SQL promt.

    But the same records are not displayed in this procedure by extraction of the cursor.

    Last post in the 'done' procedure is also displayed.

    Please help me retriving records.

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

    create or replace procedure disp_rec (vid IN varchar2, vfeat in numbers)
    is

    cursor c1 is select gid, listagg (vindex, ',') within the Group (order by tid) idx from ridrecords where idarpt = vid and feattype = vfeat group by gid;

    type vg is table of number;
    type vi is table of the varchar2 (3500);

    a vg;
    b vi.

    Start

    If vfeat = 0 then
    Open c1;
    loop
    collect the fetch c1 into loose in a, b;
    When exit c1% notfound;
    for indx in a.first... a.Last loop
    dbms_output.put_line ((indx) a | b (indx));
    end loop;
    end loop;
    Close c1;

    elsif vfeat = 1 then
    Open c1;
    loop
    collect the fetch c1 into loose in a, b;
    When exit c1% notfound;
    for indx in a.first... a.Last loop
    dbms_output.put_line ((indx) a | b (indx));
    end loop;
    end loop;
    Close c1;

    end if;

    dbms_output.put_line ('completed');
    end disp_rec;

    It depends on what will be different on the input values.

    Your original example two blocks has done the same at first glance.

    For example, you can do

    Start

    Open c1;

    loop

    collect the fetch c1 into loose in a, b LIMIT l_limit;

    If l_input = 0 then

    ForAll indx in 1... a .count

    Update emp2 ename set = b (indx)

    where empno = a (indx);

    elsif l_input = 1 then

    ForAll indx in 1... a .count

    Remove emp2

    where empno = a (indx);

    end if;

    When the output $a.count<>

    end loop;

    Close c1;

    dbms_output.put_line ('completed');

    end;

  • My document Pages when sent in PDF format opens with Acrobat Reader and displays the text pane

    Hey team

    I am a new user of recent Mac and I have some difficulty with the Pages.

    I'll create a new document and save it as a PDF file (save it to the desktop), when I open it again, it opens with Acrobat Reader and the text released along side this one pane. It does not open a document own stand alone. This cause me a problem when I want to send it as an attachment, as it includes this component, as well as all other toolbars with.

    Any help on this would be appreciated.

    SSA56,

    When you send the PDF document as an attachment, it will be sent as a document 'stand alone '. It will be open according to the preferences that are set by the receiving party.

  • How can I get Firefox to open a link in a new window and keep the original open behind her window?

    That's all

    GoTo (Orange button) Firefox / Firefox Bar Menu-> Options/Tools-> Options-> tabs-> check the "when I open a link in a new tab switch him immediately"

  • Hearing does not open a new file and displays "one or more files treat active jobs. Please cancel these jobs or wait for them to end. »

    Any thoughts on what may occur? Everything was fine, but I have nothing will change its state of 'spirit '.

    Hi again, problem solved... I rebooted and it works again, so I presume it was a temporary problem at my end. thank you for your help!

  • Open a new window VI

    Hi all

    I am new user of Labview, so I need your help.

    I'm trying to create a block of the system interface and I need to control and monitoring.

    The main idea is to have different push button and when I press on them to open a new window (VI) to cardiac control and monitoring of each of them (for example, when I press the button of a temperature sensor to be able to open a new window and show the average temperature and if I want to open a cooler fan).

    The question is whether it is possible to do something like this or I have to do in the same window (because I have 6 sensors and for each of them, I want to separate window).

    Thanks in advance and waiting for your answers

    Hi kb88

    Welcome to the forums and LabVIEW.

    I have provided an example for you look - however as a new user, you must first take the time to learn a few LabVIEW using the line found help and tutorials at http://www.ni.com/academic/labview_training/.

    To understand the code, I have included you should look at while loops, event and business management and properties VI structures (the Subvi you want to start must have its properties' VI' the "Dialog" value so that it appears as such)

    Kind regards

  • How to open a new window that has a single tab and my home page?

    Ago that I had trouble with my internet access so finally deleted Firefox and reloaded it from scratch. Since then, if I open a new window, I get a lot of tabs open. They seem to be the tabs that I had opened the first time I tried to open a new window instead of the tabs, I have now opened. This means that a new window is slow (about 14 tabs open) and does not even include the tabs that I want to use.

    Say you that, haven't you. Maybe this thread will help? It refers at the start, but maybe that session restore got so messed up that until he restores to each new window?

    Old tabs reappear at the start | Firefox Support Forum | Firefox help

  • I'm in a browser session and pop-up windows opens a new window rather than a tab of FFox. How can I cause a pop-up open in a tab instead of a new window of FFox?

    I'm under FFox 4 on Windows 7 completely up-to-date. I use a stock trading platform (called Desk of Trading), which requires the use of pop-ups limited. With IE 8, the pop - ups appear as tabs, but with FFox, they open a series of new windows and fill the taskbar!

    You can watch these prefs the subject: config page.

    To open the topic: config page, type Subject: config in the address bar (address) and press the 'Enter' key, as you type the url of a Web site to open a Web site.

    If you see a warning then you can confirm that you want to access this page.

Maybe you are looking for