How to put delay of 5 seconds in form builder

Hello everbody
I m using Forms 6i.
I wants to put delay of 5 seconds in form due to some requirement.
Is any body have idea how to put delay?
Thanks in advance.

Issue this command:
dbms_lock.sleep(5.00);But I am curious why would want to do that.
There is probably a better method to solve whatever issue you have.

Similar Messages

  • How to put watermark on Adobe Reader PDF Forms ?

    I am an Adobe LiveCycle Designer 7.x to design the PDF Forms. User will open the Form in Adobe Reader. User will put a signature on these Forms after filling the information. Once the Form is filled, how do we put a watermark on these PDF Forms without using Adobe Designer?

    By making it invisible, the only place that it will appear is in your Project file. It will not be burned to the image appearing on the DVD. There will be no trace of it there. Not even the
    i "CSI Edition'
    of Premiere Pro could find this on the DVD.
    Now, Copy Protection is something else. You might want to take a look at a thread on this subject:
    http://muvipix.com/phpBB3/viewtopic.php?f=24&t=4423
    Along the lines of E Mann's suggestion, a "Bug" (small logo) could easily be inserted in one corner. This would be visible and would be part of the image on the DVD. It could be very small, and have significant Transparency. Think of the small logo that appears in the lower-right of most TV broadcasts. After a moment, we don't even know that it's there, unless it goes away, or moves. One additional thought on this is if you place it far enough into the corner, it would be outside the Safe Area and would not even be seen on most CRT TV's, because of "over-scan," but still on the image, that is on the DVD.
    I would look into having a Title, with the © notice, and the Bug. Still, only honest clients/recipients of the DVD, will be bothered. All others will freely copy and distribute the material.
    There are just not good, effective ways to protect your material. Also, no burned disc can have even the normal Copy Protection, only replicated/stamped discs can.
    Hunt

  • How to get information from ODBC sources to Forms Builder environment

    Hi,
    Could anyone help me, to get some examples or more information, that how can I get information from ODBC sources to Forms Builder environment. I have a need to read data for example to LOV.

    If you are on Forms 6i you install the Oracle Client Adaptor from the Forms CD. You then have a way of connecting to ODBC datasources.
    To connect to ODBC at the same time as you are connected to Oracle you can use the EXEC_SQL package to create a second connection via odbc and issue select statements against that datasource.

  • How to reference a file with the XML Forms Builder?

    Hello,
    I've created a form at the XML Form builder (I am using NW 04). This enables the users to create new topic.
    I've created at at the "Edit" form an option to upload a file along with the new topic. The file is being saved in a subfolder of the topics main folder.
    My question is how to create a link to the specific file that has been uploaded with it's specific topic at the "Show" Form? Note that the subfolder contains files of many topics, I want to link to this specific file uploaded with it's relevant topic when created. How do I do that?

    Hi Roy,
    > I've created at the "Edit" form an option
    > to upload a file along with the new topic.
    What I expect that you have done is to add a browse functionality which browses within KM with the possibility to upload an image into KM?! As done within SAP Demo News?!
    If that's the way, just compare the SAP Demo News: Create /DataSchema/News/image and map it to the browser, whereas in the show form part you'll map it to an image.
    If I didn't understand you right and the issue is still open, please report...
    Hope it helps
    Detlev

  • How to put Images at runtime in Adobe form.

    Hi All,
    I have a simple query but got confused finding a note related to this, so need your suggestion to address this issue.
    We developed several Adobe Non interactive forms using ADLC 8.2.3 in CRM 7.0 ADS 7.0 Adobe reader 10.X.
    The forms have multiple master pages with embedded images, the form increases to multiple pages based on the data.
    The form is not heavy but to increase performance we thought of putting the images in MIME repository and fetch them at runtime.
    while searching for this we found SAP Note: 0001249492 which says due to improved security features dynamic images are not supported from Adobe Reader 8.1 on wards and the images are to be embeded at design time.
    This note is published in 2009 Can somebody confim me if this is still applicable and we sud go with design time images only.
    If we can still use runtime images please give me some steps or document how to acheive this.
    Thanks in Advice for your help,
    Regards,
    Sai Krishna.

    They'll help you over here.
    Microsoft C# ASP.Net forum
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • How to put the page parameters in to Form?

    i have a form called from a report with 2 parameters in the page url. How can i set the default value with the page parameter in the form.
    thanks

    I only know of two ways to link from a Portal DB Report:
    1) Associating a Link with a report column.
    2) Building a URL as a column and having the column Display As HTML.
    Neither of these methods can be used to set session storage values prior to calling a page. In fact, only the second method can be used if you wish to call a page with parameters.
    Can you provide more detail on your proposed workaround?

  • How to put ActionScript into Catalyst project via Flash Builder?

    I don't know if this is the wrong place to put this, but I need to add some ActionScript into my Catalyst project... from what I understand, it can only be done via Flash Builder. Am I right? How?

    Hi Alex,
    To edit the code of a Flash Catalyst project, you can import it into Flash Builder as follows:
    File > Import > Flash Builder Project
    Select the FXP file from Catalyst
    Make sure "Import new copy of project" is selected, then hit Finish
    I'm not sure where you got the ActionScript code that you're planning to use, but it may be difficult to integrate into your project if it's not designed for use with Flex (a lot of AS code snippets you'll find online are just for general use in Flash, not tailored for Flex applications).  But you'll probably want to do something like this:
    Locate the image you want to make random.  If you're having trouble doing this, switch the view to Design mode, select the image with the mouse, and then switch back to Code mode to see the corresponding code highlighted.
    If there's no id attribute set on the image, add one (so you can refer to it in code later).
    If the tag is s:BitmapImage, change it to mx:Image (this is needed to make the contents dynamic)
    If the root s:Application tag doesn't have a creationComplete handler, add one (type it partway, then hit Ctrl+Space, then choose "Generate Handler").
    In the handler, add your code to randomly select an image filename.
    Then set <your image's id>.source = <filename>
    Hope that helps!
    - Peter

  • How to put javascript validation in the text form ?

    Hi,
    I would like to validate 1 of the field in the interactive form. where i can put the javascript validation script ?
    f.setAction(
    "Validate",
    u2018AFRange_Validate(true, 0, true, 100)u2019
    and also can i force setfocus() in the formal javascript in the interactive forms ? so if the validation not correct the user cannot quit from the field.
    Thank You and Best Regards
    Fernand Lesmana

    Hi
    Use the exit event.
    You can set focus to the fields as
    xfa.host.setFocus(xfa.form.form1.TextField);
    Kind Regards
    Mukesh

  • How to put or bring pages together to form a document?

    Have seprate pages and i wish to join them to form one document?
    I know i was able to do this with the old version of Pages (think you just cut and pasted thumnails to the respective files.)
    Dont seem to be able to to do that now, nor cutting/ copying and pasting from the opened documents?? And no joy from the pages for make help section.
    PLease please help
    Mack 120

    Have seprate pages and i wish to join them to form one document?
    I know i was able to do this with the old version of Pages (think you just cut and pasted thumnails to the respective files.)
    Dont seem to be able to to do that now, nor cutting/ copying and pasting from the opened documents?? And no joy from the pages for make help section.
    PLease please help
    Mack 120

  • How can i mail to network administrator from form builder

    i have a form that have a button on it.when i press that button that changes the status of an employee.i want that when button is pressed ,at that time a mail is generated and sent to network administrator so that he could see the status of the employee that have been changed by pressing button.
    please help me in this regard.

    1. Create a send_mail stored procedure in your database. Search the forums and the Internet for examples showing how to do this. Here are a few. There are many more.
    How to send email thru procedure
    http://www.oracle.com/technology/sample_code/tech/pl_sql/htdocs/Utl_Smtp_Sample.html
    http://www.oracle.com/technology/sample_code/tech/pl_sql/htdocs/maildemo_sql.txt
    (I think 8i database may be a little different...)
    2. Call the send_mail procedure from your form and pass the parameters it needs such as To, Subject, From, Text, etc.
    Message was edited by:
    user505142

  • How to access database module when i use forms builder 9.02

    hello all:
    i'm migration forms 6i application to 9ias r2.
    My application use a module saved in database and it was referenced by all other forms ,when i use forms builder 9.02,i can't access it .Online help hint :
    open form builder,select edit--preference--access tab,select ask,but i can't find it .Who can help me ?

    Forms modules in the database are not supported in 9i - you will have to extract the module in 6i to the file system and adjust the reference before upgrading the form.
    See the following document on OTN for useful information when upgrading.
    http://otn.oracle.com/products/forms/pdf/forms_upgrade_reference.pdf

  • HT2736 i clicked GIft Songs.. next it took me to... password... click billing info... i put in the credit card number .... and my card gets charged Rs 60 for a Rs 15 song... how is this... Second, I do not see the purchase, not it asked me whom to gift th

    i clicked GIft Song.. next it took me to... password... click billing info... i put in the credit card number .... and my card gets charged Rs 60 for a Rs 15 song... how is this... Second, I do not see the purchase, not it asked me whom to gift the song.

    Have you added or changed your credit card details on your iTunes account ? If you have then each time that you do so a small temporary store holding charge may be applied to check that the card details are correct and valid and that it's registered to exactly the same name and address as on your iTunes account - it should disappear off your account within a few days or so.
    Store holding charge : http://support.apple.com/kb/HT3702
    Were you also charged for the song ? If not then do you get any error messages when trying to gift it ?

  • How would i go about putting itunes onto a second iphone

    how would i go about putting itunes onto a second iphone

    Settings > General > Reset> Erase all content and settings
    Message was edited by: gdgmacguy

  • How to put a few pages together as a panel group in the same screen ?

    Dear Friends,
    Hello. I am developing the accounting application of Journal Entry module. I have developed 5 pages for a journal entry: Journal header, Journal Line, Journal total, Journal Error and Journal Approval. I want to put 5 pages together as a panel group in the same screen so that users are convenient to use them. The format is as follows:
    Header | Lines | Total | Error | Approval
    When a user click on Header or Lines or Total or Error or Approval, its related page is displayed below it on the screen. But I don't understand how to put "Header", "Lines", "Total", "Error" and "Approval" together as above format and link them to its related page. Can anybody tell me how to do that ? Thanks.
    Lucy

    Mike,
    It's correct to make 5 pages as a seperate component.
    I am developing an accounting system using PeopleTools by myself.
    Because you understand PeopleSoft financial application, please tell me the 2 questions as follows:
    First, In Journal Line page, when select "edit Journal" and click button "process", the system check the Journal against Budget, if it's Ok, the System assign Journal ID for the Journal and put "valid" into the field of "Budget Status" and "Journal Status" in Total page. If it's not OK, the system send error message into Error page. Do you know how developer do that ?
    Second, In Journal Line Page, when select "Submit Journal" and click button "process", the system send the Journal to Approval page for approval. Do you know how developer do that ?
    Lucy

  • How do I delay a picture change in Keynote beyond the 60seconds the build process allows from one graphic to another on the same slide?

    How do I delay a picture change in Keynote beyond the 60 seconds allowed in the 'build' it procedure on the same slide?

    BazzyS wrote:
    I'm referring to a graphic change within the same slide not transition between slides.
    In the suggestion I gave, using a transition instead of a build, has exactly the same visual effect as a build, it just uses a different tool.
    in my example earlier, I have 7 coloured objects, the first 6 objects appear using a dissolve build.
    The 8th object appears with the same effect, a dissolve, but is delayed by 5 minutes because it uses a dissolve transition.
    I used a transition instead of a build which uses 2 slides to achieve the effect, the viewers will not care how many slides there are and what tool is used, its the end result that matters.
    first 7 objects appear in a build
    a transition set up using a disolve and a delay of 10 minutes
    7th object appears with a disolve

Maybe you are looking for

  • Design Problem: Object reference another object at different states

    Hi, This is a problem I came across today while developing a simple prototype. Imagine I have a class Boy which has a one-to-many relation with a class Dog. The class Boy has the following methods: getName(), setName(), getAge(), setAge(), getDogs().

  • Transaction bp in CRM

    Hello, In the tranx BP ..when you enter business partner number and execute ..you see the screen and when you get into tabs ..for example if you goto ADDRESS tab there is a NAME text element on the first bit ..above title.Please may i know where do w

  • How to Eliminate Special Character in SQL LOADER Script

    How to eliminate special character from SQL LOADER script file which suppose not to insert in TABLE example.CSV lile like this <ABC/ , 7747> <DEF/ , 7763> <NEW/ , 7779> <OLD/, 7795> I have to remove < > and / character at the time of loading into tab

  • I message in iOS 8.0.2

    When using iMessage in iOS 8.0.2 the keyboard is covering the last text message that was received or send. In iOS7 the message received or send will display above the keyboard. is there a fix for this?

  • Need Help With Installing Again

    Okay this is what I get when I try to install Java ****Start Quote**** The feature you are trying to use is on a network resource that is unavailable. Click OK to try again,or try an alternate to a folder containing the installation package 'jre.msi'