Load form with first record of UDO

Hi all
I do a form for my UDO. When a open the form I want to display the first record of my UDO
how i can resolve it?
Thanks

Hi
Normally UDO from loads with Find mode or otherwise you can forcefully make your query by selecting top one row and then auto click the find button......
Dim strQuery As String = "select Top 1 from [@Table]
            Dim RecSet As SAPbobsCOM.Recordset
            'Dim oCombo As SAPbouiCOM.ComboBox
            RecSet = SBO_Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
            RecSet.DoQuery(strQuery)
            If RecSet.Fields.Item(0).Value <> 0 Then
                Me.m_SBO_Form.Freeze(True)
                Dim oItem As SAPbouiCOM.Item
                oItem = Me.m_SBO_Form.Items.Item("1")
                oItem.Click(SAPbouiCOM.BoCellClickType.ct_Regular)
Hope it helps

Similar Messages

  • Data Loader - Only imports first record; remaining records fail

    I'm trying to use Data Loader to import a group of opportunities. Everytime I run the Data Loader it only imports the first record. All the other records fail with the message "An unexpected error occurred during the import of the following row: 'External Unique Id: xxxxxxx'". After running the Data Loader, I can modify the Data file and remove the first record that was imported. By running the Data Loader again, the first row (previously the second row) will import successfully.
    Any idea what could be causing this behavior?

    W need a LOT more information, starting with the OS, and the version of ID, including any applied patches.
    Next we need to know if you are doing a single record per page or multiple records, whether the placeholders are on the master page, how many pages are in the document and if they all have fields on them (some screen captures might be useful -- embed them using the camera icon on the editing toolbar on the webpage rather than attaching, if it works [there seem to be some issues at the moment, though only for some people]).
    What else is on the page? Are you really telling it to merge all the records, or just one?
    You get the idea... Full description of what youhave, what you are doing, and what you get instead of what you expect.

  • Create tabular form with blank records

    Hi,
    I want to create a tabular form for INSERTing multiple records! However, I am having difficulty working out how to render the form as 'empty' i.e. no existing table records appear on the Form. I tried to adjust the query the form is based on so the 'automatic' query returns no records, but this caused the fields to 'disappear'. Can anyone recommend the best way to do this (if possible),
    regards,
    Kevin.

    Hi Tyson,
    I used the Advanced Dynamic Action wizard and at the point when I specify the Page Load event, a drop down list of conditions is available ( but does include NOT EXISTS ) so I kept the default 'No condition'. I associated the DA with the Event Source. Without editing the DA the form shown 10 blank rows in addition to 10 rows populated from the table. On subsequently editing the DA to add the NOT EXISTS condition you mentioned, the additional blank rows did not appear.
    I had exactly the same behaviour when associating the DA with the 'Form' Region! Is the bottom line simply that I can't have a totally blank form if the table it is based on is not empty?
    regards,
    Kevin.

  • Error loading Forms with WebUtil

    Hi,
    I've just tried the new Webutil kit for Forms and i've set up all the parameters but i keep getting java.lang.NoClassDefFoundErrorException: com/jacob/com/comFailexception
    I think my settings are ok, i follow the doc litterally but in certain case, it is not accurate. Exemple: The doc talk about a jacob.dll file in the webutil/lib directory. And there is only 1 template (webutiljini.html) file but in the doc they talk about 3 template file. Is the download file missing some files or my settings are not ok.
    I try to run a Form from Form Builder and OC4J Forms Instance at first. When this will work, i will try on 9iAS.
    Does somebody as this working?
    Roger Lachance

    From the JACOB site:
    <QUOTE>
    As it stands, the code will only compile with JVC (Microsoft's compiler) and only run under JVIEW (Microsoft's VM). However, if you have the JACOB distribution installed, then you can replace the two top lines with:
    import com.jacob.com.*;
    import com.jacob.activeX.*;
    [/code
    and now, you can compile this with any Java compiler and run it using any Java VM on any Win32 platform.
    </QUOTE>
    Not ideal I know, but if billg insists on playing silly beggars when it comes to Java the rest of us will have to put up with it, for as long as Windows remains the world's favourite desktop.
    Cheers, APC                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Submitting form with multiple records.

    Can any one help me how to implement following functionality.
    I have page flow portlet which renders list of 10 records. I need to display record name, record number and one check box for every record. User can select some of the records and add those to one group. I am able to disply the list successfuly by using <netui:repeater> tag. Problem is coming when i select some of the records and click on submit. It is not updating coresponding form bean. My form bean is as following.
    public static class RecordsListBean extends FormData{
    private String userId;
    private List recordList;
    setters and getter for above properties
    recordlist contains list of RecordBean. RecordBean class having two properties record name , record number , isSelected (boolean) and coresponding setters and getters.
    When i try to submit the form i am getting errors something like unable to edit actionForm.recordList[0].isSelected value for all records.
    Can anyone help me why i am getting this? and let me know if you know best practise method to implemet this.
    Thanks.
    Edited by: user10471254 on Feb 25, 2010 9:35 PM

    Hi
    I saw one weird issue with WLP 10.3. I have a form bean with one instance variable named as "iClassCard". I have setters and getters. In JSP I use this form object. When I put a netui:text field and assing the datasource value, when I type actionForm. it shows the list of all instance variables. Weird thing is it shows my instance varialbe with uppercase "i" like IClassCard instead of "iClassCard". If I forcefully change this to like datasource=actionForm.iClassCard, it shows yellow line waring saying variable not defined. To fix this I just changed my instance variable in form bean to uppercase like IClassCard. Or worstcase just do not use "i" as the beginning character for any instance variable. So give a try renaming the variable isSelected on your side and see if this works.
    Coming to your usecase you can use List type and netui-data:repeater tag. Make sure that incase if you use netui:anchor tags to sumbit the form ations, please do add formSubmit="true" something like <netui:Anchor formSubmit="true" action="yourActionName" ...>. If you do not set formSubmit = "true", the List will not be updated with the user entered values when you view on pageflow side in that submit action method.
    Thanks
    Ravi Jegga

  • Start a JSF form with new record. (By default data is queried)

    JDev 11.1.1.0.1
    By default when i create a data block using data control, the screen comes with all data queried. I would like to have my fields should be blank, ready for user input. This similar to oracle forms. Please help.

    Sanjay,
    Try with Faces-config.xml. I mean create jspx pages on the faces-config.xml and use INSERT action of ViewObject Collection(From DataControlPallate).
    Hope it will work.
    --Neelmani Jaiswal                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Form With Report om the same page

    Currently i usr a form to insert e a report to disply the results.
    However i'like tom link ther row of the report to fil the form with that data!
    I post a image to maque a picture
    http://diolicopia.pt/screenshot.jpg
    what i want to do it's whena click de report column... it fill the form with the records on the tablhe.
    thanks

    Hi
    You can use column link functionality to link a report table.column to corresponding form item. Best is to link through Primary Key column. Say the report has column Titulo so go to Edit Page>Report Attributes> clik on edit link against the Alias Titulo>Column Attributes>scrol down to section Column Link>
    1. enter some link text (choose one image)
    2. target=page in this application; page=enter page number on which you have form
    3. in the Name Value pair region in Item 1 row, under Name search for item name for Titulo e.g. P1_TITULO, under Value search for the column name value for Titulo e.g. #TITULO#.
    4. Click apply changes
    Now if you click on some value in the column Titulo in report the edit form will display data populated with records corresponding to that.
    Thanks,

  • Populating list item with a record group

    I'm trying to populate a list item (TList) with a Record group with a simple query: SELECT FRM_NAME FROM FORM
    In the forms WHEN_VALIDATE_NEW_FORM trigger, I use POPULATE_LIST('FORM_LIST', 'RG_FORM_LIST');
    Am I missing something? I get the error FRM-41334: Invalid record group for list population.

    thanks, i've tried that, but still nothing. I must be doing something simple, but very wrong. I tried with oracle's default scott/tiger schema, created a simple form with a record group with 2 columns, and populating a manually made poplist (populate_list('LIST4', 'RG1'); Still get errors:
    FRM-30191: No list items defined for required poplist.
    List LIST4
    Item: LIST4
    Block: EMP
    Form: MODULE5
    FRM-30085: Unable to adjust form for output.

  • Report generating two rows for the very first record

    Hi ,
    I have designed a simple RTF template using Table Wizard in MS Words.When I am trying to view the report in excel , the report shows two entries for first record.The problem is with first record only and other entries displyed are fine.When I tried deleting the first record , the next record is showing two rows.
    Am I missing something here ?
    Please advice.
    Thanks!!

    Hi ,
    I got this sorted out.The pbm was with my XML as My Rowset and Row had the same name.I changeed the rowset name and it worksfine now.
    Thanks Vetsrini!!

  • How to return to the first record of a multiple row cursor (Forms 6i)

    Hi all,
    I had a bit of a search through here, but couldn't quite find the answer I'm after.
    I have a multiple row cursor, which I feed into a multi-row block in Forms 6i. I have the following code:
    OPEN CURSOR;
    LOOP
       FETCH CURSOR INTO :FIELD1, :FIELD2, :FIELD3, :FIELD4;
       ... do other code not related with cursor
       EXIT WHEN CURSOR%NOTFOUND;
       NEXT_RECORD;
    END LOOP;Now, I use the Forms built-in NEXT_RECORD to move down through the records on the form and fill in each row from the db. However, once the block loads (this works correctly), the current item (ie where the typing cursor is left) is on the last record.
    Obviously, I need the current item (after loading) to be on the first record. I tried using the Forms built-in FIRST_RECORD after the END LOOP command, but that gives me an ORA-06511 error (An attempt was made to open a cursor that was already open).
    Does anyone know how I might be able to return to the first record of the block correctly?
    Thanks in Advance,
    Chris.

    Ok, I feel like a bit of a dolt.
    I found that all cursors had to be closed before navigating back to the first record.
    Case closed! :)

  • Oracle ADF - First record is shown on form no matter which record is edited

    Hi,
    I am using ADF application for development with J Developer version 11.1.1.4.0
    in my project i am having screens(pages) which contain table with form and we are displaying data from that table
    on form using partial Triggers. when i am going to edit records except fist record the record doesn't show on form
    by default it is showing first record . it should display that particular selected records in in that form.
    Plz suggest a solution for the same.
    Thanks,
    vinod

    Hi
    see the source code
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:PGN="/PaginationDefLib">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1"
    title="#{finiqwebappuiBundle['TreasuryDepartmentSetup.scrTitle']}">
    <af:form id="f1">
    <af:pageTemplate viewId="/WEB-INF/templates/FinIqWebAppTemplate.jspx"
    id="pt1">
    <f:facet name="center">
    <af:group id="g1">
    <af:outputLabel id="ol1" styleClass="AFHeaderLevelOne"
    value="#{finiqwebappuiBundle['TreasuryDepartmentSetup.scrTitle']}"/>
    <af:panelGroupLayout id="pgl1">
    <af:panelHeader text=" " id="ph1" styleClass="AFStretchWidth">
    <af:messages id="m1" inline="true"/>
    <af:outputText id="otDisplayMsg"
    binding="#{TreasuryDepartmentSetupBean.otDisplayMsg}"
    inlineStyle="color:Red;" visible="false"
    partialTriggers="saveButton"/>
    </af:panelHeader>
    <af:panelGroupLayout id="pgl3" layout="vertical"
    inlineStyle="width:570px; border-color:Silver; border-style:solid; border-width:thin;">
    <af:panelGroupLayout id="pgl9" layout="vertical"
    inlineStyle="border-style:none;"
    partialTriggers="t1" halign="left">
    <af:panelGroupLayout id="pgl5" layout="horizontal">
    <af:panelFormLayout id="pfl2"
    inlineStyle="width:280px; border-style:none;"
    labelAlignment="start">
    <af:selectOneChoice label="#{finiqwebappuiBundle['TreasuryDepartmentSetup.entityName']}"
    valueChangeListener="#{TreasuryDepartmentSetupBean.changeValue}"
    binding="#{TreasuryDepartmentSetupBean.entityId}"
    autoSubmit="true" id="soc1">
    <af:forEach var="item"
    items="#{sessionScope.FINIQGV.loginMappedEntities}">
    <af:selectItem label="#{item.entityName}"
    value="#{item.entityId}" id="sil1"/>
    </af:forEach>
    </af:selectOneChoice>
    <af:inputText value="bindings.TBDBookId.inputValue"
    label="Label 6" id="itBookId"
    visible="false">
    <f:validator binding="#{bindings.TBDBookId.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.BookName.inputValue}"
    label="#{finiqwebappuiBundle['TreasuryDepartmentSetup.branchName']}"
    maximumLength="#{bindings.BookName.hints.precision}"
    binding="#{TreasuryDepartmentSetupBean.itBookName}"
    id="itBookName" autoSubmit="false"
    disabled="true" required="true"
    requiredMessageDetail="#{finiqwebappuiBundle['TreasuryDepartmentSetup.msgBookNameReq']}">
    <f:validator binding="#{bindings.BookName.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.BookCode.inputValue}"
    label="#{finiqwebappuiBundle['TreasuryDepartmentSetup.branchCode']}"
    maximumLength="#{bindings.BookCode.hints.precision}"
    binding="#{TreasuryDepartmentSetupBean.itBranchCode}"
    id="itBranchCode" disabled="true"
    required="true"
    requiredMessageDetail="#{finiqwebappuiBundle['TreasuryDepartmentSetup.msgBookCodeReq']}">
    <f:validator binding="#{bindings.BookCode.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.TBDMisc1.inputValue}"
    label="#{finiqwebappuiBundle['TreasuryDepartmentSetup.misc1']}"
    maximumLength="#{bindings.TBDMisc1.hints.precision}"
    binding="#{TreasuryDepartmentSetupBean.itMisc1}"
    id="itMisc1" disabled="true"/>
    </af:panelFormLayout>
    <af:spacer width="10" height="10" id="s1"/>
    <af:panelFormLayout id="pfl3" labelAlignment="start"
    inlineStyle="width:270px; border-style:none;">
    <af:inputText value="#{bindings.TBDMisc2.inputValue}"
    label="#{finiqwebappuiBundle['TreasuryDepartmentSetup.misc2']}"
    maximumLength="#{bindings.TBDMisc2.hints.precision}"
    binding="#{TreasuryDepartmentSetupBean.itMisc2}"
    id="itMisc2" disabled="true">
    <f:validator binding="#{bindings.TBDMisc2.validator}"/>
    </af:inputText>
    <af:selectOneChoice label="#{finiqwebappuiBundle['TreasuryDepartmentSetup.activation']}"
    binding="#{TreasuryDepartmentSetupBean.socTBDDeactivate}"
    id="socTBDDeactivate"
    value="#{bindings.TBDDeactivate.inputValue}"
    disabled="true">
    <af:selectItem label="Yes" value="0" id="si1"/>
    <af:selectItem label="No" value="1" id="si2"/>
    </af:selectOneChoice>
    <af:inputText value="#{bindings.TBDMisc3.inputValue}"
    label="#{finiqwebappuiBundle['TreasuryDepartmentSetup.misc3']}"
    maximumLength="#{bindings.TBDMisc3.hints.precision}"
    binding="#{TreasuryDepartmentSetupBean.itMisc3}"
    id="itMisc3" disabled="true"/>
    <af:inputText value="#{bindings.TBDMisc4.inputValue}"
    label="#{finiqwebappuiBundle['TreasuryDepartmentSetup.misc4']}"
    maximumLength="#{bindings.TBDMisc4.hints.precision}"
    binding="#{TreasuryDepartmentSetupBean.itMisc4}"
    id="itMisc4" disabled="true"/>
    <af:inputText value="#{bindings.TBDBookEntityId.inputValue}"
    label="#{bindings.TBDBookEntityId.hints.label}"
    id="TBDBookEntityId" visible="false"
    binding="#{TreasuryDepartmentSetupBean.tbdBookEntityid}"/>
    </af:panelFormLayout>
    </af:panelGroupLayout>
    <af:spacer width="10" height="10" id="s5"/>
    <af:panelGroupLayout id="pgl4">
    <af:spacer width="10" height="10" id="s4"/>
    <af:commandButton id="addButton"
    binding="#{TreasuryDepartmentSetupBean.addButton}"
    action="#{TreasuryDepartmentSetupBean.newAction}"
    text="#{finiqwebappuiBundle['Common.addButton']}"></af:commandButton>
    <af:commandButton id="editButton"
    action="#{TreasuryDepartmentSetupBean.editAction}"
    binding="#{TreasuryDepartmentSetupBean.editButton}"
    text="#{finiqwebappuiBundle['Common.editButton']}"></af:commandButton>
    <af:commandButton text="#{finiqwebappuiBundle['Common.saveButton']}"
    disabled="true" id="saveButton"
    binding="#{TreasuryDepartmentSetupBean.saveButton}"
    action="#{TreasuryDepartmentSetupBean.saveAction}"></af:commandButton>
    <af:commandButton disabled="#{!bindings.Rollback.enabled}"
    id="cancelButton"
    binding="#{TreasuryDepartmentSetupBean.cancelButton}"
    text="#{finiqwebappuiBundle['Common.cancelButton']}"
    actionListener="#{bindings.Rollback.execute}"
    immediate="true"
    action="#{TreasuryDepartmentSetupBean.cancelAction}"></af:commandButton>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    <af:spacer width="10" height="10" id="s2"/>
    <af:panelGroupLayout layout="vertical" id="pgl6">
    <af:panelGroupLayout id="pgl2" layout="horizontal"
    valign="bottom"
    inlineStyle="width:230px;">
    <af:quickQuery label=" " id="qryId1" searchDesc=" "
    value="#{bindings.TreasuryDepartmentVO1Query.quickQueryDescriptor}"
    model="#{bindings.TreasuryDepartmentVO1Query.queryModel}"
    queryListener="#{bindings.TreasuryDepartmentVO1Query.processQuery}"
    layout="vertical">
    <f:facet name="end">
    <af:group id="g3">
    <af:commandLink text="Advanced" rendered="false"
    id="cl1"/>
    </af:group>
    </f:facet>
    </af:quickQuery>
    <af:commandImageLink id="ex1" icon="/images/excel_j.jpeg"
    shortDesc="#{finiqwebappuiBundle['Common.exportButton']}"
    partialTriggers="qryId1 "
    visible="#{bindings.TreasuryDepartmentVO1Iterator.estimatedRowCount ne '0' ? 'true':'false'}"
    partialSubmit="true">
    <af:exportCollectionActionListener exportedId="t1"
    type="excelHTML"/>
    </af:commandImageLink>
    </af:panelGroupLayout>
    <af:table columnStretching="last"
    summary="Treasury Departments"
    value="#{bindings.TreasuryDepartmentVO1.rangeSet}"
    var="row"
    rows="#{bindings.TreasuryDepartmentVO1.rangeSize}"
    fetchSize="#{sessionScope.FINIQGV.displayRecordCount}"
    rowBandingInterval="0"
    selectedRowKeys="#{bindings.TreasuryDepartmentVO1.collectionModel.selectedRow}"
    selectionListener="#{backingBeanScope.PaginationDefBean.rowSelected}"
    rowSelection="single"
    partialTriggers="::soc1 ::qryId1 ::ex1 ::pd1"
    binding="#{TreasuryDepartmentSetupBean.bookTable}"
    id="t1" inlineStyle="height:220.0px;" width="881">
    <f:attribute name="VOObject" value="TreasuryDepartmentVO1"/>
    <af:column rowHeader="unstyled" sortProperty="BookCode"
    sortable="true" align="left"
    headerText="#{finiqwebappuiBundle['TreasuryDepartmentSetup.branchCode']}(#{bindings.TreasuryDepartmentVO1.estimatedRowCount})"
    id="c8">
    <af:outputText value="#{row.BookCode}" id="ot10"/>
    </af:column>
    <af:column sortProperty="TBDBookId" sortable="true"
    headerText="#{finiqwebappuiBundle['TreasuryDepartmentSetup.branchId']}"
    id="c2">
    <af:outputText value="#{row.TBDBookId}" id="ot8"/>
    </af:column>
    <af:column sortProperty="BookName" sortable="true"
    headerText="#{finiqwebappuiBundle['TreasuryDepartmentSetup.branchName']}"
    id="c3">
    <af:outputText value="#{row.BookName}" id="ot1"/>
    </af:column>
    <af:column sortProperty="TBDMisc1" sortable="true"
    headerText="#{finiqwebappuiBundle['TreasuryDepartmentSetup.misc1']}"
    id="c10" width="50">
    <af:outputText value="#{row.TBDMisc1}" id="ot3"/>
    </af:column>
    <af:column sortProperty="TBDDeactivateForDisplay"
    sortable="true"
    headerText="#{finiqwebappuiBundle['TreasuryDepartmentSetup.activation']}"
    id="c9">
    <af:outputText value="#{row.TBDDeactivateForDisplay}"
    id="ot4"/>
    </af:column>
    <af:column sortProperty="TBDMisc2" sortable="true"
    headerText="#{finiqwebappuiBundle['TreasuryDepartmentSetup.misc2']}"
    id="c7">
    <af:outputText value="#{row.TBDMisc2}" id="ot11"/>
    </af:column>
    <af:column sortProperty="TBDMisc3" sortable="true"
    headerText="#{finiqwebappuiBundle['TreasuryDepartmentSetup.misc3']}"
    id="c5">
    <af:outputText value="#{row.TBDMisc3}" id="ot7"/>
    </af:column>
    <af:column sortProperty="TBDMisc4" sortable="true"
    headerText="#{finiqwebappuiBundle['TreasuryDepartmentSetup.misc4']}"
    id="c4">
    <af:outputText value="#{row.TBDMisc4}" id="ot5"/>
    </af:column>
    </af:table>
    <af:panelGroupLayout id="dcpanel" layout="horizontal">
    <af:panelGroupLayout id="paginationDC" layout="horizontal"
    partialTriggers="qryId1 t1"
    visible="#{bindings.TreasuryDepartmentVO1.estimatedRowCount > '10' ? 'true':'false'}">
    <PGN:PaginationDef First="First" Last="Last"
    Iterator="TreasuryDepartmentVO1Iterator"
    VOObject="TreasuryDepartmentVO1"
    NextSet="NextSet"
    PreviousSet="PreviousSet" id="pd1"/>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    </af:group>
    </f:facet>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>

  • How to load unicode data files with fixed records lengths?

    Hi!
    To load unicode data files with fixed records lengths (in terms of charachters and not of bytes!) using SQL*Loader manually, I found two ways:
    Alternative 1: one record per row
    SQL*Loader control file example (without POSITION, since POSITION always refers to bytes!)<br>
    LOAD DATA
    CHARACTERSET UTF8
    LENGTH SEMANTICS CHAR
    INFILE unicode.dat
    INTO TABLE STG_UNICODE
    TRUNCATE
    A CHAR(2) ,
    B CHAR(6) ,
    C CHAR(2) ,
    D CHAR(1) ,
    E CHAR(4)
    ) Datafile:
    001111112234444
    01NormalDExZWEI
    02ÄÜÖßêÊûÛxöööö
    03ÄÜÖßêÊûÛxöööö
    04üüüüüüÖÄxµôÔµ Alternative2: variable length records
    LOAD DATA
    CHARACTERSET UTF8
    LENGTH SEMANTICS CHAR
    INFILE unicode_var.dat "VAR 4"
    INTO TABLE STG_UNICODE
    TRUNCATE
    A CHAR(2) ,
    B CHAR(6) ,
    C CHAR(2) ,
    D CHAR(1) ,
    E CHAR(4)
    ) Datafile:
    001501NormalDExZWEI002702ÄÜÖßêÊûÛxöööö002604üuüüüüÖÄxµôÔµ Problems
    Implementing these two alternatives in OWB, I encounter the following problems:
    * How to specify LENGTH SEMANTICS CHAR?
    * How to suppress the POSITION definition?
    * How to define a flat file with variable length and how to specify the number of bytes containing the length definition?
    Or is there another way that can be implemented using OWB?
    Any help is appreciated!
    Thanks,
    Carsten.

    Hi Carsten
    If you need to support the LENGTH SEMANTICS CHAR clause in an external table then one option is to use the unbound external table and capture the access parameters manually. To create an unbound external table you can skip the selection of a base file in the external table wizard. Then when the external table is edited you will get an Access Parameters tab where you can define the parameters. In 11gR2 the File to Oracle external table can also add this clause via an option.
    Cheers
    David

  • How to call a form with dabble clicking on a record with one time where

    Hi All,
    How to call a form with dabble clicking on a record with one time where clause. I mean when i dabble click on the current record i want to call another form with details of the
    record with onetime where clause. Can anyone help me in this regard.
    Now i am calling a form with parameter with onetime where but this should avoid.
    Thanks in advance
    Arif

    Hello,
    I mistakenly mark it as solved. There is a problem remain. when i placed the code below it do not execute with the where condition. I mean the condition to execute is not work.
    All records executes. Please correct my code--
    Here the WHEN-BUTTON-PRESSED-trigger on the Edit-Button:
    :GLOBAL.MODE:='EDIT';
    :GLOBAL.REQ_ID:=:PROBLEM_REQUEST.REQ_ID;
    CALL_FORM('REQUEST_ID_PARAM',NO_HIDE,DO_REPLACE,NO_QUERY_ONLY);And also, WHEN-NEW-FORM-INSTANCE-trigger of REQUEST_ID_PARAM:
    DEFAULT_VALUE(NULL, 'GLOBAL.MODE');
    DEFAULT_VALUE(NULL, 'GLOBAL.REQ_ID');
    IF :GLOBAL.MODE='EDIT' THEN
    GO_BLOCK('PROBLEM_REQUEST');
    EXECUTE_QUERY;
    SET_BLOCK_PROPERTY('PROBLEM_REQUEST', INSERT_ALLOWED, PROPERTY_FALSE);
    END IF;Arif

  • Fill in form with records from a database

    hi using adobe live cycle desginer could some one guide me or tell me what to look for so i can:
    populate my pdf form with records from a ms access database
    my site is in asp
    thanks

    This [url http://forum.java.sun.com/thread.jsp?forum=57&thread=497641]thread should get you started.

  • How can I do a multiple record data merge, but specify that a specific text frame with variable data only merges on the first record?

    I'm doing a multiple record data merge, I have 2 frames both with variable data placed inside.
    I would like to specify that one of the text frames only merges once(first record) and the other frame multiple times for each record in the data file.
    Is it possible?
    I thought that perhaps if I place the text frame that must merge once on the master page, it would work.  But you are not allowed to place variable text on the master and on the document page.
    I'm going to try it through scripting next, but thought that perhaps there is an easier way that I'm not aware of.
    Thanks,
    Suzanne

    Suzanne,
    If you were trying to post a screen shot, you would need to return to the forum and post it using the "camera" icon at the top of the post editing windows.
    I use a plug-in from Em Software called InData. One of the benefits for what I do is there are no individual frames on a page to deal with post-merge. Individual frames are great for simple merges (address labels, post cards, etc.). But I typically do more other types of merges.
    That said, there is a drawback--one needs to come to an understanding of writing expressions that actually parse the incoming data. So in the spice price list example, that looks like:
    It's reasonably easy once one does it a few times. And it can be far more complicated. The above is from Em Software's samples that has been tweaked. The best thing I can recommend would be to download the trial and see for yourself. They are good at responding to specific questions if you get stumped.
    I imagine this all could be scripted somehow in ID. But I have no idea how and the plug-in just lets me keep working.
    Mike

Maybe you are looking for

  • My url is not working when I embed it in iframe html snippet

    Really could use some help. I followed Artotems iFrame for iWeb - Adding a Page Inside a Page tutorial and here is my url: Property Search - General Criteria I even used tinyurl.com to shorten the url. Still it just keeps loading and nothing happens.

  • Acrobat X Pro and Error 1606

    I am not able to install an update for Acrobat X Pro due to the Error 1606 problem.  I have tried the Fix-It Wizard on the Microsoft webpage that's been recommended, to no effect. I was able to install the update on a Win7 computer, but I can't insta

  • How to Hide File Extensions in URL

    Hello Again! I've tried to edit my .htaccess file to hide file extensions in my URL, but nothing I try works. I get "Page Not Found" when I try to remove the .html from my pages. Here is the code I have used: RewriteEngine On RewriteCond %{REQUEST_FI

  • FYI: Time Machine and the New MobileMe Calendar

    Following a recent query from someone who had inadvertently deleted his calendars, a bit of experimenting has shown that it is possible to restore them from Time Machine. The method is described here: http://homepage.mac.com/rfwilmut/notes/timemachin

  • Another bug in Flow layout ?

    If a Flow object gets its content during initialization it doesn't take the specified size of the children into account. The sizes are kept if the children are added afterwards. But then they're stacked on top of each other; as described in the other