How can I use  regexp_instr from forms?

As I understand these are not available to forms pl/sql engine.
Is there an Oracle API that I can use from forms ?
Thanks

<p>If you mean Java API, you can read this article. Notice that it needs at least JRE 1.4 so it wont run under JInitiator.</p>
Francois

Similar Messages

  • How can print a report from form 6i,  when I press a button?

    hi Friends,
    How can print a report from form 6i, when I press a button?
    When i press a button from Form 6i, the report should print through printer.
    I have done it by using report parameter DESTYPE Printer but problem is that when I press a button printer dialogue box appear and then I give command Print to printer, I don’t want to show Printer dialogue box.
    I want when I press a button form Forms 6i , printer will print my report directly.
    Please send me the solution of this problem.
    Best regards,
    Shahzad

    Hi
    If You are using Client server application then to passing to Add all Print Parameter in the Host Command.
    Means Print command in unix to Host(lp.............) and Other Parameter to file name of the report to print.
    If You not Use Client Server Application the Also Passing a Host Command in Button-Pressed Event and Run.

  • I want to hook up a mac mini and us my tv as a monitor. how can I use airplay from my phone on the mac mini like i can with an apple tv (without having to buy an apple tv!). the airplay capabilities i want to use are mirroring and streaming from my iphone

    i want to hook up a mac mini and us my tv as a monitor. how can I use airplay from my phone on the mac mini like i can with an apple tv (without having to buy an apple tv!). the airplay capabilities i want to use are mirroring and streaming from my iphone!

    Download AirPlayer for Mac - Transforms your Mac into an AirPlay-compatible display. MacUpdate.com

  • How can I use music from two different iTunes accounts?

    how can I use music from two different iTunes accounts?

    If you mean iTunes Store accounts, there's really nothing for you to do. Just add the tracks to the iTunes library and play them. Music purchased prior to late-2009 will been to be authorized, though. Pull down Store > Authorize... and type the credentials of the Apple ID used to buy the tracks.
    If you mean something else, please describe in more detail.

  • Can we use XML from Forms 6i?

    Can we use XML from Forms 6i?

    Did you mean: can you parse an XML document within Forms 6i? With the new Java importer support, you should be able to use the Oracle XML parser for Java to do this.

  • How can we use hyperlinks in forms 9i

    How can we use hyperlinks in forms 9i..
    I looked at the sample but it appears blank.
    Will you please tell me what is the code to hyperlink display items in forms 9i.
    Thanks in advance.

    Download the 10gR2 demo zip file. Its called "hyperlink". Note that this is a demo only and may or may not work the way you want or even as we intended. No QA has been performed on this PJC.

  • Hi how can i use imessage from my mac

    hi how can i use imessage from my mac , i tried to text message to one of my contact name but it said the number is not registered with imessage so how can i registered all my contacts to the imessage . thanks

    The person you try to contact has to register his number/his appleID with iMessage.

  • How can i use plugins from main stage like space designer in logic express 9.1.6

    I'm using logic express 9.1.6. today I bought Mainstage 2 in the appstore. there are a lot of powerfull plugins. some of them, like e.g. space designer, are not included in logic express.
    how can I use the in logic express? they are not listed automatically with all the others...
    thanx

    Hi
    No can do.... these plugs etc are part of the code for Logic Pro and MainStage (and not for Express)
    CCT

  • How can i run report from form?

    Hi.
    I build a report , the name is test , in this report i have 3 parametrs 'user_id' , 'Date_1' and 'Date_2'.
    how can i send those parametrs from form to report?
    i have 3 text item in form for get the parametrs.
    thanks alot

    You can run the report from within a program unit, using following :
    Run_Product(REPORTS, report_name, ASYNCHRONOUS, RUNTIME, FILESYSTEM, param_list, NULL);
    Here, report_name contains report file's name (test.rdf in your case) its type is Varchar2.
    param_list is of ParamList type, it contains the name-value pairs for parameters you want to pass to the report. You'll have to add parameters to this using addParameter() function. see the Help for addParameter().
    this will run the report using Report Background Engine.
    Regards,
    Muhammad Shakeel

  • How can I use software from mac os 8.6

    I have old mac 4400/160 with os 8.6. Can I use program files from that os on os x and how?

    Hi, Boopsy. Welcome to the Discussions.
    By "program files" I presume you mean "applications." If you mean data files, that's a different question.
    It really depends on the applications (apps).
    First, they will only run in Classic mode, if they run at all. Classic mode is a "hardware compatibility layer." Basically, this allows you to run Mac OS 9 and Mac OS X simultaneously, meaning you can use Mac OS 9 apps and Mac OS X apps simultaneously. Both Mac OS X and Mac OS 9.2.2 must be installed on the computer in question.
    Some Mac OS 8.x apps have been known to run in Classic, but it's really suited to Mac OS 9 apps.
    Second, any apps that require direct access to the hardware — a common issue with games developed in Mac OS 9 and earlier — won't run in Classic mode.
    Finally, if you buy a new Intel-based Mac, Classic is not even an option: Classic mode is not available on Intel-based Macs, signaling the true death of Mac OS 9. So, if you're planning on getting a new, Intel-based Mac, none of the OS 8.6 apps you have can be used on such. You would need a Mac that employs PowerPC architecture, which are the last Macs that can run Classic.
    If you had a PowerPC-based Mac with Mac OS X and Mac OS 9.2.2 installed, you could then try installing your old apps using the original installation disks using the instructions in "Mac OS X 10.4 Help: Installing applications made for Mac OS 9." You'd probably also need an external USB floppy drive, assuming the apps are distributed on the usual 3.5" floppy disks.
    However, given the items noted above, there's no guarantee they would either install or work.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • How can I use another stream form my stream

    Helllo,
    I am building a stream from which I would like to call/use the IP stream.
    Does anybody can tell me how can I do that?
    Thanks & Regards,
    Prasenjit

    Please look into STREAMS Programming Guide. STREAMS programming is fairly well explained there.
    Pawel W.

  • How can I using tpcall from one service to another service in the same server

    When I using tpforward between two services in one server, it's working ok. However,
    when I using tpcall from one service to another service, it's failed?
    anybody can tell me why?
    thanks
    george

    "george" <[email protected]> wrote:
    >
    When I using tpforward between two services in one server, it's working
    ok. However,
    when I using tpcall from one service to another service, it's failed?
    anybody can tell me why?Basically, tpcall:ing another service in the same server is a no-no, unless you
    a) are running a multi-threaded server (requires TUXEDO 7 or newer + compilation
    options) or
    b) use tpacall() instead of tpcall() and specify the flag TPNOREPLY. This is probably
    not what you want to accomplish, though.
    The reason is that TUXEDO servers by default (and always in versions before 7)
    are single-threaded. If service A and B both reside in server X, server X will
    be busy taking care of the call to A. If A makes a call to B, the call will be
    put on the queue to X, but X will not look at the queue until it is done with
    A, which won't happen until B returns... deadlock!
    You can play tricks with starting multiple instances of X, but in the end you
    will always face a risk (something lika a race-condition) for a dead-lock.
    Solution: Move service B to another server (usually quite easy) OR switch to multi-threading,
    if that's possible. Just make sure all code your service calls is MT-safe as well...
    thanks
    georgeHope this helps you,
    /Per

  • How can I use footage from one project in another?

    The best format for saving your video from one project so that it can be used in another Premiere Elements project is DV-AVI. For hi-def video, the format is HDV.
    To save your video as a standard-definition DV-AVI, go to Share, Personal Computer and select the AVI output option with the DV preset. When you're ready to mix together these segments open a new project using the DV settings and assemble them on that timeline.
    To save your video as a high-definition M2T video, go to Share,  Personal Computer and select the MPEG output option with the 1440x1080 MPEG preset. When you're ready  to mix together these segments open a new project using the HDV settings  and assemble them on that timeline.

    The best format for saving your video from one project so that it can be used in another Premiere Elements project is DV-AVI. For hi-def video, the format is HDV.
    To save your video as a standard-definition DV-AVI, go to Share, Personal Computer and select the AVI output option with the DV preset. When you're ready to mix together these segments open a new project using the DV settings and assemble them on that timeline.
    To save your video as a high-definition M2T video, go to Share,  Personal Computer and select the MPEG output option with the 1440x1080 MPEG preset. When you're ready  to mix together these segments open a new project using the HDV settings  and assemble them on that timeline.

  • How can I use Imessage from Iphone to mac?

    Hello
    I am a new user for the awesome new feature Imessage
    And I have a question: how can I send a message to an IPad or IPod or Mac or IPhone from IPhone and Mac?
    Thanks

    To send from the iPhone to the mac or Ipad you need an email address to send to, instead of a phone number.
    on the iPad or mac you need to setup Messages. I do not have mesages on the mac and do not have an iPad but I have set it up on my iPod Touch and I assume it is similar.
    Settings>Messages>
    > iMessage > ON
    > Send Read Reveipts > ON or OFF your choice
    > Received At > [email protected]
    Enter your valid email address in the "Received At" field.
    As long as the email is valid it should work, and I assume you will need a different email for the iPad and Mac.

  • How can i use Itunes from an external drive

    How can I install iTunes on to an external drive an use as my master librarian for music and movies, it must pretty simple, thanks guys!

    Hi,
    Read this http://support.apple.com/kb/ht1449
    Jim

Maybe you are looking for

  • "Taken on" date in Flickr incorrect

    I noticed a weird behavior with some Aperture photos I post to Flickr.  If I follow the steps below, the "taken on" date shown in Flickr is always incorrect (details later). - Upload RAW files (this happens with Canon G12 and also Nikon D300) into Ap

  • Batching one format in a folder with multiple formats?

    I am wondering if it is possible to set a batch command that will only process tiff files that also have .fff's and .jpg's within the same folder. I have 2500 images in 125 subfolders with all three formats in each folder. I know I can batch all the

  • Calling a stored procedure which returns a value

    Hi Friends, I want to call a stored procedure which returns a value. Eg create or replace procedure xyz(a1 in varchar2, a2 in varchar2, z1 out number) thanks

  • How to display  dates dynamically in tabular form title

    Hi, I have a requirement of displaying dates of the week as title of each column heading in the tabular form dynamically (or) Is there a way to display the dates for each week as the titles for each column dynamically?Could anyone suggest me on this

  • Capacity confused plz help

    Hello i bought a new IPAD 2 64 GB 3G ios 4.3.3 when i bought it i notice that its capacity about 59GB then i got trouble in it so i use to restore it and i download the software again from itunes about 614 mb after that it works perfect but the ipad