How do you create a subform from a form

Is this possible in APEX, I want to have a form with about 15 items and then I want to add a button that allows me to branch off that form into another form, but have it linked to that record. I tried using a master/detail, but i want multiple branches to different sections.
For example
A main patient screen
A button that you click to add their doctors
another button, that you click for their appointments
another button for their prescriptions
Etc.
I can add the buttons easy enough, but how do you link it so it only brings back the person on the main form? All buttons would be a different table with proper primary key/foreign key relationships.
Let me know if you need further information.
Thanks,
Jim.

Take a look at this link I am sending. The code is built such that, the button sends you to page 19 from page 18 and in the page submission I am sending teh value of p18's only item to the only item on page 19. Its under the branches after submission section on page 18.
http://apex.oracle.com/pls/apex/f?p=58170:18:3650397102915727:::::
Thank you,
Tony Miller
Webster, TX

Similar Messages

  • How do you create THIS "grid" in Oracle Forms

    Hi,
    I am new to Forms. I have to develop a grid very similar to the one shown here.
    How can you create the grid in the bottom??
    I can't see using any of the standard Oracle toolbox items (like multi-record blocks) for this?
    Any help would be greatly appreciated.
    Thanks
    User 122...

    Hi Soofi,
    Appreciate your quick response.
    In the image, can you see a huge grid?
    Grid column headings are days of the week, Mon, Tue, Wed etc.
    Grid Rows also have names, like Room, Status and Rm. Type.
    Cells have various values in various colors (red, blue, green etc) and signs like ">>".
    Can you see that??
    My question is, how to create a grid like this in Oracle Forms??? We cannot do it using a multi record block.
    So, how have they done it??? The form in the image is an actual Oracle Form from a hotel reservation system.

  • How do you create a playlist from personal videos?

    I download music videos and save each one as a FLV file.  I view them by clicking on the file icon and AMP starts automatically.
    So my question is how can I create a playlist so that I can have AMP play one FLV file (a music video in this case) and then automatically play the next one and the next and the next...
    Similar to what iTunes does.
    Can this be done?

    Plug it into iTunes and create a playlist by dragging and dropping the songs you want into the new playlist

  • How do you create a BitSet from a Byte (or byte)?

    I have a byte and would like to know the binary values of each 8 bits in the byte. I have read the javadoc on BitSet, but cannot figure out how to create a BitSet from a byte, so that I can identify the value of each 8 bits of the byte.
    Does anyone know how to create a BitSet from a byte OR is there another simpler way to print the bit values contained in a byte?

    I found a reference that prints the binary rep. of a byte.
    Integer.toBinaryString(aByte & 0xff));

  • How do you create a list from Contacts, including Photos?

    How do I create a list of Contacts, including photos in Address Book?  I want to print this list out.

    You can print a list by selecting a group and and using "File > Print".
    In the Print dialoge you can select a print stile for the list and and check, which attributs you want to have included. Only the photo is not selectable, sorry.
    use one of the styles "Pocket Addressbook" or "Lists".

  • How can you create a swatch from a jpeg in Illustrator CS4?

    I am trying to create a jpeg image into a swatch in Illustrator CS4. In previous versions you could simply drag the image into the swatches toolbar and it would convert it automatically. Now when I do that nothing happens. When I click on new swatch it creates a colour swatch instead of the actual image itself.

    When you say you would drag the image itself into the Swatch Palette and it would show the image itself? How would then use this swatch? Can you give an example of what you would apply a jpeg to as a swatch? The only palette that I can think of off the top of my head that you can drag a jpeg into and have the icon appear as the jpeg is the Symbols Palette. Is is possible that you were using the Symbols Palette in the past and not the Swatch Palette?

  • How can you create a jpeg from video in imovie 13?

    In imovie11 you could hit share, convert using quicktime, and then select mov to jpeg or gif.  that option is not available in imovie13?  Anyone know how to create a jpeg or gif in the new imovie?

    When you say you would drag the image itself into the Swatch Palette and it would show the image itself? How would then use this swatch? Can you give an example of what you would apply a jpeg to as a swatch? The only palette that I can think of off the top of my head that you can drag a jpeg into and have the icon appear as the jpeg is the Symbols Palette. Is is possible that you were using the Symbols Palette in the past and not the Swatch Palette?

  • How do you create a DVD from FCPX 10.0.7

    To start off..I'm no expert. Just frustrated. I have my finished Project in FCPX 10.0.7 and want to burn it to DVD. Not looking for any fancy intro's, titles, chapters or anything. I just want to throw it onto a DVD which will begin playing once I pop the DVD into a player.
    From my Project I chose "Share to DVD" and Transcoding started. Then at 66% completed it just stopped... and says,
    "Finishing: Create DVD: Waiting for Create Disc to finish." That was last night. This morning, it still says that.
    Not sure what to do. HELP!

    Hmmm... not really sure what is causing your problems...?
    Just a few things you might try...
    Trash your Preference File: http://www.digitalrebellion.com/prefman/
    Try with another project... same problem...?
    Check: File / Relink Project Files... anything missing there...?
    Are you using Optimized Media...?
    Did you finished rendering the timeline...?
    Are you using ProRes 422...?
    Try and export as Master File... does that work...?

  • How can you create a spoolfile from a program where have Error Message?

    I have a situation where I need a report to come out  - even if I have an Error or Abort Message.
    I need the report so that i can email the users in a second step of a Job.
    We want the CANELLED to show in the JOB queue but when that happens by doing a message with the error it does not output any spool file.
    The code is simple:
       CONCATENATE c_errors
                    c_error_645
            INTO  z_msg_line  SEPARATED BY space.
        WRITE z_msg_line TO z_output_line.
        WRITE:  z_output_line.
        lv_errors = 'X'.
        MESSAGE ID 'ZX' TYPE 'E' NUMBER '645'.
    The job stops, shows CANCELLED but not output to the spool file.
    If I change message type to I for imfomation I get the spoolfile but the JOB queue shows COMPLETED so a Basis person will not catch the Cancelled job.
    Thanks.

    Does the email processing have to occur within the same job?  Why not establish a polling process for cancelled jobs where you control the job name(s) to poll for and the linked users to email?  When you find a canceled job you can read the job log messages (assuming you have logged your errors using 'S' messages and then used a final 'E' message to stop the job) using function BP_JOBLOG_READ.  You could establish a spool from that (and attach it) or just embed the messages in the email body itself.
    I'm not sure what your scenario is though - I would separate application errors from technical errors in your error notification process, i.e., handle error notification/emailing within your programs themselves and avoid abending jobs if possible.  Are these Basis-handled errors or user-handled errors that you're talking about?
    Edited by: Brad Bohn on Aug 19, 2010 3:51 PM

  • How do you create one pdf from multiple pdfs

    I'm trying to take multiple PDF documents and make one large PDF. Does anyone know how to do this?

    This isn't possible to do in Workspaces, but you can with Adobe PDF Pack.

  • How do you pass a variable from one form to another

    Sorry, I am new at this.
    I have an ID on one form and I want to pass it to another form and then populate a text field on the second form. How is this accomplished.

    There are various ways to accomplish this depending on your applications' needs.
    Read up on the manual, especially on session state management http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10499/concept.htm#CIHCFHBD
    This will get you familiar with the basics of url syntax and and session state after which you will have no problem implementing what your asking

  • How do you connect your photoshop elements on your computer to your account online? and how do you create a customized url? how does the gallery work and how do you access it? i have trouble signing in on my program from my computer to connect to the onli

    how do you connect your photoshop elements on your computer to your account online? and how do you create a customized url? how does the gallery work and how do you access it? i have trouble signing in on my program from my computer to connect to the online photoshop, and I really want to create my own customized url and post photos to my gallery and share them with the world, family, and friends, but i need help because i can't figure how to do any of this, would really appreciate feedback and assistance, thanks, - claire conlon

    To add to sig's reply, "calibrating" does not calibrate Lithiu-Ion batteries, it calibrates the charge reporting circuitry.  If you look at the effect of deep discharging Lithium-Ion batteries in the data from the independent test group, Battery University, you will see that doing so shortens the life of the battery significantly. It looks like an optimum balance between use and life is at a discharge level of 50%.

  • How can you create a writable PDF document from a PPT presentation ?

    How can you create a writable PDF document from a PPT presentation ? Upper part with the image , lower part with a free space in order to take notes for students during presentation or course.
    Thanks.
    B

    You can make a PDF file out of you notes and handouts but using the Adobe PDF printer.
    Open your PowerPoint Document then go to “File” “Print”
    Select ‘Adobe PDF” Printer
    Under slides, select which way you want to print. Note it will not print to a printer but to a PDF file.
    After then go into printer Properties and Setup PDF properties, do the following: (see second image below)
    Default: PDF/A 1-b
    Adobe Security: none (change as needed)
    Adobe Output folder: Prompt for Adobe file name
    Adobe Page size: Letter (change as needed)
    Check the following check boxes
    View Adobe PDf Results,
    Add Document Information,
    Rely on system fonts only,
    Delete Log files for successful jobs.
    Select OK
    A pop will ask you where you want to save the document. The file extension should be PDF. After giving the file name select okay and the file should popup as a PDF. Down side is if you want to speaker notes included then you will have to do another file, like wise with just screen shots then combine into one PDF document.
    I used Acrobat IX Pro. So to do this you need Acrobat IX or X Pro.
    Hope this will help.
    Tiger26

  • How can you create a playlist with music and music video and play those from same playlist through Apple TV?

    How can you create a playlist on Ipod touch with music and music video,  and play those from same playlist through Apple TV?  I can download, create a playlist with both music and music video, stream that through the Apple TV with no problem.  The sound and the information show up on the TV, but when it gets to a music video, it only shows the information and "artwork".
    I also have a video playlist - videos play fine through the Apple TV, but will not shuffle through all videos - continues to repeat the same one.  I have most definitely selected shuffle in both locations - from the playlist and on the ipod video screen while video is playing.

    I finally got it... had to sync the photos with the music in iMovie, arrange the voiceover in GarageBand then export to iTunes, and then I was able to put it all together in iMovie and burn in iDVD... had a few glitches along the way but finally finished : )
    Message was edited by: jpewald

  • How do you create bookmarks when you create a PDF from word?

    Hi All, how do you create bookmarks when you create a PDF from word, rather than having to individually copy from a pdf and create bookmarks?
    Adobe 8.1 full version.

    Thanks for the reply, I'll give it a go and will let you know

Maybe you are looking for

  • ITunes can't connect to Apple TV sometimes after sleep and wake up

    Hi! There are any issues to find in the discussions depending on problems between the ATV and iTunes but no solution helps me to solve the following problem till now. I am using a Mac mini (middle 2011) as a central storage for multimedia data. The e

  • What are the steps for moving FPGA to new target

    I thought I asked this question once but can't find it. So if this is a repeat I apologize. I have a PXI-7831r project that works. I need to cake a copy that runs on a PXI-7851r on another machine. What are the steps that I need to take and potential

  • Subscription issue, wrong payment type.

    I have a subscription that is stuck in pending. Could it be because I accidentally entered Mastercard as my payment option when it was really a Visa?

  • OIM R2 pre-requisite tasks

    Dear All, I am following Oracle documentation on R2 upgrade: http://docs.oracle.com/cd/E27559_01/doc.1112/e28183/oim_up.htm#BABGBFHB 1. How to verify that oracle.soa.worklist.webapp is targeted to Oracle Identity Manager server in 11.1.1.5.0? 2. How

  • How to delete incorrect entries Mavericks

    DH accidentally typed an incorrect username on a webpage.  Now everytime I start to type the correct username the incorrect one (with the same first two letters) pops up in a box underneath, along with the correct one. How can I delete the incorrect