Is this possible in forms

Table
project_number number
country_code number
state_code number
project_start_date date
project_status varchar2(30)
The primary key is project_number country_codestate_code
So the data can be something like this
project_number country_code state_code project_start_date project_status
10          USA TX 01/01/2003 ENDING
10 USA AZ 01/01/2003 ENDING
10          USA CAL 01/01/2003 ENDING
When such data exists, and we try to pull the data into a oracle forms block, there
obviously be duplicate data as shown above.
Is there a workaround in forms where in where in we show this data as master detail. ie.
Block Master
project_number project_start_date project_status
10 01/01/2003 ENDING
Block Detail
country_code state_code
USA TX
USA AZ
     USA CAL
WE should also be able to not only query the data as show above , but also insert data into the said table from the same form.
With given design(which cannot be changed due to various factors) is it possible in forms?

Yes the simpel approach would be to create a multi-row block , but set the project_number project_start_date project_status columns to record Displayed 1.
You'll then get the appearance of a coordinated master detail without any of the work.
Of course if you want to update one of those columns that is only displayed once, then you'll have to write some validation code to coordinate with the other rows which need to be updated as well, but it's all do-able.

Similar Messages

  • How to call a form from WEB.SHOW_DOCUMENT 10g  Is this possible?????

    how to call a form from WEB.SHOW_DOCUMENT
    I would like to call a form using the WEB.SHOW_DOCUMENT the idea is from the menu that is attached to the form instead of use call_form use WEB.SHOW_DOCUMENT(...my_newform.fmx)
    Is this possible?????

    Hi ,
    I think yes...but under some circumstances....
    In your formsweb.cfg file you should define a named configuration alias... such as:
    [TEST]
    workingDirectory=C:\TEST_DIR
    form=C:\TEST_DIR\MY_NEWFORM.FMX
    Then , after stopping , starting your OC4J instance..... you call that as (in a button , for example):
    web.show_document('http:<your_server>:<port>/forms/frmservlet?config=[TEST]',_blank);
    I have not tested it.....
    Regards,
    Simon

  • Hi, I have got three ipad minis which I would like to use in a business environment whereby the users can see and update a single calender.  Is this possible? Would they have to be run form one account?

    Hi, I have got three ipad minis which I would like to use in a business environment whereby the users can see and update a single calender.  Is this possible? Would they have to be run form one account?

    Drrhythm2 wrote:
    What's the best solution for this? I
    Copy the entire /Music/iTunes/ folder from her old compouter to /Music/ in her account on this new computer.

  • Feature Request: I want Firefox 4 to remember search history, but not form data, without having to use a third-party plug-in. Is this possible now and I am just not seeing it?

    I don't like having Firefox (or any browser for that matter) remembering any form history, as I do not see this as secure data storage (IT security/network engineer). Currently the only way to disable this is to also disable search history, which is a useful tool to have, and I am not worried about the security of that data (I don't search for sensitive data). I would like to see these two options under the Privacy->Custom Settings Preference to be separated so that people can more finely control what of their data is stored.
    Is this possible without the use of third-party plugins?

    Wow. Okay...
    I'll let the real veterans in this forum tackle your issues one after the other. But, I can tell you, all will be well.
    My only comment would be re: your computer specs:
    BJReis wrote:
    .  This may be due to somewhat older equipment:
    GHz Intel Core Duo MacBook Pro with a 4GB memory computer with Ddr3 running OSX 10.8.4
    To be completely honest, FCPX is a RAM hog. It just is. But, RAM is relatively cheap, and the pay-off is good.
    4GB is right on the edge, IMHO. 16G is ideal.
    I wish you luck, hang in there, and standby for more help.

  • Calling Forms 6i from Reports 6i. Is this possible. Run Product in Reports

    Re: Calling Forms 6i from Reports 6i. Is this possible?
    Hello,
    I have need programming in Oracle 9.x and using Forms and Reports for about 1.5 years. My ERP application calls a report from a form. I DO NOT have source code for the FORM. But, I DO have source code for the Report. So, from the Report 6i, I would like to call an Oracle Form 6i. Note: Not WEB based. My question is, IS THIS POSSIBLE. I can not find a command like Run Product in Report for calling a Form Application. Can someone please help me. I am under the gun to have this ready in a couple of days. Can I call an Active X Application from Reports..if Oracle Forms DOES NOT WORK. This needs to be a Form Application because of the nature of this request.
    Thank you
    Dennis

    Thank you
    ...the ERP vendor based on a form icon button will call a report. They will pass a TAG_NUMBER from a database record (that they just inserted) to the report. This tag_number will link to other tables and will display the report. The problem is ??..there is additional information that the user needs to scan into the database BEFORE the report runs. This is part of the business work flow.
    I have options.
    1) Get the ERP Vendor to call a FORM based on the name I provide to them.(Not really an option since they are unwilling to make custom mod changes.)
    2) Have the user key into the REPORTS PARM FORM. And I will update the tables...
    3) Call an Active OCX popup FORM from Reports and then update tables. Is this possible from Reports???..I am not sure if I like to introduce ms vb into an oracle application. It just does not seem to be a correct solution/procedure.
    4) Pay the ERP Vendor as a custom mod to make the changes for us. (unlikely because they do not like making custom mod changes)
    5) ....any more ideas/comments please let me know..
    Thank you Again
    Dennis Aubrey

  • Oracle forms is this possible?!?

    hi, all.
    I am a java developer and i am not familiar with oracle forms 10g.
    Recently i had a project about digital signing of web forms(on java). So the idea was: We have applet that runs in the client browser, it uses the JSObject to collect all input fields and it's values from CUSTOM web form and create xml document, that must be signed. This applet is like a lib.
    I must do the same thing with a oracle form.
    Is this possible: collect the oracle form's items on the client??? The form is custom i.e. unspecified items and count items.
    If this is possible the next step is to verify the signed xml on the server. So how does oracle forms work. Is there a server side. What is the architecture? Could the xml be passed to the server and how the oracle form's items must be accessed on the server(i need them to verify the xml).
    I will be glad if you could help me soon.
    Excuse me for my bad english :(.
    Best regards.

    What do you mean? :( As i said i am not very familiar with oracle forms.
    Here is simple scenario of usage:
    Oracle developer creates a oracle form. In some way i have to deliver for example jar. He adds it to to his project and in some way specifies that that jar signes his form.
    The form is in module so i guess i have access to it.
    What i learned for now is that there are VBeans that could help to do this(item collection). I found that this beans are graphical components too i.e. we can place awt Componets in them, but may be i don't need to use them. I read that the VBean is on the middle trier, but when i wirte JOptionPane.showMessage(..) it is displayed on the client i can't understand why. I need to collect the items in the form not in the bean.
    The question is can i collect in some way the form's items on the client. Oracle form runs in some applet could this help me? Totally confused. The documentation for oracle forms is very unclear for me.
    I forgot to say that there are some classes in the oracle forms lib like "RadioButtonItem", TextFieldItem and so on. Are theze coresponding to form items? May do some connection between them?!?
    Edited by: user9536806 on Oct 1, 2008 3:06 AM
    Edited by: user9536806 on Oct 1, 2008 3:11 AM

  • I would like to create a simple vote form that members can hit the reply button and record their preference in a check box. Is this possible on iPad?

    I would like to create a simple vote form that members can hit the reply button and record their preference in a check box. Is this possible on iPad?

    Go to the App Store and search on "Forms Management".
    There are a lot of candidates.

  • I am trying to make a fraction in a form field and I would like it to have an over/under appearance. Is this possible?

    I am trying to make a fraction in a form field and I would like it to have an over/under appearance. Is this possible?

    What system and iPhoto version are you running?  What theme are you using.
    All of my calendars do have the month starting on Sunday,  Don't know of any way to change it.  Where are you located?
    How do you have your Calendar application's preferences set to, Sunday or Monday start of week? 

  • Need help creating an "insert file" to add an attachment to a form?  Is this possible?

    I am trying to add an "insert file/attachment" field to a form that I'm creating but am having trouble finding information.   Is this possible?   Please advise.
    Thank you!

    Hi,
    The form with add attachment feature on link http://eslifeline.files.wordpress.com/2009/04/addattachments.pdf
    works fine but when I copy paste objects to use 2-3 times on page 2 and 3 then after attaching different files at all 3 sections, I see only same type of files when using view attachments. I understand it is same like when making 2 fields name same act same together.
    Please help me make the javascript run differently (as new) for each add attachment function.
    Thanks

  • Is this Possible? I want to embed a form...

    Is this possible? I want to embed a client form on our staff website. I want each staff member to complete a client form each day. The form will stay the same, but staff will insert the current date and current activities for the day. The daily form contents would then be sent to me.  Thanks for your help

    Hi
    Jalil Cracker,
    >>when user pres n then it must go to a form but error arises and not working good and threading is not respondin
    Could you post the error information? And which line caused this error?
    If you want to show Form1, you can use form.show() method
    Form1 frm = new Form1();
    frm.Show();
    In addition, Cosmos is an acronym for C# Open Source Managed Operating System. This is not Microsoft product.If the issue is related to Cosmos, it would be out of our support. Thanks for your understanding. And you need raise an issue at Cosmos site.
    Best regards,
    kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I am creating a request for proposal form and I need to add a commission structure field.  I created a table using the ranking field and now I need to delete the "dots/buttons" and turn them into text fields, is this possible?

      I created a table using the ranking field and now I need to delete the "dots/buttons" and turn them into text fields, is this possible?

    It sounds like what you are trying to do is edit the choices in a likert field to something other than the default radio button. This is not something that you can do in Formscentral at this time.
    Andrew

  • Using XML Datasource - is this possible

    Firstly, let me say I have searched the web, this forum and the tutorials etc to find something useful to point me in the right direction but had no luck thus far.
    I have some XML that looks like this;
    <StaffList>
        <Staff StaffId="1" Name="Fred Nerk" Mission="JMO">
            <SAC Code="001001"/>
            <SAC Code="001002"/>
            <SAC Code="001003"/>
        </Staff>
        <Staff StaffId="2" Name="John Doe" Mission="UKDEL">
            <SAC Code="001002"/>
        </Staff>
        <Staff StaffId="3" Name="Jane Citizen" Mission="UKREP">
            <SAC Code="001002"/>
        </Staff>
        <Staff StaffId="4" Name="Kim Hughes" Mission="JMO">
            <SAC Code="001002"/>
        </Staff>
    </StaffList>
    We have a dropdown list that contains the Name attribute of each staff element.  We have done that by using a Datasource and binding it to the XML.  Easy.
    Once a Staff member is selected in the dropdown list we would like to populate a control with the value of the "Code" attribute from the child SAC Code element(s) for the selected Staff member.  We would also like to populate a control with the "Mission" attribute for the selected Staff element.
    Is this possible using LC designer?  If so what tactic can we use to do it?  Any help appreciated.  Happy to reshape the XML if it makes it easier.

    Hi,
    I also think you will need some code but it wont be a lot.  In the change event of you dropdown list you will need something like;
    var  
    staffDataNode = $record.resolveNode("StaffList.Staff.(StaffId.value == " + this.boundItem(xfa.event.change) + ")" );SAC.clearItems();
    for   (var i=0; i<staffDataNode.SAC.all.length; i++ ){
         SAC.addItem(staffDataNode.SAC.all.item(i).Code.value);
    Mission.rawValue
    = staffDataNode.Mission.value;
    where SAC and Mission are the controls for the dependent values
    Attached is my form to test the above code.
    Bruce

  • Firefox didn't show any response to AUTOCOMPLETE="off", I implment this code in form tag and even in input tag too, but no response

    Firefox didn't show any response to AUTOCOMPLETE="off", I try so many codes using jquery and html but no response, I implement this code in form tag as well as in input tag, in my registration form when ever the cursor focus on the username field already saved username display, pls let me help me to solved this issue.
    Thanks.
    Saravanaraj
    [email protected]

    If autocomplete data already previously has been saved in Firefox then adding autocomplete=off won't have effect since this data is already stored and you need to remove this manually via (Shift+) Delete.
    If you are experimenting with code then you need to take this into account and possibly use forget about this site.
    Using "Forget About This Site" will remove all data stored in Firefox from that domain like bookmarks, cookies, passwords, cache, history, and exceptions, so be cautious and if you have a password or other data from that domain that you do not want to lose then make sure to backup this data or make a note.

  • Configurable Product - is this possible?

    I have the following requirement. SAP says that it is possible to do this the standard way...I don't know how.
    I have a configurable product with 3 caracteristics. This product is assigned to a bill-of-material that allows me to explode the configurable product with 3 subitems depending on the caracteristics I choose.
    This I can do.
    Now here is the catch....I need to assign an item category to each of the caracteristics, so that when each of the characteristic/product is exploded in a sales order the correct item category is assigned (I need this because of cost allocation).
    Is this possible (without implementing user-exits)?
    PS: I choose the item category to control cost allocation, but any field in the pricing structure (KONP) will do just fine.

    Hi
    I have a done a editable pdf in pro.
    My client needs to put different percentages into the form (different for everyone)
    so 1 pupil might have 25% but next 60% which she wants to change herself and then send to the student.
    I have set it up so she can save it but when she sends it to the pupil, she can fill in the form BUT she can also change the percentage which we do not want.
    My client is using normal acrobat (free one) 6.5 and pupils will probably have just the free reader.
    Thanks

  • I need to secure a pdf so it cannot be edited, except for the first page.  Is this possible?

    Can you secure all but one page of a pdf?  I would like the first page to be able to be edited, but the rest of the document to be protected from editing, is this possible?  If so, how?
    c

    What do you mean by editing PDF? If you have a PDF form and want to make some form fields, in your case pages other than the first page, non-editable, you can lock the form fields on all pages other than first. You can write a JavaScript that does that, include it in the original PDF form and activate it at some point in time (like when a certain button is clicked, or certain form field gets focus). If you mean other ways of editing, like changing text on a page, you cannot protect only part of the document from that.

Maybe you are looking for

  • How create  dynamic URL for every row  shown in the report?

    Hi, Iam new to this Application. I created one interactive report to find the number of bugs logged for every product and its sub component for past one year. The report will look like below structure in the application. Product Subcomponent Total P1

  • How can I get my Final Cut Pro 7 to Work with 10.8 Lion?

    I get these two messages and then Final Cut Pro shuts down. Please don't tell me to use FCProX because I don't have time to learn a new system and need to edit a project today. Anyone who has real info on this please help! Thank you SO MUCH! xoxo

  • Coding Error. Please help

    Hi guys,      can anyone help me to solve this problem. I just wanna to get the customer name from a java bean "jCustomer" and stored it into the variable "custName". Next, i will check whether custName is null then the jsp will display accordingly.

  • Mail won't let me add a new account. How do I fix this?

    I have tried selecting "add account" and using the + option, and nothing happens at all, either way.

  • EMERGENCY!!! HAVE A SUNDAY DEADLINE AND IMOVIE IS DRIVING ME NUTS-HELP!

    OK HERE IS THE DEAL..I USE IMOIVE FOR MY BUSINESS CREATING DVD'S FOR BUSINESS AND VIDEO SCRAPBOOKING...I HAD 6.0.3 AND JUST DUMPED IT TO REINSTALL IT TO TRY TO CORRECT A GLITCH. ONLY TO FIND OUT THAT I HAVE TO GO BACK ALL THE WAY TO 6.0 BECAUSE O1 TH