Can forms programme run independently of its original developer enviroment?

hello everyone.
it is well known that when we develope a c/c++ programme
in vc++ developer enviroment,we can finally build the programme to a exe programme that can run independently of its original developer enviroment.i want to know when we develope a oracle programme in oracle 9ias developer forms enviroment if we can also finally build the programme to a exe programme running independently of its original forms developer enviroment.
thanks.

No, Forms cannot be compiled into an .exe. But an Oracle9iAS Enterprise Edition install contains everything it needs to run.

Similar Messages

  • I have a I MAC i bought in 2004 and I am having all sorts of problems.  How can I restore my computer to its original form?

    How can I restore my computer to its original form or update my operating system?

    vincenzofromhenderson wrote:
    How can I restore my computer to its original form?
    See Erasing disks securely 
    Start up from your install disc, go to Disk Utility and select the disk and click erase - to securely erase data click Security Options and Erase Free Space which will entirely wipe your disk, overwriting it with zeros so that no data is recoverable.
    Restoring your computer’s software

  • Can Forms 9i run on an Oracle 8 database??

    Can Forms 9i run on an Oracle 8 database??

    Yes, you can check all the certified versions of what database is certified against which Forms version at metalink.oracle.com
    Regards
    Grant Ronald
    Forms Product Management

  • Can I restore the software to its original version?

    Can I restore the software to its original version? My iPhone 4S is only 8gb and i think d new version is eating up the memory size.

    Afraid not. Downgrading the iOS is not an option. Neither should it be eating memory - you might like to look elsewhere for the cause of a memory problem.

  • How can i change a vi to its original?

    TO a labview vi,i try to edit its properties in the "file" menu.when i run it,there is no tiltle,no menu.i can't stop it,also i can't edit its digram.how can i change it to its original ,at least i can edit its digram.

    If i understand you correctly, you want stop VI running and return its properties to original. Attached vi is like VI manager, you can view all running VIs and stop one of them. Create its shortcut, put it on desktop and run it through shortcut. It will be run even another VI is running now. Select VI that you want stop it and press STOP.
    Attachments:
    taskman.zip ‏28 KB

  • Can Forms 9i run on a different Application Server, e.g. Apache?

    Can Forms/Reports 9i run on a different Application Server, e.g. Apache? i.e. without needing to use 9iAS.
    It is quoted in the document "Migrating Client/Server to the web" that it may be possible, but will not be supported. Is this possible?
    The reason I ask this is due to the costs involved of 9iAS. If I can use an alternative route like Apache / Tomcat, it's free. Then I only need the developer suite licensing.
    Thanks,
    Jacques

    Just so you'll know Oracle9iAS also includes apache as the HTTP server.
    As Suncan said, if you want to use Forms on the Web you need the Forms Server engine, and it comes bundled in Oracle9iAS. You'll save yourself a lot of headache if you just install Oracle9iAS and have everything pre-configured for you thus reducing maintanance costs.

  • Can form be run in the java client?

    I create a java client based on SWING.I want to use form
    in my java client.
    Is it possible? Can I use java client to run .fmx ?

    Hi Frank,
    Is there no way to communicate from a JAVA client to the form applet? I require this functionality to set the oracle forms global variables?
    Many thnx

  • Can form 6i run in Apps 11.0.3

    I define my form 6i under System Administration-> Application -> Function with Type='WWW' and HTML call = 6i form url on the web
    I want the user to login through the R11 Application and run the form 6i on the web by selecting the function as defined. However I encounter page not found by using the setup as above.
    Anyone experience on doing this?

    You need to post this question on the Applications forum. Even though you are using Forms, it's the Applications infrastructure that you're asking about.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • How can I reset my SX510HS to its original settings?

    I lent my camera to someone and IDK what they pressed but now i cant delete pictures or use the wifi funtion. Also when i put it on automatic it goes onto something different and i have to put it on SCN for it to actually be Auto it is really weird.I would really appreciate it if someone could answer ASAP

    Menu>Tools>Reset All.

  • The box in my Photoshop Elements, which shows the size and types of brushes has shrunk to one unreadable line. How do I expand the box to its original size?  I have tried dragging it open but nothing moves.

    The box in my Photoshop Elements, which shows the size and type of brushes, has shrunk to one unreadable line. How can I expand this box to its original size? I have tried dragging it open but nothing happens and none of the tool boxes appear to give me an expansion option

    Well, when you open the program, the splash screen, the window you see while the program is opening, should make that clear enough. For example:

  • I have the iphone 4s and made the mistake of updating it to its latest version, the 6.1, but now the camera image is blurry. is there a way to get back to its original 4s settings

    I was just wondering if I can reset my iphone 4s to its original settings after having updated it to apple's latest version. the problem i am facing after updating the software is the camera which is blurry...

    There is no supported method to downgrade the iOS on a device.
    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.    

  • Resetting a form to its original values

    Does anybody know of a way to reset a form to its original values? In some cases JSF is displaying the last used form values, even after navigating to a different page and back again, instead of re-reading the values from the relevant backing bean.
    I'd imagine it involves iterating through the tree of UIView objects, but if anybody has some sample code that would much appreciated (and if anyone from the EG is listening, some kind of resetValues() method would be a useful addition to the API).
    -- Keith

    Each page in creator gets an AbstractPageBean which extends FacesBean and that contains the erase() method. This clears the state of the page forcing a reload of the page components. The docs make the following comment.
    "Erase previously submitted values for all input components on this page. This method MUST be called if you have bound input components to database columns, and then arbitrarily navigate the underlying RowSet to a different row in an event handler method."
    I find this comment very strange indeed. First, why hardwire you GUI to database components? What's the upside? It's not convenience because you can automate creation of datamodels from the database then do your binding. That aside, why hardwire the documentation to the database? Why not say "if the underlying state of bound variables changes independent of the UI you must call erase to relaod the change values". Anyhoo, I digress.

  • How can I allow a sub-vi to run independent of the main program once it has been called while still sending data to the sub-vi

    I have a main program where I call a sub-vi. In this sub-vi, there is a while loop that is used to wait for commands in the sub-vi. While the while loop is running, I cannot continue with normal operation of the main program. I would like get the sub-vi to run independently once it has been called, but not hold up the main program. As well, I need to still be able to send data to the sub-vi

    One way is to use VI Server, which has been mentioned by others. This will allow you to start another VI (by name) and run it entirely independently of the calling VI. This is a good way to start various independent VIs from a main menu, for example. None of the VIs thus called need have any connection to the others.
    Another way it to have the SubVI in a separate while loop on the calling VI's BD. Then, use a local var to start this sub VI from the main loop. The calling VI sets a local START bit and continues running. The sub VI's while loop watches for this START bit to go true, and then runs the Sub VI. The advantage here is that one can more easily pass arguments to the SubVI when it is started, using local vars, which are preferable to globals. Once the Su
    bVI is running, however, you must use a global Stop Bit, set in the calling VI, to stop it when the calling VI exits, or the calling VI will hang up, waiting for the Sub VI to close and exit its while loop.
    If you need an example of this, email me. ([email protected]). I can also recommend Gary W. Johnson's excellent book which discusses this. ("LabVIEW Graphical Programming", 2nd Ed).
    Note: Where possible, I try to call a subvi from within the main VI, wait till it is done, then continue. It avoids the use of locals & globals, and results in cleaner code, with fewer "race" conditions. However, the main VI stops until the subVI is done, hence one should make the subVI modal.

  • How do i restore my Macbook Pro back to its original form when i first purchased it?

    Hi, i have a Mac book pro with retina display and after downloading an application from the web i now have these anoying adverts that pop up and appear on every website i visit and i cannot seem to get rid of them, i have put the appliction in the trash and emptied trash but the adds are still there, so i need assistance in restoring my Mac book back to its original form from when i first purchased it, simple step by step insturctions would be nice, thanks!
    joe

    You don't need to do that. Please post a screenshot that shows what you mean. Be careful not to include any private information.
    Start a reply to this message. Click the camera icon in the toolbar of the editing window and select the image file to upload it. You can also include text in the reply.

  • After restarting my computer firefox is deleted for Windows, when i try to open firefox a message pops up saying the program has been moved from its original location and is unable to run How do I get Firefox on my computer permanently?

    After restarting my computer firefox is deleted for Windows, when i try to open firefox a message pops up saying the program has been moved from its original location and is unable to run How do I get Firefox on my computer permanently?

    I have tried everything I could to fix this, but some things require actually being on Firefox, and since I cannot get on, I cannot click on the tabs to do it. I have even totally uninstalled firefox, and that has not fixed this. I still get the same message that firefox is running and I need to close it or restart (which I have also tried dozens of times). I have removed things like Java, and that has not helped either. If I cannot even get on line in firefox, how can I fix this. I am not crazy about using internet explorer, but right now, it is my only option. I even tried to start in safe mode, and the same message box pops up!

Maybe you are looking for