How can I run another application from my Form

Dear Gurus,
Can anybody tell how can I run a non oracle application from my Forms..
Can it be done thru DDE package..
If yes then how..??
Can it be done like Excel calling thru DDE package???
Thanks in Advance..
Regards
Swati..

Keep in mind that HOST will execute where the runtime is located. This means for Forms 6.x and older, if the application is running as client/server, HOST will correctly execute on the client. If your application (Forms 6.x and newer) is run via a web browser, HOST will execute on the server and not the client machine.
Without knowing exactly which Forms version you are using and where you want the call to be executed it will be difficult to offer suggestions.

Similar Messages

  • How can i run an application from an external hard drive on my macbook air, since I've got less space on my SSD

    Ive got a 128GB SSD on my macbook Air and i know as time goes on ill eventually run out of space so i want to know if their suggestions on how to run applications like google chrome, Skype etc on an external hard drive with out installing int on my SSD.

    Double click on them.
    You could create Aliases and store them in a convenient place.
    Drag the folder with the apps to your Dock and launch them from the folder on your Dock.
    Make sure Spotlight indexes your external disk, then use Command-Space -> name of app -> return

  • How can i run Webdynpro application

    How can i run Webdynpro application without using Developer Studio? Where should i put a whole project and how shoud i start it.
    Thanks!
    Maciek

    Hi Maciej
    You wouldnt require a Developer Studio to run you
    application.But you would require it to deploy (if are
    using the JDI ,atleast to perform an Activation).
    However you can launch the application once deployed
    through the Web Dynpro Content Administrator
    http://<servername>:50000/webdynpro/welcome/
    The deployed applications are present on the
    lefthandside. They can be expanded to drill down to the
    Application and the press Run
    Regards
    Pran

  • Hi I am new on the Mac, I need help, how can I run my apps from my library on my Mac Pro?  All my apps I was used in my iPad, thanks guys!!!!

    Hi I am new on the Mac, I need help, how can I run my apps from my library on my Mac Pro?  All my apps I was used in my iPad, thanks guys!!!!

    The Mac OS X and iOS versions are separate products

  • HT201269 Hi :how can i transfer WatsApp Application from My lab top to my i phone as it is already downloaded in my lab top

    Hi :how can i transfer WatsApp Application from My lab top to my i phone as it is already downloaded in my lab top

    If this app is iPhone compatible and is now in your iTunes App section all you need to do is sync your iPhone to your computer and select that app to sync to your iPhone.

  • How can I transfer downloaded applications from PC to IPAD2 using itunes

    how can I transfer downloaded applications from PC to IPAD2 using itunes

    If they're iOS applications, sync the iPad.
    If they're Mac or PC applications, you can't.
    (72849)

  • How can I stop certain applications from opening automatically on restart

    How can I stop certain applications from opening automatically on restart?  I don't know when or why this began to happen but it's driving me nuts!  Thanks in adavance for any help.

    Go to System Preferences -> Users and Groups -> Login Items and remove all apps from the list:

  • Every time I restart my mac air some applications like calendar and Microsoft word automatically starts, how can I stop such applications from starting when ever I restart my mac

    Every time I restart my mac air some applications like calendar and Microsoft word automatically starts, how can I stop such applications from starting when ever I restart my mac?

    One thing to check:  when shutting down or restarting, there is a checkbox in the shutdown/restart dialog which asks whether you want currently open applications to open at startup.
    charlie

  • How can i run unix script from my apex page

    how can i run unix script from my apex page and take the output of unix script as a hidden variable and display it on the report region of that page

    I had a requirement to run a Fortran program against some data that woudl be extracted from the database after the user set up their filtering criteria and made some additional input. SInce the program was to complex to conver to PL/SQL, we decided to try and invoke it from Apex. This is how I did it.
    1. I followed the steps in Tim Archer's excellent article "Oracle External Procedure to Run Host Commands" (http://www.timarcher.com/?q=node/9). If the link does nto work, google the article's title.
    Using this steps I created a function which accepts any OS command, including calling my own shell scripts, and runs them. I called my PL/SQL function "shell" instead of "USF_RUN_HOST_CMD " as Tim did in his example (step 9).
    2. In Apex,
    a. I created a button to run my shell command. (I named it P2_RUN_SHELL)
    b. I created a PL/SQL process whose source looks as follows:
    shell('/home/ackness/scripts/cr_xcf_file.sh > /tmp/cr_scfp_file.log');
    and which was conditioned on the the button P2_RUN_SHELL.
    It works like a charm.
    Note: since you can run your own scripts using this method, you can encapsulate a series of commands in a UNIX shell script and invoke that script from Apex. This allows you to be able to test or run you commands from the command line as well as Apex and makes it easier to develop/debug/enhance the scripts in the future.
    Ackness

  • How can we run and control live images form a camera plz help

    hi
    i want to now how can we run and control live images form a camera on to a aaplet.what technologyi used for this project . u can check the url http://www.jal.co.jp/en/live/ as a demo.plz can anyone guide me.how to start and which technologies to use,
    regards
    sheetal

    Hi,
    You can try a package named: JTwain, which is available at http://asprise.com/product/jtwain.
    JTwain supports all kinds of digital cameras and scanners. You can use Java to access, contorl digital cameras and scanners, and of course, to acquire images with flexible settings.
    The developers' guide is available @ http://asprise.com/product/jtwain/devGuide.php
    In the simplest case, one line of Java code can solve your problem.
    Good luck!

  • How can i protect J2EE applications from piracy?

    I m looking for solution to protect Web application from piracy.
    I want my application run on web server for which it is built, &
    it musn't run on any other web server.
    how can i protect my web application from piracy?.
    Our .Net applications we protect using Hardware ID binding ,
    How can i protect J2EE applications?

    How is it going to get anywhere else? What's the threat model here? and what's the real, not imaginary, cost to you of the threat succeeding? and can you price your product such that it's cheaper to buy it than to pirate it?
    The answers to this question probably aren't in the field of tricky code or cryptography. They're more likely in marketing, time-to-market, pricing, and in physical security of the server, ...

  • How can I run other application?

    Hello everyone!
    I have few questions, for example I use this to run other application:
    Runtime.getRuntime().exec("C\\Program Files\\Opera\\Opera.exe");1. It works, but how can I run Opera.exe, when I don't know where was install Opera?
    2. I want open URL, but I don't care what browser will be use. How do this?
    p.s.
    I hope, you will understand my English =)

    In Windows, to open a URL in the default browser you simply use the START command, like this:START http://www.canadiantire.ca/Try that at the command line. You can use Runtime.exec() to do this, as has been discussed in several hundred earlier posts in this forum.

  • How can i run a reports from forms

    Oracle forms 9i
    Hai All
    I am using oracle forms 9i.
    From the forms i need to generate a reports how can i generate a reports from there
    Regards
    Srikkanth.M

    there are hundreds of examples in this forum. Do a search

  • How can I restore missing applications from my ipad

    how can I restore missing purchases from my ipad

    You can re download them from the App Store.  Open the App Store and tap the 'purchased' tab.  Select 'Not on this iPad' and a list will appear with all purchases you've made.

  • How can we call a report from a form.

    how can we call a report from an existing form.

    Have you searched the Forms help system? It shows you how to use RUN_REPORT_OBJECT

Maybe you are looking for

  • How to upload sales order line items?

    SAPGurus, For years my customer service department has been asking for a way to upload sales order line items into the VA01 sales order-entry screen. Many of our customers submit PO's with huge amount of line items, up to 1,000 lines. Our CS reps nee

  • Can't set netsh int tcp set supplemental

    Hello! Seems like I can't operate within netsh int tcp set supplemental preferences. When I try to set congestion provider the 'old way' with "netsh int tcp set global congestionprovider=ctcp" in elevated command prompt, Windows 8 saying that I must

  • Marketing Attributes BP relationship Table

    HI CRm Experts, Can you please help me in knowing table in which Marketing attributes and BP relationship gets stored. I am aware of all table for Marketing attributes my requirement is when a marketing attributes is assigned to a BP what table it ge

  • User exit M06B0002 Changes to comm. structure for purchase requi

    Hi Folks, Do any of you fine guys if there is a note to implement to get the same tables available in "M06B0002 Changes to comm. structure for purchase requisition release" as you have in "M06B0005 Changes to comm. structure for overall release of re

  • Significance of S_ETL_DAY & S_ETL_TIME_DAY tables in "Usage Tracking"

    Hello Experts, I am working with Usage Tracking. I found that there are tables S_ETL_DAY & S_ETL_TIME_DAY tables. Can you please explain me the significance of these tables and what is the job of those. I just googled for it but no luck. How these ta