Any Document about Forms Development in Applications context

Hello there,
In regular D2K we use Commit_Form built in whereas in Forms of Oracle Applications we use Do_key('Commit_Form').
Like that, is there any document that would give the detalis of different usage of built ins from apps perspective.
Thank you

Hi,
Please see "Oracle E-Business Suite Developer's Guide" manual and Oracle Developer documentation.
Oracle E-Business Suite Developer's Guide
http://www.oracle.com/technetwork/documentation/applications-089559.html
Oracle Developer Suite Documentation
http://www.oracle.com/technetwork/developer-tools/developer-suite/documentation/devsuite-090171.html
Thanks,
Hussein

Similar Messages

  • Forms Developer 6i Application Error

    Hi! I'm just creating a Record Group when this error shows up:
    The instruction at "0x634c052b" referenced memory at "0x000000000" the memory could not be written.
    It's not a FRM nor an ORA error, it just says "ifbld60 Application error" then shut downs the Forms Builder...
    I'm using Forms Builder 6.0.5.32.0 and here's my query to my supposedly record group:
    SELECT DECODE(first_name,NULL,'',' ') ||first_name||
    middle_initial||DECODE(middle_initial,NULL,'',' ') || last_name||DECODE(last_name,NULL,'',' ')||
    name_suffix,
    gmm_id
    FROM TABLE_CONTACTS,
    TABLE_EMPLOYEE
    WHERE emp_id = employee_id
    ORDER BY first_name
    (after clicking ok to create the record group, the error pops up.)
    ---- if u got any insight about this, or encountered the same error, pls. reply
    Thanks!

    Does the error reproduce using sqlplus ?
    Ronald
    http://ronr.nl/unix-dba

  • Technical Document Template for developing WD application

    Dear SDN community,
      Do you have any template for the technical document specific to WebDynpro(Java) development.
    Thanks!
    Surya.

    Look at the below link.. It will help you..
    Design Template for development a project in WebDynpro
    Raja T
    Message was edited by:
            Armin Reichert

  • Basic queries about Form Development

    Hello Friends
    i am bascially a web programmer and have done little bit VB programming and have idea of event driven programming.I have to help my younger cousin in his project assignment and i have no idea about few things which i think normal in all event driven programming.My Quries are as follows:
    1)Retrieve values from text,comboBox
    ===============================
    i create a form by using dataBlock wizard and it automaitcally creaed all text fields on form with dataBlock Name.
    now i am writing a ButtonPRess trigger code and i want to retrieve textbox value by using following code
    Declare
    mytext varchar2(39)
    BEGIN
    mytext:=myFormBlock.textField
    END;
    but i am keep getting error identified myFormBlock.textField is not declared.How the hell do i retrieve the data?
    2)Display data in ComboBox and manually create insert query on BUtton's press event.
    ===============================================================
    is it possible that i manually create INSERT query in which i retrieve value from form's controls and execute it, rather calling create_Record method of form
    kindly help me,i will be very grateful to you.

    Thanks now i am encountering another issue.I am getting following error
    FRM:40508:Unable to Insert Record
    i have following table structure:
    Name Null? Type
    FACULTY_ID NOT NULL NUMBER(5)
    FACULTY_NAME NOT NULL VARCHAR2(40)
    and writing following code to insert record and execute query
    INSERT INTO FACULTY ( FACULTY_ID,FACULTY_NAME ) VALUES (100,:BLK_FACULTY.FACULTY_NAME);                
    commit
    and it is keep giving the error.One thnig i would like to tell that i ran Datablock Wizard and i didnt select Primary Field ,Faculty_id in that wizard for DISPLAY purpose yes i did select for data binding but not for display purpose because I want to send my sequence Id as Id entry.
    Where am I going wrong?
    Thanks

  • Do you have any document about "Step by step oracle 10g App Srv Inst" ???

    Hello oracle forum users,
    I'm using Oracle 10g database and I want to install 10g app server and portal for our customers reporting. Can anybody help me where I found step by step installation app server and portal documents???
    Please help me and thanks a lot. Good works everybody
    I love Oracle!!!

    Hi,
    Please help me... Any docs or any link????
    Thanks for your answers ;-)

  • Is there ANY way i can develop j2me applications in NetBeans for Solaris?

    Ok, i don't like to complain, but this is really starting to tick me off.
    Here I am on this AMAZINGLY stable beautiful feature rich operating system that is Solaris SXDE.
    I am a Student and I LOVE java, I decided to try my hand at j2me programming, I got to get the j2me tools and runtime....
    and guess what I found?
    J2ME 3.0! Awesome Blu-Ray, MIPD, ETC, AWESOME.... one problem... only runs in windows!
    thanks.... but no thanks...
    NOW! before I freak out and complain that Sun is not supporting it's own platform please tell me that there is a way to do development on Solaris.

    No, teathering is not supported.

  • Is any document about GRC or IDES system can be located?

    Hi expert,
    Can you please tell me how can I access the IDES system of GRC?
    Where can I locate the help document of GRC as access to the help portal of SAP?
    Thanks.

    Documentation on Trade Compliance (Global Trade Services) and Environmental Compliance (EH&S) is available on http://help.sap.com. The user and installation guides for GRC Access Control and Process Control are currently accessible together with the software download (requires a software license). We'll soon have that documentation on http://help.sap.com.
    All compliance software is available for demonstration, some of it on IDES systems (trade compliance, environmental compliance), some on dedicated demo servers (access control, process control).

  • Capacity sizing document for Forms on iAS(Oracle Application Server)

    Hi,
    I need to know from where I can get Capacity planning document for Forms on Oracle Application Server for Intel/Solaris/Aix arch.Please Advise.
    Regards,
    Noman

    Hi,
    we have several developers working with developer suite 10g. Our OAS runs on Linux as yours. All our developers work locally using windows-pc's. We have a samba share we use to move the developed sources to the linux box. On the linux box with have some scirpts to compile the sources and move them to the runtime-directory.
    The final integration test in then done using the installed application on the oas.
    This works without having any problems for more two years now.
    btw: Be aware of the problems you will run into when moving an application from windows to linux:
    -> All filename ar Case-sensitive
    -> the writing of module-names in OPEN_FORM, NEW_FORM, CALL_FORM must match exactly the filename (in other words: call_form, open_form and new_form is also case-sensitive
    -> Attached librarys are also case-sensitive, even if there are shown in uppercase in the module-navigator.
    hope this helps.
    Edited by: aweiden on 08.11.2008 18:05

  • How to scan document into forms directly ?

    hi all
    how to scan any document into oracle developer form directly
    (we are using forms 4.5 ..on win 98)
    thanks
    Abu zaid Saad
    [email protected]

    First I would suggest that you read the documentation about working with Active/X.
    The online version is in the documentation section of Forms on OTN.
    Then, you insert the scan.ocx into your form. you use the ole importer to create a pl/sql package to communicate with the ocx and you are ready to start calling methods such as scan etc...

  • Forms Developer 10g Release 2 - new features?

    Hi,
    Does anybody know if Forms Developer 10g Release 2 (10.1.2) is any different from Forms Developer 10g (9.0.4)?
    I wasn't able to find a document with new features.

    <p>I am sure the link was under your eyes ;o)
    <br>
    http://www.oracle.com/technology/products/forms/techlisting10gR2.html<br>
    Oracle Forms 10g Technical Overview</p>

  • Developing iOS applications on Windows 7

    Hello, I’m an avid programmer who is keen to learn and keen to develop, but I’ve encountered one major issue. I can’t install or run Xcode on a Windows operating system. I was wondering are there any alternative methods to developing iPhone applications on Windows. If there are any information would be appreciated.
    If all else fails I’ll download OS virtualisation software.

    People say something about Microsoft and Apple and I think I have something to share with you all.
    @lukehicks: I am also an avid programmer who is keen to learn and design and develop software, may be not more than you, but I am sure not less than you.
    I have more than 20 years of experience in programming in Windows with C/C++ and in the last decade: C# and .NET Framework and I am also a Microsoft Certified Solution Developer for Micorosft .NET. Java and VB are the other two languages that I know well. I am also an author, writing technical books (in Persian Language; I live in IRAN); so I used to read books and articles alot.
    When Apple released iPad I saw it in the TV for the first time. I thought It was a very good device for reading books, As I used to read eBooks on my PC. But I didn't want to buy an iPad, since it was expensive. So I decided to buy an eBook reader. After searching a lot and looking all the abailable devices at that time, I found iPad as a revolutionary device, specially for me as someone who used to read books alot. And It really was, as I have not take a paper book in my hands since iPad.
    It is more than a couple of years that I bought an iPad; the first Apple device I have bought in my life. I have never seen any Apple devices as a buyer before. And that's it: It changed my life.
    Believe it or not, having an iPad in my hands, made me so curious about developing and running apps on it. And those days I was exactly in the state you are in now.
    After a few months (may be 2 or more), I lastly decided to buy a Mac. And I did; an iMac 21.5" Late 2009. Started to learn programming in the Mac environment.
    But I couldn't leave all my background in Windows programming. So I brought Windows to my iMac using Bootcamp.
    I don't want to say all things that happen to me, but the net result is:
    Working in OS X is so much better, safer, easier, more reliable, and more joyful than Windows. I am sure you have heard about that, but you must experience it to know well. Just think why people working with Macs and iPhones and iPads, don't want to go back to Windows (or any other environment they used to work with).
    For me, today:
    1. I have and iMac 21.5", a MacBook Pro 17", an iPad, an iPad 2 WiFi/3G, an Apple TV 2 and NO PCs (I think these are not enough for me, but I just say this to show that I don't use Windows PCs anymore).
    2. I have transfered all my works from Windows environment to Mac. So I don't have Windows on Bootcamp and not even on virutal machine.
    3. All the programming I do, is in Xcode; I really don't want to go back to those days of Visual Studio (The best development environment for me 3 years ago).
    After more than 20 years of working with computers, I think I am born again 2 years ago, as the meaning of computers and all my view about programming has been changed. May be it's due to the fact that I was so focused on Microsoft technologies and never looked around. In fact, I was deep in Microsoft tools and design patterns in development.
    As a developer point of view, just know that there are a lot intresting things to learn in Apple way of designing and implementing software. Cocoa is a collection of very well designed object-oriented frameworks which is used to develop software on OS X. It's little brother, Cocoa Touch is used in iOS. So learning one, makes learning the other so much easier. If you come to the world of Apple, you can develop for both iOS and OS X.
    There are alot of resources out there, but if you want some help to pass the learning curve, or to know where to start, you can count on me.
    Sorry to talk so much. I Just want to say, If something is good, it is good. don't try to attack it without enough knowledge. Apple is selfish or not; it doesn't matter. Apple creates good products that make our lives easier.
    I just recommend you and all people like you to buy a Mac.

  • [DME] Document about data mapping for HSBC ifile format (PP,ACH, COS)

    Dear SAP experts,
    I'm implementing an automatic payment module through HSBC in an SAP project.
    My customer want to streamline their payments to vendors using automated
    payments with HSBC.
    I have a document about ifile description which show me information about the
    structure and data format in HSBC ifile. I know how to create a DME format tree
    but the HSBC format seem to be very complicated, it contains a lots of fields and
    a lots of them I don't really understand.
    I'm sure that many of you have done this before. Do you have any document about
    data mapping for HSBC file format? I have a lot of fields leaving undone so any
    relevant documents will be very helpful for me.
    Hope you can help.
    Thank in advance.
    Maxielight.

    Hello Maxielight,
    I too am working on this IFILE format for transmitting to HSBC for Indian INR payments & am using DMEE.
    I'm struggling with a couple of fields in relation to PP.
    1st  is the 'Record Count' in FIle header, which is just a count of the total number of lines in the file.
    2nd is the 'Total number of instructions in batch' in Batch Header section, because I'm trying to count using aggreation via reference node id, but because the Batch Header is level 1 & I need to wait for '2nd Party Details for PP' which is at a lower level I always get an error when I run the check with error 'aggregation not permitted because of field I'm using is lower level, or they are not in the same segment.
    I've also tried creating a new segment with 'Delay output' but still get similiar error about the nodes being in differenet segments.
    How did you get past this issue?
    We are not using COS, instead we will print our own cheques in the office so sorry I cannot offer advise there.
    Any advice you can offer would be appreciated.
    Thanks,
    Steve

  • Does any body have any design patterns of JSF Web Application Developping?

    Can any one answer me some questions?
    #1.I am an amatuar of people who develop Web Application.For some reason,We choose the JSF to develop our item.through some introduction,I know the UI component of JSF is resided in Server side,is it right?but I am a little confused that:if there are many users who are exploring our jsf website.(to simplify my question,image I had just one web page and just one button)How many UI components(buttons) will be there?How it(they?) works?
    #2.Does any body have the success experience (for example design pattern)to develop web applications?if We just concern about the Add,Delete,Modify,Query operations of some data.
    I just do my job according to my feeling.
    I will give every page a pagebean(backing bean),and I am not sure how to combine the business data with the pagebean.some one suggested that I should use delegate pattern to separate my business log and page logic.But I am still confused by following things:
    #2.1 does JSF have the same ability to help us construct the model dialog just like swing to
    help us control the operation flow?
    #2.2 If there is not,Does the following way work?I put every tabledata's property as corresponed component.if user choosed the row in the table,My Listener will syncronize the row data to the components.But
    #2.2.1 if JSF has the components according to the web users' number,how can My Listener tell which component should be update?Should I maintain the map?
    #2.2.2 If the problem I imaged above is false,Does any body can tell me how to custom      the ListDataModel,so I can use it like Swing?because now I can just use some view data to insert into ListDataModel,but after some selection operation,my business object must be find according to the selected data,it is not an interesting job!
         I am waiting for your advice!

    Ok I'll try to explain Step by step please correct me if I make any mistake because I have not played much with shared variables.
    To create a shared variable to an RT target go to the target if tou have already otherwise add an RT target by right clicking the Project>>Add targets and Devices
    Then in the target Right clikc and select the variable as shown below.
    Then once the Shared variable settings window opens Enter a variable name and then Select the type "Network Published"
    In the right side you can select the data type for the shared variable and even you can choose your custome controls.
    After selecting the data type go for the Network and select buffering if required else leave it if you are planning to use the variable just for display purpose.
    Then you can enable the RT FIFO if required (Not able to explain how it works and why it is used).
    Then after completing the Shared variable setup you can access the variable in the VI in both the Host and the RT.
    You can bind the variable to a control so that if any data from the RT is coming you can read the data from that control.
    Once you have placed your shared variable in the BD you can change the access typr to read or write depending on your need.
    This might not explain the complete shared variable concept but I believe that this would defenelty give you a kick off to start using the shared variable. Please correct or add more comments if anybody know better.
    Good luck.
    The best solution is the one you find it by yourself

  • Is there any possibility to develope java application for IPhones

    Is there any possibility to develope java application for IPhones

    921326 wrote:
    Just look to the next thread!I did that after I replied to the last person to ask this question. I spotted this thread:
    Developing iPhone apps with JavaFX 2 (Demo)
    Not much there, but apparently people are trying to hack it together using JavaFX 2 already. I believe I read an article where Oracle itself had given a presentation about a JavaFX2 app on an iPhone; I believe the gist of it is that they want to make it so you can bundle the Java runtime with your application, which makes it legal to sell a Java application through the appstore.

  • We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader.

    We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader.
    For which, We created and execute the below command line to call Adobe Reader and print the PDF on a printer.
    "C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" /T "\\<Application Server>\Report\<TEST.PDF>" "<Printer Name>".
    Current Situation: The above command line parameter when executed is working as expected in a User's Workspace.
    When executed in a command line on the Application Server, it is working as expected.
    But, the same is not working while executing it from Deployed environment.
    Software being used: 1. Adobe 11.0 enterprise version. 2. Webshpere Application Server 8.5.5.2.
    Please let us know if there is a way to enable trace logs in Adobe Reader to further diagnose this issue.

    This is the Acrobat.com forum.  Your question will have a much better chance being addressed in the Acrobat SDK forum.

Maybe you are looking for