Tab pages in oracle forms

hi ,
I have two different Content Canvases in oracle form 6i and my requirement is such that i need to have these two
content canvases in tab canvas pages.
can Any one please tell me how i have to join these two content canvases in two tab pages.
since i don't have idea about forms.
if any one could give coding for these issue it would be nice.
say one canvas name a and another canvas name b and i have pages namely taba and tabb
now i have to write trigger for tab canvas pages . if any one suggest any idea i could implement it.
once it is ready i would be implement in oracle apps as well .
other informations are.
it have one window
iam using oracle form 6i,
help me in this regard .

say one canvas name a and another canvas name b and i have pages namely taba and tabb
now i have to write trigger for tab canvas pages . if any one suggest any idea i could implement it.
once it is ready i would be implement in oracle apps as well .
HI , Your Logic is okay.
What you have to do is,
Open your existing from
In Canvas - Create New canvas with Type 'TAB'
And Create Two Tap Page - A & B.
select existing each items in existing canvas and select main canvas and TAP page -A or B
Once completed you can run your form as like before without any coding changes,
Regarding your question for TAB trigger code, generally you do not need any code as it is auto select.. by mouse.
CHeck and reply back with you further queries

Similar Messages

  • Tab pages on Oracle forms 9.0.4..

    Hi,
    I have a form consist of several tab pages. I do not user to select another tab page without saving the currnent one where they are on. If the user already clicked on another tab, the one clicked tab changes colour. I can force the cursor to go back to the block where they were before, but the prevously clicked tab does not change to the original colour. How do I change the clicked tab back to the unselected tab colour.( if user want to go the tab page even after saving they have to click another tab page in order to go the prevously selected tab page) I would appreciate if any one knows the answer and giving me the details.
    Thanks
    Luksh

    Use
    set_canvas_property('Your_Tab_Canvas', TOPMOST_TAB_PAGE, 'Your_Tab_Page');
    to select a tab and make it the current tab.

  • Calling OAF Page from Oracle forms

    Hi All,
    Is it possible to call an Oracle Forms from OAF page?
    I need to call a OAF page EAM material cost screen from oracle form using personalization.
    Please any one put on some lights on this issue.
    Thanks in Advance,
    Ramesh reddy
    Edited by: user642447 on May 13, 2011 4:33 AM

    Ramesh,
    yes, its possible to call oaf page from oracle forms.
    This has been specified step by step in Developer Guide. Refer it for more.
    Regards,
    Gyan

  • How to display static HTML pages in Oracle Forms 6i

    I want to display static HTML page in oracle Forms ? Can any body help please ? Its very urgent. Many thanks in advance.

    Suresh,
    there exist a Java Bean in teh Forms 6i demos that shows a static HTMl example. Note that the HTML that could be shown is somewhat basic, but it will give you an impression how it can work. The demos are at otn.oracle.com/products/forms --> samples --> 6i demos
    Frank

  • How to use stack canvas in tab canvas in oracle forms

    hi all,
    how to use stack canvas in tab canvas in oracle forms. please if any one help out in this.

    Hi
    u can simply create a button in ur tab canvas in this button pls write the following as an example...
    SHOW_VIEW('STACKED_CANVAS');
    GO_ITEM ('SAL'); -- Pls note this item should be navigable and visible in ur stacked canvas form
    HIDE_VIEW('TAB_CANVAS');In order to return back to ur tab_canvas pls create a button in this button pls write the following...
    HIDE_VIEW('STACKED_CANVAS');
    SHOW_VIEW('TAB_CANVAS');
    GO_BLOCK('EMP');
    GO_ITEM ('EMPNO'); -- Pls note this item should be navigable and visible in ur stacked canvas form
    Hope this helps...
    Regards,
    Abdetu...

  • How to call OA Framework Page from Oracle Forms?

    Hi,
    I have read the OA Guide on "Forms / OA Framework Page Integration" which guide on how to launch OA framework pages from Oracel Applications Forms.
    I would like to perform the same whereby to call the OAF page from Oracle Form itself. However I do not quite understand on the below section:
    To make use of the Oracle Application API - fnd_function.execute.
    Where should I use this function? Should I create a button triggered to link to OA Page?
    Appreciate advise on this.
    Thanks and Regards,
    Shiau Chin

    Hi Ashok,
    You can refer the topic Forms / OA Framework Page Integration in Developers Guide.
    There you can find details about the below :
    Launching Oracle Applications Forms from OA Framework Pages
    Launching OA Framework Pages from Oracle Applications Forms
    Thanks
    Jegan

  • Creation of Tab pages in a form in C#

    Hi Experts,
    I would like to create an 2-3 diffetent tab pages in a single form in SAP B1.(like as we have differrent tabs in a windows)
    I am quit new to this, can any one help me here providing the keywords, function ect..
    It wold be really helfull if u can sggest me with an example.
    Thanks in adavnce,
    Regards,
    First

    Hi
    Welcome
    Try to see SDK Samples. By default you must have installed its in C:\Program Files\SAP folder:
    - SDK_Samples_2005\COM UI\CSharp\07.ComplexForm;
    - SDK_Samples_2005\COM UI\CSharp\11.SystemFormManipulation.
    Also you can search this forum for word "Folder".
    Execute SAP Client and after launch one of project.
    Regards
    Sierdna S.

  • Calling third party java page from Oracle form

    Hi,
    Is it possible to call a third party java (html+java) form page (residing in separate web service server) which would take input from standard Oracle form (OCO) page?
    The third party page would validate the fields sent by form page and then will provide the results which should be copied back into standard oracle OCO form page.
    Regards,
    Aneesh

    Don't know if you can do this from Forms PL/SQL, but you should be able to write a stored procedure in the database that does it for you. The stored procedure could use the database package UTL_HTTP to make the HTTP request and receive the response.
    Your custom stored procedure can be called from Forms PL/SQL. If you are caling to a tru web service, you can also look at the UTL_DBWS package which is a bit more high level for calling a web service, than the raw UTL_HTTP package.

  • Does anybody have a sample app menu page(first page) of oracle form 10g

    Hi,
    We are migrating form6i to 10g and deploy the app on the web. We could successfully access the forms after compiling at 10g form builder. We have more than 20 forms, we need a menu for people to click on to choose different form to use. We already know the URL of each form (http://hostname/forms/frmservlet?form=form_name). Does anybody have a sample menu page for reference?
    thank you very much
    Ling

    Read it, or search in this forum, the subject has been treated a lot of times
    How to Maximize the MDI Window correctly on WEB showing the STATUS bar ?
    Doc ID:      Note:358468.1      
    Last Revision Date:      05-APR-2006      
    Applies to:
    Oracle Forms - Version: 9.0.4 to 10.1.2
    Information in this document applies to any platform.
    Goal
    When you try to Maximize MDI window in a form using
    set_Window_property(FORMS_MDI_WINDOW,WINDOW_STATE,MAXIMIZE) on web,
    even though the MDI window appears as Maximized it is not actually maximized,
    also it doesnt show the status bar.
    This issue has been explained in BUG#4944285 and Note 181100.1
    Regards

  • Calling Apex page from Oracle Forms

    Hi,
    I haven't managed to find a similar thread anywhere.
    I would like to call an apex page from a form. The page is in an app that requires authetication.
    I can able to open the page by using web.show_document but that only takes me to the login page.
    How can I overpass the authentication by passing somehow the username and password?
    Is there any similar or easier way to do what I am after?
    Many thanks

    Hi,
    You could try the BRANCH_TO_PAGE_ACCEPT URL functionality. There are a few threads on this subject - for example: Re: authentication with credentials from another domain? I haven't used this myself, but if you do a search on the forum for this, you may find other threads that can help.
    Andy

  • Accesing Java Sever Page from Oracle forms 9i

    hello,
    i implemented a form with one button, one bean area..
    after pressing that button, i have display one jsp file in that bean area...
    can anyone give me what r the requirements....
    if possible give one example... very urgent..
    Naresh

    Hi ,
    Thanks for replying. Let me explain the issue again.
    I have my Forms application in Oracle Forms 10g using Forms builder 10.1.2 and deployed on the Oracle Application Server 10.1.2
    I have got this java utility that is a bunch of jsp/html files and jar files and basically what this utilty does calls the scanner and transfer scanned image to the DB. This is an indepent java project I got from outsource and not deployed to an EAR or anything.
    Now from one of my Forms, I want to call this utility and I think to get this independent utility to run I have to call its index.jsp. So I think we do this using web.show_document. Also I have to make sure the security is maintained. So the user who logs in should only use this jsp.
    If I get this utility to work in a seperate browser then I can do the necessary actions and close it and return back to my form.
    But my questions, the utility is a bunch of loose jsps and jar files so where do I place these files in the Application server so that my Form can call it using a url.
    2) How do I achieve the secure access to the jsp as well
    3) How do I pass the parameters to this jsp.
    I have not run the jsp from my desktop so don't know that either. This utility has to be placed on the Application Server itself becauseits going to be used by many users.
    Please help.
    Thanks

  • Opening a secure web page from oracle forms for credit card validation

    Hi All,
    I searched for the topic in the forms forum but couldn't find a solution.
    Requirement: As per some compliance, our application cannot do a credit card validation from our forms application, instead we need to use a java code which a third party will provide ,it's an iframe (they say, i am layman when it comes to Java, don't know what is it), but they say that, within your forms application you call our iframe do the credit card validation over there get a token of response back from us and use this token as a confirmation in your application.
    Problem: I could not find a solution anywhere wherein i can call a web page from forms. Now, this web page should be modal, i.e. unless i close this page i cannot access my forms application. Please guide me if anyone has done that.
    Secondly if i could make it work, how will i communicate with this external web page, like getting back some token value and use it back in my forms application. I am completely clueless.
    As we are using Oracle designer for generating forms, we cannot use a bean type thing as designer does not have the bean-item type defined!
    Appreciate if anyone could provide me pointers for a solution to this problem statement.
    We are on forms 9i -- Version 9.0.2.11.0
    Edited by: the_wing_rider on Jul 8, 2011 5:10 AM

    The simple way to do it is to use a PJC (java bean) + apache httpclient library..
    If you have a webservice than you can use Axis library and wsdl2java to create java classes from wsdl.
    also you can use httpclient library to simulate http protocol (request/response actions)..
    (for example.. you have a credit card number.. you post this number to specified URL and then you parse the response from credit card validation server)..
    Post here some documentation (specification) on how to call the credit card validation .. (maybe it's a secure webservice?)
    Here you have a httpclient library documentation:
    http://hc.apache.org/httpcomponents-client-ga/tutorial/html/index.html
    Also you can implement bean area in designer.. If you need help I can post here how we do it in our project..
    also look here: Call webservice from PJC over https protocol
    regards
    Peter
    Edited by: Peterv6i on Jul 8, 2011 3:35 PM

  • Php page and oracle forms link

    Dear All,
    I am using Application server 10g to deploy my forms and reports. I have another web server on which I am giving users to login to access different applications. I have a php page and users are able to login there properly. But after login when they try to open the applications hosted on the Oracle Application Server 10g, they need to give user id and password again. Is it possible that we can link my web server and my application server so that users need not to login twice.
    Regards
    Trusha

    This is possible only if the other server uses SSO.
    Alternatively solution I am thinking ( Not tested )
    1 Pass the username from the Server as a parameter to the welcome screen or
    the first form.
    2 Login using a guest account to the database in the intial screen.
    3 Store the username and password in a table. Only guest got the acces to this table and only from forms.
    4. When the userid is passed from the server, using guest account check if its a valid user name, if yes get the password from the table and login using that.
    Note there is a risk of storing username /password in the database. So while storing the username/ password you can use some encryption and from the forms
    decrypt it.
    Rajesh Alex

  • Tab Pages in Form

    I have 2 tables their structure is as follows:
    1- Dept_id, Dept_name
    2- Emp_id, Ename,Sal,mgr,hiredate,Dept_id
    Now i want a Multiple tab page in my form if I click on Sales all the employees working in sales department should be displayed automatically likewise when I click on Accounts tab all the employees working in relevant department should be displayed automatically......how can I achive this ??? any advise or help highly appreciated

    Hello,
    Use the trigger: WHEN-TAB-PAGE-CHANGED to detect which tab you are switching to.
    Then for each tab, change the block property using: SET_BLOCK_PROPERTY built-in and change the property DEFAULT-WHERE to the one that gives you the employees working in sales etc...
    To get that when you enter the tab page, use the built-in EXECUTE_QUERY
    Hope this help

  • Passing parameters to web based oracle forms

    Hi,
    How can I pass parameters from web page to oracle form applet? OR is there anyway i can know (within a form) if that form is run from a client/server or from web. This is just to set some parameters depending on the condition: client/server or web application.
    thank you

    To know if you are on the Web use the get_application_property built-in, check out the online help for it.
    To pass parameters - if you are using the forms servlet you can pass parameters on the URL that calls your Forms application.

Maybe you are looking for

  • Employee Vendor Private Information visible

    We are using a vendor account group for employees and are in the process of restricting our roles from being able to see the  employee information by restricting access through F-LFA1-GRP.  What is the best possible way to restrict access from being

  • Killing a Thread

    In recent versions of the JDK they deprecated the stop() and destroy() methods. They did so because those methods can kill a thread in a "dirty" way. The replacement approach is to have a while(isRunning){} loop in the run() method and to set isRunni

  • GRIR not match GL account wise

    Dear All, i have used report MR11 posting date 31.03.2009 & PO date 01.04.2008 to 31.03.2009 & last movement key date 31.03.2009 with plant wise. i got balance 23corode but when i choose GRIR gls & take report from FI with t-code FAGLL03 i got balanc

  • How to delete accent symbol in Spanish language ?

    Hi  experts, When we extract the addresses, the string contains the accent symbol " ' " . We need to delete it via our coding, Could you please provide any guidance and sample code for that? The symbol looks like this, it should be converted to "o" .

  • RAID manager failed!!!!!!!!!!!

    hi, i installed the RAID manager on my server Enterprise 220R, but during the installation it gave me this error: drvconfig: driver failed to attach: rdriver drvconfig: driver failed to attach: rdriver RDAC daemons initiated WARNING: set_drivers: No