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

Similar Messages

  • 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>

  • 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).

  • 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

  • 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 ?

  • Object Navigation from Price Lists BEAD_CNPL_PL to Products CRMM_PRD_SALES

    Hi,
    On CRM 5.0, I want to make a simple customerization on the item data of price list, so that, when user views the price list detail, the item data shows product description.
    I want to make the product description as an Object Link and once user clicks it, product detail is shown.
    Thus, I make following configuration but the product description does not shown as Object Link, only a normal unclickable textfield. Please help on what I wrongly configured.
    <u>Step 1: Field Group Structure</u>
    <b>Field Group:</b> BEA_CNPL_PLI_DET
    <b>Field Name:</b> PRODUCT_DESCR
    <b>Object Type:</b> PRODUCT
    <b>CRM Method:</b> APPLICATION
    <b>Field ->Object ID:</b> PRODUCT_ID
    <i>All other inputs are left empty</i>
    <u>Step 2: Define Object type for navigation</u>
    <b>Object Type:</b> PRODUCT
    <b>Object Type:</b> BUS1178
    <b>Description:</b> Product
    <b>Standard Object Type:</b> X
    <b>Internal Key:</b> <i><empty></i>
    <u>Step 3: Method for object type (Navigation)</u>
    <b>Object Type:</b> PRODUCT
    <b>Method:</b> APPLICATION
    <u>Step 4: Assign Object Method to Role</u>
    <b>Role:</b> SAP_PCC_ACCOUNT_MANAGER
    <b>Object Type:</b> PRODUCT
    <b>Method:</b> APPLICATION
    <b>Priority:</b> 55
    <b>Implementation Type:</b> BSP as External Service
    <b>Application:</b> CRMM_PRD_SALES
    <b>View:</b> <empty>
    <b>ID Page/Service:</b> pcd:portal_content/com.sap.pct/specialist/com.sap.pct.crm/com.sap.pct.crm.roles
    /com.sap.pct.crm.accountmanager/com.sap.pct.crm.am.products/com.sap.pct.crm.prd.products
    <b>Portal Context:</b> <i><empty></i>
    <u>Step 5: Assign Portal Role to Single Role</u>
    <b>Role:</b> SAP_PCC_ACCOUNT_MANAGER
    <b>Portal Role:</b> pcd:portal_content/com.sap.pct/specialist/com.sap.pct.crm/com.sap.pct.crm.roles
    /com.sap.pct.crm.accountmanager
    <u>Step 6: Layout Generation</u>
    <b>Field Group:</b> BEA_CNPL_PLI_DET
    <b>View:</b> <i><empty></i>
    <b>Field Group Variant:</b> <i><empty></i>
    <b>Only Check Field Groups:</b> <i><empty></i>
    <b>Delete Layout Only:</b> <i><empty></i>
    <u>
    Execution Result:
    </u>
    Program CRM_BSP_LAYOUTC_GENERATE  
    Saved Layouts:                    
    BEA_CNPL_PLI_DET                  
    What's wrong or missed?
    Thanks!
    Tony Kwan

    Hello Thirumala,
    I checked my role under portal User administration > Identity Management > Assigned Roles, and found that I should already be a manager pcd:portal_content/com.sap.pct/specialist/com.sap.pct.crm/com.sap.pct.crm.roles/com.sap.pct.crm.accountmanager
    Then, I checked my R/3 role at SU01, and add the role SAP_PCC_ACCOUNT_MANAGER to my login.
    Finally, <b>$sync</b> ....
    After restarting the browser, I get the product description as an object link and jump to product detail directly!
    It works!
    Thanks for your help!
    Tony Kwan
    Message was edited by:
            Tony Kwan

  • Image Object Navigation Bar

    Hi.
    I am using DWCS3 to insert the navigation bar into my
    templates. Everything is woorking smoothly, except one little
    problem.
    My navigation bar contains rollever images are in different
    colors (e.g., red, blue, green) Home | Contact | About Us.
    When I clicked on About Us, I would like the rollerover
    button stay pressed down (green), so I know that I am visiting the
    page.
    Does anyone know what I need to tweak to get it to work like
    I mentioned above?
    thanks.
    S

    I am finding browsers like IE6 increasingly impossible to
    work with, every error that dreamweaver seems to report for browser
    compatability seems to be because of this. As far as I know there
    is no simple way around this, I will be watching this thread to see
    what others have to say though!
    I have seen when looking at HTML some site's have a <IF
    IE6> or something along them lines, can anyone shed anymore
    light?
    Thanks,
    Dave

Maybe you are looking for

  • Apps wont open after reboot and reinstall

    apps wont open after reboot and reinstall

  • Link to Word Document (Captivate 2)

    Hi I want to be able at the end of a project for the users to click a button and have a word document appear which they can complete and then print. I need it to be in a new window as I need them to be able to go back to the project whenever they wan

  • The problem with iTunes

    Hi, help to deal with this problem. When you purchase the games says you can contact support iTunes to complete this transaction. After 3 payments in the game, four payment does not work, then the issue that I described above. No debt on the card the

  • How to embed Adobe Edge HTML5 animations into carousel instead of images.

    Is the above question possible? I cannot figure out a way to embed any of my html5 animations (created in Adobe Edge) into a carousel. I have tried creating a nested slider inside of Edge, and I have tried hard coding it, but can not figure out an ap

  • Indexing XMLDB table of type XMLType

    Hi I have created an table in XML DB of type XMLType. Can anyone tell me how I can index this table? Oracle version is 9.2.0.3.0