Object navigator questions..

1.Can we create user defined triggers?if yes...how?
2.How can we use the search functionality?
3.What is the use of relations in object navigator of forms?
4.What is the use of graphics which is under canvas node in object navigator?
5.Can we use more than one canvas in a single window? what is its use?and how can we call/display one canvas from another?
What are object classes?
What are the Parameters in forms?
6. What is the use of visual attributes?
7.What is the use of record group?
8.What is the use of window in forms and can we use multiple windows?
9. What is the need for multiple windows?
any kind of suggestions are accepted...
thanx in advance

Hello,
You seem to totally discover the product, and, I cannot believe that someone is going to give you a complete course here !
I think that you need a formation, but the purpose of this forum is not to provide in-line formations.
Francois

Similar Messages

  • Object navigator

    iam new to orcle forms and i am need to learn the elements in the object navigator.
    mainly i need the information or any material or any suggestions about object groups,alerts,graphics,editors etc..
    and i 've some questions here....
    1.Is it possible to set the position values of a canvas to 1.69 (i.e..float values)?
    2.can one form be associated with multiple windows ?
    thanx in advance

    As You are new to form, please read this
    <br>
    For windows and canvases:
    <br>
    Designing form applications>windows and canvases

  • View the anchor in the object navigator

    Is it possible to list/see all the created anchor in the object navigator ?

    TOOLS->OPTIONS->NAVIGATOR -> LAYOUT ->ANCHORING INFORMATION
    regards,
    ph.

  • How to create Dialog Module[Screen,Menu,object navigator]

    Dear All,
                kindly give me. How to create Dialog Module[Object Navigator,Screen,Menu,] steps with code.

    please see this  link   it is with  screen shot from the scrach ...
    <b>creating  struture 
    creating screen
    writing logic 
    table control
    creating tcode</b>  ...etc
    <a href="http://">http://www.sapdevelopment.co.uk/dialog/tabcontrol/tc_basic.htm</a>
    reward  points if it is usefull ...
    Girish

  • Stacked Canvas not appeariing in the object navigator.

    Hi there
    Could any one please help me to find the answers for these?
    When I open a oracle form in Forms Builder 6i (6.0.11.3), I can't see the stacked and tab canvas in the object navigator. Is there any setting which I need to change in preferences.
    Could any one give me the link for the latest patch for forms 6i((6.0.11.3) in metalink.
    Thanks
    Sree

    Hi
    I am really sure, but it is a oracle apps form. If I open this in Unix with forms builder 6.0.8.27.0 using Reflection X, I am able to see the stacked and tab canvas. Only with the windows standalone forms builder I have this problem.
    Thanks
    Sree

  • Object navigator - Search field missing

    Hello,
    in the transaction se80 (Object Navigator), I used to have a search field  in the repository browser to search for programs etc.  But for some reasons this field is missing, there is just a white field which does not allow me to enter anything.
    Can anybody help me out?
    Thanks,
    Anne

    Hi Anne,
    This problem is because of GUI patch issue.
    Try to upgrade your SAP GUI to 7.0.. Or install new patches if you are using GUI 6.0 versions.
    This problem would definitely resolved if you upgrade to SAP GUI 7.0. 
    Thanks,
    Sreekanth
    <i> Reward if it help you. and close the post if it solves your problem</i>

  • Docs about RowSet, and Object RowSet questions?

    Docs about RowSet, and Object RowSet questions?
    I can find RowSet forum, so I ask here!
    Can you give me URLs where I can find more about RowSet and URLs for any RowSet implementation?
    Does Borlans, Oracle, IBM, etc., have RowSet implementation?
    I find out about Sun's RowSet implementation, but I can't find Object Rowset in this implementation?
    Is it possible to develop Object RowSet and is it useful?
    I know about O/R tools like Hibernate, but Object RowSet can be useful?
    Run SQL query and get Objects, or maybe even run Object query (like EJB or Hibernate or JDO have) and get Objects.
    No XML mapping mess and simmilar, like with EJB or Hibernate or JDO?

    You can try
    http://java.sun.com/developer/Books/JDBCTutorial/chapter5.html
    This is a tutorail for RowSet

  • Package in Object Navigator

    Dear ABAPer
    I want to create a package for my requestin Object Navigator,but it
    prompts 'Package must be assigned to the software component '.
    I can't understand it fully.
    Can anybody give me some advice?
    TKS!

    Hi Stephen,
    In while you create your package in the software component give as HOME then your error will be erased.
    Go to your package in SE80 and go to edit mode and give HOME for  the software component.
    Cheers!!
    Venk@

  • [SQLDev1.1] Poor performance in Object Navigator

    I have downloaded the new SQLDeveloper 1.1 and am exited about the new features (mainly time display).
    However it looks to be unusable for me as I can't list any of my tables in the Object Navigator in my main database (ERP system). When I want to expand my tables branch I just get the "Loading tables" display that does not go away. I do not have that many tables in this schema and would like to be able to see them all. But for some reason it just will not work.
    I have had some success with other databases but the performance was a lot less than v1.0. Is there anything I can do to improve this performance?
    Edit: It looks like there is some form of "critical mass". If the number of tables to retrieve is higher than a certain number the performance takes a dive. I still haven't been able to get a full list.
    Message was edited by:
    Deddiekoel

    This is classic manifestation of the law of diminishing return. Having the table synonyms listed, and show partition information conditionally, and not to have materialized view tables listed is a small increment in the navigator table node. IMO, those features are not worth of drastic performance degradation.
    If you don't want to wait for 1.1.1 patch, modify the queries in table.xml as folows:
    <query minversion="10">
    <sql constrained="false">
    <![CDATA[
    select --+ rule
    * from (
    SELECT OBJECT_NAME, OBJECT_ID ,'' short_name, 'TRUE' partition, OWNER OBJECT_OWNER
    FROM SYS.ALL_OBJECTS O WHERE O.OWNER = :SCHEMA AND O.OBJECT_TYPE = 'TABLE' AND O.GENERATED = 'N'
    AND O.OBJECT_ID NOT IN ( SELECT PURGE_OBJECT FROM RECYCLEBIN )
    )]]>
    </sql>
    </query>
    <query minversion="9">
    <sql constrained="false">
    <![CDATA[
    select -- rule
    * from (
    SELECT OBJECT_NAME, OBJECT_ID ,'' short_name, 'TRUE' partition, OWNER OBJECT_OWNER
    FROM SYS.ALL_OBJECTS O WHERE O.OWNER = :SCHEMA AND O.OBJECT_TYPE = 'TABLE' AND O.GENERATED = 'N'
    ) ]]>
    </sql>
    </query>
    These queries run 0.5-0.7 sec on Apps Vision database, so the table node refresh is under 2 sec.
    (I'll also look up into the other nodes performance, but don't hesitate to bring it up in the forum).

  • Export error from Rep. Object Navigator

    Hi
    I got an error CDI-22582 when I tried to export container or workarea from Rep. Object Navigator. Errlog.err file contains this:
    EXP-00056: ORACLE error 12154 encountered
    ORA-12154: TNS:could not resolve service name
    EXP-00000: Export terminated unsuccessfully
    Everything is OK with my TNS. I can successfully connect to Rep. DB from Designer or Enterprise Manager. I'm using:
    Designer6i v. 6.5.40.20.0 c.4.012
    Thanks.

    Nenad,
    There are various causes to this issue. The most common one is the following:
    When you connect to your repository, you use the TNSNAMES.ORA from the Designer Oracle Home.
    When you export from Designer, it can be (depending on the registry variables EXECUTE_EXPORT) that you use the export executable from another Oracle Home, what means it uses a different TNSNAMES.ORA
    Could you please check if it's the case?
    If it is, make the file tnsnames.ora in both Oracle Homes identical.
    If you have access to MetaLink, I would recommend you to have a look to Note 160378.1: Common causes of CDI-22582 during export/import in Designer 6i and 9i
    Hope this helps,
    Didier.

  • Forms object navigator

    What is the use of window in forms and can we use multiple windows?

    It looks like the attach reports facility is to integrate the
    report into the form to give the programmer more control from
    with-in the form. See 'Report Built-ins' in the forms help.
    Prahalad I.S (guest) wrote:
    : Object Navigator in Forms 6.0 has got Reports builder.
    : One can attach reports using this facility.
    : What is the use of the same for the Application
    : developers. If any body has Used this pl explain.
    null

  • Can't open APPLICATION_SYSTEM folder in Repository Object Navigator

    Hi,
    I am very new to Designer. I am facing a problem, which is stopping me at beginning itself. I did the following steps.
    1. Installed designer 6i on Windows 2000 system.
    2. Installed repository on the Oracle8i database running on a Windows NT 4.0 system
    3. Enabled version support.
    4. I used "View objects" utility, and all objects are valid and enabled.
    5. I opened the "Repository Object Navigator"
    6. Selected Work area called "GLOBAL SHARED WORKAREA". And I can see work area name, APPLICATION_SYSTEM and Wastebasket in navigator window. I can see the property of work area.
    Up to here every things are OK. After that, If I click on the + mark of APPLICATION_SYSTEM, the following error massage will be displayed.
    Message
    ORA-00942: table or view does not exist
    Message
    ORA-00942: table or view does not exist
    Message
    RME-02124: Failed to execute SQL statement: select X.irid,X.ivid,X.parent_ivid, Xo.vlabel, Xo.state, X.number_of_times_modified,'N',X.types,X.element_type_name,NULL,jr_icon.get_icon_name(X.types,X.ivid),'N'
    ,decode(Xo.lock_flag,'Y',1,0), Xo.branch_id, bX.name, nvl(Xo.sequence_in_branch,0)
    ,X.NAME
    from i$sdd_object_versions Xo,i$sdd_branches bX, X where X.parent_ivid = Xo.ivid
    and Xo.branch_id = bX.branch_id(+) order by X.NAME
    What is wrong? Any steps I missed. What I have to do now.
    Please help me
    Thanks
    Jagal

    One other thing to try....
    On this folder click on it once.
    Apple + I to bring up information on the folder.
    Scroll down to sharing and permissions.
    Set your account to Read & Write.
    Then on the little Gear icon at the bottom (to the right of the + - Icons) pull down that menu and Apply to Enclosed Objects.
    I have seen several cases where if you don't have Write access to an app (or something within) you get the Unsupported architecture message incorrectly. Changing permissions like this fixes the problem if this is the case.
    Shawn

  • Workarea Wizard in Rep Object Navigator is greyed out ???

    Please help,
    I have to configure a working area for a new
    Project and even if I use the REPOSITORY OWNER
    the Workarea Wizard on the menu TOOLS in the
    Object Navigator is GREYED OUT .
    What should I do ?
    Please respond .
    Regards,

    Thank you Vishal, I figured it was going to be something like that.
    Regards,
    Christian Reguerin
    [ UroboroS ]
    [email protected]

  • Mini WAS 6.20 problem with SE80 Object Navigator

    I have managed just about managed ( with great difficulty ) to install MiniWAS 6.20 on a machine that previously had 6.10 on it. A strange problem ( or maybe me being stupid and missing something obvious ? ), is that in SE80 Object Navigator the middle window in the left panel that should allow you to select an Object Type and Name is blank. I have tried recompiling the program and have also re-installed 6.20 completely but still the same problem. I have used the same CDs to install it on a new PC without a previous 6.10 and it works OK on there !? Any ideas much appreciated.

    Thanks, that makes sense, I will try to install/reinstall the latest GUI.
    I had later problems when trying to Activate Function Modules with an error mentioning message Type X. I am thinking I need to possibly make more manual deletions from the registry of XServer related entries before installing 6.20. The XServer entries seemed more difficult to locate in the registry !? Any pointers ? I was wary at the time as I didnt know the XServer was specific to the SAP installations but I'm now thinking it is ?

  • Table of Contents navigation question in Captivate 5.5

    Hi - I'm a fairly new user of Captivate (5.5.), and hope that someone can answer this question. I'm trying to set up a table of contents with navigation that will not let users go to slides that they have not yet viewed, but still enable users who have left and re-entered a course go back to any previous slide that they've viewed. Here are some details:
    * I'm publishing the course using the SCORM 2004 setting, and testing it in SCORM Cloud and our LMS (Cornerstone)
    * The table of contents navigation is set only to "Navigate visited slides only."
    * After reading as many of the related posts as I could find on this forum, I've been able to get bookmarking to work - that is, the course will take the user back to where he or she left off. And by using the InfoSemantics TicTOC widget, when a user returns to the course, all previously viewed slides are checked off in the table of contents.
    * However, whatever I've tried, a user who leaves and goes back into a course can only navigate back to the first slide, not to any of the other slides he or she already viewed. I'd like for our users to be able to go back to any previous slide they viewed (for example, to review the section just before the one where they left off, or to review any part of the course for reference after completing it).
    Is there a combination of settings, or a widget somewhere, that will let you both limit forward navigation to visited slides only, while still allowing users to go back to any previously viewed slide after exiting and re-entering a course? And this would need to work in an LMS.
    Thanks for any advice you can give!

    I did have the self-paced learning option checked, so I unchecked it. I did not have "user must past quiz" as required (it's set as optional). I tried adding an interactive button to the first slide and giving it a score. But after re-publishing, I still can only go back to the first slide (not any previously viewed slide) if I stop and re-enter the course. Here are the settings:
    Quiz Reporting:
    Manifest:
    LMS Customization:
    Quiz Settings:
    Quiz Pass/Fail:
    Settings for the interactive object on the first slide:
    Settings for the "quiz" on the last slide:
    Thanks so much for helping me with this.

Maybe you are looking for