Script to show forms label - table/column mapping

Hi,
Is there a script that reads a .fmb file and generates an output that shows what is the table/column behind every label/field ?
Appreciate your help.
Thanks,
Gopal

there is no script
maybe its easier to write a library with a procedure, which loops through all blocks and in the block through each item and get those data you need.
get_form_property (FIRST_BLOCK)
get_block_property (blockname, NEXTBLOCK)
get_block_property (blockname, FIRST_ITEM)
get_item_property (blockname, NEXTITEM)
try it
Gerd

Similar Messages

  • OBIEE 10g repository - Business model - logical table to physical table, column mapping is empty

    Hi, I am really new to OBIEE 10g.
    I already set up a SQL Server 2005 database in Physical and import a view vw_Dim_retail_branch.
    The view has 3 columns: branch_id, branch_code, branch_desc.
    Now I want to set up the Business model to map this physical table (view).
    I created a new Business model
    Added new logical table Dim_retail_branch
    In the sources, added the vw_Dim_retail_branch as source table.
    But in the Logical table source window,  column mapping tab, it's blank. I thought it should be able to identify all the columns from vw_Dim_retail_branch, but not. The show mapped columns is ticked.
    What should I do here? Manually type each column?

    HI,
    Just you can drag and drop the columns from physical layer to BMM layer.
    Select the 3 columns and drag and drop it to the created logical column in BMM layer.
    for more reference : http:\\mkashu.blogspot.com
    Regards,
    VG

  • Need help in GL table column mapping - R12.1.3

    Hi,
    we are upgrading from 11.5.10 to R12.1.3
    While modifying one of the reports, come across a query which uses gl_mc_reporting options table.
    This table is replaced by gl_ledger_relationships in R12.
    However, in the query, we are using reporting_set_of_books_id in the where clause.
    Can you please let me knw the corresponding column I need to use from gl_ledger_relationships in R12.
    Thanks!

    well vishwa u r right it wont work for multiple columns,
    then i guess this shud work.
    @thendral
    U can try like this create the rows with single column
    then print all ur text elements with spaces inserted manually between them with text editor then in conditions tab of the text elements specify ur condition according to what all u want to print.
    кu03B1ятu03B9к

  • Table source, mapped column, result list

    Hi!
    I need to show in result list some field from my table (orderNo).
    Each row in table is an order item, with content column (orderInfo) which I intrested to indexing.
    But when I map orderNo column (I forced to map because without it I can't operate with orderNo in XSLT search result) to search attribute in table column mapping this column became searchable and this is bad for me because of search colision...
    So my question is - howto show column in result list, but avoid this column to be searchable ?
    Thanks!

    This is the default behavior. All columns indexed, including the CONTENT column, are included in a FT search. The CONTENT column becomes the cache link.
    If you are using a custom UI, you could build your custom search using Filters and custom search attributes. Since you are using the out-of-the-box search, the only thing I can think of is to use the Attribute Selection, select ONLY the attribute(s) you want to search, and then execute your search.
    If you do not want to force the user to use a look-up, you can use the FT short cut search attribute syntax of "SEARCH_ATTRIBUTE_NAME:VALUE"... so if your attribute name/column name is "orderNo" your search syntax would be "orderNo:12345" where 12345 is the order number you are looking for. This will save users from having to open the dialog.
    FYI - You might be able to default "orderNo:" in the search box by tweaking the URL.
    Hope this helps.

  • OIM 11g: Email template - child table columns

    Hi All
    How can I fetch the child table (process form child table) columns in the OOTB email templates. When I select Process form data on the email definition screen on Design console, I am only able to select the main process form's columns.
    Please help. Its urgent.

    OOTB not possible you have to write code for fetching child data.
    I suggest send mail using custom code and fetch child data using OIM APIs.

  • Dynamic filed -column mapping

    Hi,
    I'm evaluating the latest Kodo JDO and am facing some problem mapping our
    existing data model.
    What we need is a dynamic field to table column mapping, i.e, I would like
    to define a Map within my class that can hold an arbitrary number of
    column names and values, and have these peristed and/read. I am not sure
    how, if at all, if I can use the custom class/field mapping to achieve
    this.
    Just to make things more clear, I'm looking for a way to implment a
    MyClass.getValue(fieldName), and MyClass.setValue(fieldName,fieldValue)
    API, where the possible set of of field names can only be known at run
    time.
    Thanks for any help!!
    Anoop

    Thank you. I understand that if I define my own classmapping , override
    the insert(), update(), delete and probably a few other functions to
    determine the SQL queries, I hould be there. I probably need to define a
    FieldMetaData too, right?
    How could I go about implementing the lazy loading, or fetch groups,
    though? As I see it, the custom class mappings only provide a way to load
    the entire data of a JDO.
    I realise this is stretching the limits of JDO, but I hope I'm right in
    assuming that once the above is in place, it would be possible to leverage
    the benefits of caching, clustering and transaction management provided by
    the JDO implementation.
    Thanks,
    Anoop
    Patrick Linskey wrote:
    You probably could put together a custom field mapping to achieve this.
    However, note that this is not a use case that Kodo is intended for.
    It is likely that it would be possible to put together a custom field
    mapping that would properly deal with queries, and maybe even one that
    could handle lazy loading.
    -Patrick
    On Wed, 04 Jun 2003 15:05:23 +0000, Anoop wrote:
    Hi,
    I'm evaluating the latest Kodo JDO and am facing some problem mapping
    our existing data model.
    What we need is a dynamic field to table column mapping, i.e, I would
    like to define a Map within my class that can hold an arbitrary number
    of column names and values, and have these peristed and/read. I am not
    sure how, if at all, if I can use the custom class/field mapping to
    achieve this.
    Just to make things more clear, I'm looking for a way to implment a
    MyClass.getValue(fieldName), and MyClass.setValue(fieldName,fieldValue)
    API, where the possible set of of field names can only be known at run
    time.
    Thanks for any help!!
    Anoop
    Patrick Linskey
    SolarMetric Inc.

  • Map excel columns to oracle table column using forms 6i

    Hello,
    I am importing data from excel to oracle table using oracle forms 6i.
    Suppose my table have 3 columns id, name,sal. The excel sheet i am importing having
    3 or more colums, also excel sheet columns are not in order as per table columns.
    i.e my table have id, name, sal
    and excel have name, sal, id
    my question is how can i map excel colums with table colums and insert it into table.
    I am using oracle 6i forms (ole2 package).
    Thanks

    What was wrong with the first answer to the same question?
    Re: map excel columns on oracle forms and insert it into database

  • Unable to capture the adf table column sort icons using open script tool

    Hi All,
    I am new to OATS and I am trying to create script for testing ADF application using open script tool. I face issues in recording two events.
    1. I am unable to record the event of clicking adf table column sort icons that exist on the column header. I tried to use the capture tool, but that couldn't help me.
    2. The second issue is I am unable to capture the panel header text. The component can be identified but I was not able to identify the supporting attribute for the header text.

    Hi keerthi,
    1. I have pasted the code for the first issue
    web
                             .button(
                                       122,
                                       "/web:window[@index='0' or @title='Manage Network Targets - Oracle Communications Order and Service Management - Order and Service Management']/web:document[@index='0' or @name='1824fhkchs_6']/web:form[@id='pt1:_UISform1' or @name='pt1:_UISform1' or @index='0']/web:button[@id='pt1:MA:0:n1:1:pt1:qryId1::search' or @value='Search' or @index='3']")
                             .click();
                        adf
                        .table(
                                  "/web:window[@index='0' or @title='Manage Network Targets - Oracle Communications Order and Service Management - Order and Service Management']/web:document[@index='0' or @name='1c9nk1ryzv_6']/web:ADFTable[@absoluteLocator='pt1:MA:n1:pt1:pnlcltn:resId1']")
                        .columnSort("Ascending", "Name" );
         }

  • Getting error while creating form and report on webservice: ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.

    i am using the following description to create a web service reference:
    web reference :REST
    Name :Yahoo Map
    URL :http://local.yahooapis.com/MapsService/V1/mapImage
    HTTP Method: GET
    Basic Authentication: No
    Add Parameter:
    Name       Type
    appid        String
    location    String
    Output Format: XML
    XPath to Output Parameters : /Result
    Output Parameter:
    Name       Path       Type
    Url          /text()      String
    Then i tried to create form and report on webservice:
    Web Service Reference Type: Yahoo Map
    Operation: doREST
    All the fields i keep as default
    I tick the checkbox (url)in report Parameter
    After clicking next whereever required i click create button
    I get the following error
    ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.
    Please someone help to solve this as i need to fix it urgently.

    i exported the application from apex.oracle.com and imported it to our environment
    import went fine, but when I ran the IR page I got
    ORA-20001: get_dbms_sql_cursor error ORA-00904: : invalid identifier
    evidently the problem is a lack of public execute on DBMS_LOB, which is used in the generated IR source.
    while waiting for the DBA to grant privs on DBMS_LOB, changing the dbms_lob.getlength call to length() fixes the IR.
    however, i am not getting the download link on the associated form page... changed templates, that's not the issue -- we'll see if that's a dbms_lob issue as well

  • APEX:Getting error while creating form and report on webservice: ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.

    I am using Apex 4.2.2.00.11
    am using the following description to create a web service reference:
    web reference :REST
    Name :Yahoo Map
    URL :http://local.yahooapis.com/MapsService/V1/mapImage
    HTTP Method: GET
    Basic Authentication: No
    Add Parameter:
    Name       Type
    appid        String
    location    String
    Output Format: XML
    XPath to Output Parameters : /Result
    Output Parameter:
    Name       Path       Type
    Url          /text()      String
    Then i tried to create form and report on webservice:
    Web Service Reference Type: Yahoo Map
    Operation: doREST
    All the fields i keep as default
    I tick the checkbox (url)in report Parameter
    After clicking next whereever required i click create button
    I get the following error
    ORA-20001: Unable to create form on table. ORA-02263: need to specify the datatype for this column.
    Please someone help to solve this as i need to fix it urgently.

    336554,
    Looks like there is a 127-column limit on the number of report columns supported when using that wizard. Do you have more than that?
    57434

  • How to print out the Forms and Table fields relationship, data mapping?

    I create a forms and tables relationship inside the Form Developer 11g, once I created the Data relationships between the form data field and the Table column name. I don't have any command to print it out, such as Layout Wizard.
    Are there any programs on Windows platform can print it out?

    hi all,
    i have try to do this
    public static void Readbinary() throws Exception
              String file = "D:\\05-09.190501+0800";
              DataInputStream dis = new DataInputStream(new FileInputStream(file));
              //but then how to read the content ??????can you give me more hint ?????
    i have find the netflow v5 structure by C
    struct NFHeaderV5{
    uint16_t version; // flow-export version number
    uint16_t count; // number of flow entries
    uint32_t sysUptime;
    uint32_t unix_secs;
    uint32_t unix_nsecs;
    uint32_t flow_sequence; // sequence number
    uint8_t engine_type; // no VIP = 0, VIP2 = 1
    uint8_t engine_id; // VIP2 slot number
    uint16_t reserved; // reserved1,2
    struct NFV5{ 
    ipv4addr_t srcaddr; // source IP address
    ipv4addr_t dstaddr; // destination IP address
    ipv4addr_t nexthop; // next hop router's IP address
    uint16_t input; // input interface index
    uint16_t output; // output interface index
    uint32_t pkts; // packets sent in duration
    uint32_t bytes; // octets sent in duration
    uint32_t first; // SysUptime at start of flow
    uint32_t last; // and of last packet of flow
    uint16_t srcport; // TCP/UDP source port number or equivalent
    uint16_t dstport; // TCP/UDP destination port number or equivalent
    uint8_t pad;
    uint8_t tcp_flags; // bitwise OR of all TCP flags in flow; 0x10
    // for non-TCP flows
    uint8_t prot; // IP protocol, e.g., 6=TCP, 17=UDP, ...
    uint8_t tos; // IP Type-of-Service
    uint16_t src_as; // originating AS of source address
    uint16_t dst_as; // originating AS of destination address
    uint8_t src_mask; // source address prefix mask bits
    uint8_t dst_mask; // destination address prefix mask bits
    uint16_t reserved;
    but how to translate the structure to java,then get the data from the file ?
    Edited by: 903893 on Dec 21, 2011 10:52 PM

  • How to modify automatically the show length of table in adobe form

    hi,experts.
    i often need adobe form to output imformations in table forms..sometimes i don't know the length of each column previous. so i want to make that the adobe form can adjust the output length of table column automatically depending on the content..
      i am new about JavaScript of adobe forms.  hope someone can give me suggestions
    thanks in advance.

    Hi,
    You may select the particular column and then in the Layout Pallette, select the radio button for "Expand to Fit" which would be under Height. That way your cells would automatically adjust for size(Would grow in height). But the size wont grow in Width, that remains fixed as  you would have fixed during design time.
    Regards,
    Runal

  • Show the presentation variable on table column header

    hi, experts,
    is it possible to show the presentation variable on the table column header.
    I have created a edit box with presentation variable on the prompt.
    I would like to show the value the user entered on the column header because the values under that column are driven by the presentation variable.
    Thank you very much!

    You cannot put variables in the column headers, as they get considered as text and the same shows in the reports.
    However, you can use the session or repository variables in the alias field in the presentation layer.
    You should make sure, that in this case, all the calculations are done in the BMM layer and not in answers, for the columns where you will be using the variables.

  • How to show Summary label it in the first column of the sheet?

    Hi Gurus,
    I am wondering if i could show the Label of summary items in the first column instead of showing it along with the Summary data. As with the long worksheets if the summary column is at far right it doesn't look good and not readable too.
    Thanks.

    Thanks NP,
    Its really not good in Discoverer. Actually what I'm saying is as follows:
    EMPID EMPNAME SALARY
    emp01 EMPNMaa 100000
    emp02 EMPNMbb 500000
    emp03 EMPNMcc 1000000
    Sum:------------------- 1600000
    But what Discoverer does right now is:
    EMPID EMPNAME SALARY
    emp01 EMPNMaa 100000
    emp02 EMPNMbb 500000
    emp03 EMPNMcc 1000000
    --------------------------- Sum:1600000
    It really looks bad & not al all a user friendly. The sum label comes always with value. I think Oracle should improve it.
    Thanks.

  • MTL_MATERIAL_TRANSACTION TABLE  column TRANSACTION_SOURCE_ID shows

    Dear All,
    MTL_MATERIAL_TRANSACTION TABLE column TRANSACTION_SOURCE_ID show null when transaction type is More order issue and Miscellaneous receipt
    Please guide how can i solve this iessue.
    Query
    SELECT
    MSI.SEGMENT1,
    MSI.SEGMENT2,
    MSI.DESCRIPTION,
    MSI.PRIMARY_UNIT_OF_MEASURE,
    (SELECT MTT.TRANSACTION_TYPE_NAME FROM MTL_TRANSACTION_TYPES MTT WHERE MTT.TRANSACTION_TYPE_ID = A.TRANSACTION_TYPE_ID) TRANSACTION_TYPE,
    A.*
    FROM
    MTL_SYSTEM_ITEMS MSI
    ,MTL_ITEM_CATEGORIES_V MIC
    ,MTL_TRANSACTION_TYPES MTT
    (SELECT
    DISTINCT
    M.TRANSACTION_DATE, M.TRANSACTION_ID , M.ACTUAL_COST , M.INVENTORY_ITEM_ID , M.ORGANIZATION_ID , M.SUBINVENTORY_CODE ,
    M.TRANSACTION_TYPE_ID ,
    M.PRIMARY_QUANTITY , M.TRANSACTION_QUANTITY , phpl.ITEM_DESCRIPTION , phpl.UNIT_PRICE , phpl.QUANTITY , R.PO_UNIT_PRICE
    from
    mtl_material_transactions m
    left outer join rcv_transactions r
    on m.SOURCE_LINE_ID = r.transaction_id
    left outer join (select * from po_lines_all pl join po_headers_all ph
    on pl.PO_HEADER_ID = ph.po_header_id) phpl
    on r.po_line_id = phpl.po_line_id
    ) A
    WHERE
    MSI.INVENTORY_ITEM_ID = A.INVENTORY_ITEM_ID
    AND MSI.ORGANIZATION_ID = A.ORGANIZATION_ID
    AND MIC.INVENTORY_ITEM_ID = MSI.INVENTORY_ITEM_ID
    AND MIC.ORGANIZATION_ID = MSI.ORGANIZATION_ID
    and A.ORGANIZATION_ID = 110
    --AND MIC.INVENTORY_ITEM_ID = MSI.INVENTORY_ITEM_ID
    --AND MIC.ORGANIZATION_ID = MSI.ORGANIZATION_ID                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    What are you talking about?
    This forum is for issues with the SQL Developer tool...
    Regards,
    K.

Maybe you are looking for

  • Unable to download videos from the music store

    Hi, thanks for the help. I have been using itunes with an Ipod for several years, but recently upgraded to a 60G Video Ipod. I was trying to download a couple of videos from the store last week and recieved an error message. The message was; "There w

  • ITunes can't find music files

    Somehow my iTunes library got messed up, though everything worked fine before. I think that something happened when I did an iTunes upgrade but I am not sure anymore. The library file is at -- C:\Documents and Settings\i080151\My Documents\My Music\i

  • Is Lightroom intentionally made difficult for non-English users?

    Could it be that Lightroom is intentionally made difficult for the non-English user? I came to this forum today hoping to find an answer and all I see is problems when I try searching the forum, and complicated instructions on how to, supposdely, sol

  • Finder freaking out

    alright. yesterday, i was my itunes stopped reading the majority of my music. it dropped the list of music from 250G to 18G all of which is on my external HD. i have had a similar problem before and have always found that simply moving it into a newl

  • Two types of video

    I am new to FCP however I keep hearing about the ability of the program to adjust to different video clips. My project has 1920x1080 (29.97) and 1280x1080 (29.97) is this an issue? Is this the reason I am getting a large amount of dropped frame warni