Oracle Terminal, how can i simulate this setting into all client places

Hi friends,
i did setting at ORacle Terminal for ESC button to exit_form. it is ok working fine. i have his application installed into several client places, so, in all this places do i ahve to install Oracle terminal and change the key mappings or is any common registry setting i can add into the registry key, by copying FMRUSW.res file into my application folder,
i do have all my icons in my aplication folder and i add a registry key UI_ICON = 'myfloder', is there any possibility like this.
Thanks in advance

That is one of the big problems with client/server forms. You have to install your FMRUSW.res on every machine running your application, or at least on a file server where the runforms software gets the fmx files.
Changing the resource file is not something you want to do on a regular basis.

Similar Messages

  • When I tap on the to line to add an address sometimes people's names come up that I don't have as contacts.  How can I change this setting?

    When I tap on the to line to add an address sometimes people's names come up that I don't have as contacts.  How can I change this setting?

    The only way that I know currently know of to remove old or incorrect email addresses from the Mail app is to reset the iPad back to factory defaults, which I assume that you don't want to to. You could try leaving feedback for Apple and maybe one day we'll day be able to edit them : http://www.apple.com/feedback/ipad.html#ipad

  • Dear Friends...... I have an ipad 2 32gb with wifi and 3g enabled sim..... i bought it second hand .... and now if am going to download any games it is showing me an email id and asking for its password... please guide me how can i change this setting

    Dear Friends...... I have an ipad 2 32gb with wifi and 3g enabled sim..... i bought it second hand .... and now if am going to download any games it is showing me an email id and asking for its password... please guide me how can i change this setting to my email id and password

    Tap on the id in Settings > Store and log out of it and then login with your id. Any content already on the iPad will be tied to the previous owner's id and it can't be copied or transferred to your id - so it's probably best to do restore the iPad back to factory defaults and start as from new with it : Settings > General > Reset > Erase All Contents And Settings

  • I am going to buy a Mac desktop and want to know how to transfer all my purchases and uploaded music from my PC. How can I do this to ensure all videos and music transfer over and not just purchases?

    I am going to buy a Mac desktop and want to know how to transfer all my purchases and uploaded music from my PC. I originally started using iTunes on my PC so it has everything I have ever purchased or uploaded from my own collection of music.
    How can I do this to ensure all videos and music transfer over and not just purchases? Do they do it at the Apple Store or at Best Buy? help!

    Move iTunes Library from PC to MAC
    http://www.macworld.com/article/146958/2010/03/move_itunes_windows_mac.html
    Also, See here if you need to...  iTunes to an External Drive
    http://support.apple.com/kb/HT1751

  • I need to back up and sync multiple iPhones to a single iMac.  Each iPhone has a separate Apple ID and the data from each iPhone needs to be backed up separately from the others.  How can I do this without getting all of the contacts, etc. mixed? Tnx

    I need to back up and sync multiple iPhones to a single iMac.  Each iPhone has a separate Apple ID and the data from each iPhone needs to be backed up separately from the others.  How can I do this without getting all of the contacts, etc. mixed? Tnx

    This might help: http://support.apple.com/kb/HT1495.

  • I've been using my mom's iTunes account for years but now I want to switch to another account. How can I do this without losing all of my pictures, music, and apps?

    I've been using my mom's iTunes account for years but now I want to switch to another account. How can I do this without losing all of my pictures, music, and apps?

    Follow the steps in wjosten's post here: https://discussions.apple.com/message/13356770#13356770 (for Windows, substitute Outlook in step 2).

  • I backed up files onto an external hard rive form my old PC. Now I want to retrieve the files to put on my mac but it is telling me to format it to Mac. How can I do this without erasing all of the data on my hard drive?

    I backed up files onto an external hard rive form my old PC. Now I want to retrieve the files to put on my mac but it is telling me to format it to Mac. How can I do this without erasing all of the data on my hard drive?

    Your drive was used with a PC and formatted NTFS which is proprietary Microsoft format.
    You need to install a third party program that will read the NTFS format.
    There is various software from PARAGON, Tuxera and NTFS-3G
    When you get the data off and have verified it to be good, reformat the drive either HFS+ for Mac use only, or for Mac and PC use then MSDOS (FAT32) for under 4GB files (best) or exFAT (for larger than 4GB files) is proprietary and Microsoft is appling for a patent, which would likely mean OS X won't be allowed to read it anymore without a licensing fee and you'l have to pay another third party software company to read the format, just like NTFS is.
    The less you have to rely upon third party sources to read your drives the better, this way if you have a issue and need to read the drive on another machine you don't need the software, and a internet connection and a credit card and...and...and...

  • HT4113 I forgot my restrictions pass code how can I fix this without losing all my other stuff?

    I forgot my restrictions passcode how can I fix this without losing all my other stuff

    Forgotten RESTRICTIONS Passcode
    - Place the iOS device in Recovery Mode and restore via iTunes. For how to restore: iTunes: Restoring iOS software
    You have to either:
    - Restore from a backup that was make before you added the Restrictions passcode. If you restore from a backup made with the Restrictions passcode the Restrictions passcode is also restored.
    - Restore to factory settings/new iPod
    You can redownload most iTunes purchases by:
      Downloading past purchases from the App Store, iBookstore, and iTunes Store
    - You can get some photos back if you used PhotoStream then try getting them from your PhotoStream. See that topic of:
    iOS: Importing personal photos and videos from iOS devices to your computer
    - You can likely get some data from the restored iPod via How to perform iPad recovery for photos, videos
    Wondershare Dr.Fone for iOS: iPhone Data Recovery - Wondershare Official     
    http://www.amacsoft.com/ipod-data-recovery.html
    iPod recovery software to restore lost music files      
    -iPod touch Deleted Photo Recovery Tips You Should Know

  • How can i rewrite this code into java?

    How can i rewrite this code into a java that has a return value?
    this code is written in vb6
    Private Function IsOdd(pintNumberIn) As Boolean
        If (pintNumberIn Mod 2) = 0 Then
            IsOdd = False
        Else
            IsOdd = True
        End If
    End Function   
    Private Sub cmdTryIt_Click()
              Dim intNumIn  As Integer
              Dim blnNumIsOdd     As Boolean
              intNumIn = Val(InputBox("Enter a number:", "IsOdd Test"))
              blnNumIsOdd = IsOdd(intNumIn)
              If blnNumIsOdd Then
           Print "The number that you entered is odd."
        Else
           Print "The number that you entered is not odd."
        End If
    End Sub

    873221 wrote:
    I'm sorry I'am New to Java.Are you new to communication? You don't have to know anything at all about Java to know that "I have an error," doesn't say anything useful.
    I'm just trying to get you to think about what your post actually says, and what others will take from it.
    what does this error mean? what code should i replace and add? thanks for all response
    C:\EvenOdd.java:31: isOdd(int) in EvenOdd cannot be applied to ()
    isOdd()=true;
    ^
    C:\EvenOdd.java:35: isOdd(int) in EvenOdd cannot be applied to ()
    isOdd()=false;
    ^
    2 errors
    Telling you "what code to change it to" will not help you at all. You need to learn Java, read the error message, and think about what it says.
    It's telling you exactly what is wrong. At line 31 of EvenOdd.java, you're calling isOdd(), with no arguments, but the isOdd() method requires an int argument. If you stop ant think about it, that should make perfect sense. How can you ask "is it odd?" without specifying what "it" is?
    So what is this all about? Is this homework? You googled for even odd, found a solution in some other language, and now you're just trying to translate it to Java rather than actually learning Java well enough to simply write this trivial code yourself?

  • How can i get this set up to work? PLEASE HELP

    Ok so right now i have a airport express, and i bought a xbox 360. I want a wired connection for my xbox 360, so the guy at bestbuy said to buy a dlink EBR-2310 switch so i would still have a wireless connection for all the laptops, phone, etc in my house, and still get a wired connection for my xbox from the switch.
    How can i make this setup work?
    Modem -> Dlink EBR-2310 Switch -> Airport Express
    I tryed connecting it all but i cant load a single web page on anything connected to the airport express which is a big problem. PLEASE HELP I CANT RETURN THE SWITCH, THANKS.
    btw i would connect the xbox through ethernet from the switch.

    Unfortunately the advice you got was not correct. The issue is that the modem is only expecting a single device to be connected to it. By connecting a Ethernet switch directly to the modem, the modem will provide an IP address to the first device it "finds." That means all other devices will not gain access.
    What you needed to connect to the modem was a router with a built-in Ethernet switch, like the AirPort Extreme or similar router.

  • When i plug my iphone 4s into my computer and connect to itunes to download more music to my phone, it says my phone cant be recognized and to restore to factory setting. how can i do this without losing all of my contacts and music and everything?

    please help! when i plug my iphone 4s into itunes, it tells me it cant sync and to restore it back to factory settings. how do i do this without losing all of my contact list, music i purchased on my phone, and all the other data and pics? i do have i cloud that recently backed up, but does i cloud back up my contacts to?

    i have icloud but does that backup everything thats on my phone currently? even music that i have purchased on my phone thats is on my itunes? pic, contacts, apps?

  • I have 8mm family footage now on a DVD how can I import this material into imovie

    Can anyone help I have old 8mm footage of the family which is now on a DVD how can I import this onto imovie?

    You need to convert the DVD .VOB files. This can be done with Apps like Handbrake or I prefer MPEG Steamclip.
    Basically what you do is insert the DVD into the drive. If DVD Player opens, quit the player. Then double click the DVD on the desktop. There you will find a folder called Video_TS. The .VOB files are there. You do not need the Audio_TS files or Folder.  So what ever App you use, point them to that Folder and convert them to highest quality conversion.
    One thing to point out though about MPEG Streamclip, you need to have Quicktime 7 installed and additionally you need a file called QuickTime MPEG-2 Playback Component. Make sure you read about it at the Squared 5 website under "Requirements". It may sound like alot of work, but once you set it up MPEG Streamclips works nice.
    Hope that gets you started.
    Additionally, if you have another machine around with Leopard or earlier, you may already have the MPEG-2 Playback Component. It would be located in /Library/Quicktime folder.

  • Ive had my iphone 3 for 3 months,I have not connected my phone to upload from the computer yet,soemone told me I will loose everything in my phone.How can I do this without loosing all my stuff?

    I have had my iphone 3gs for 3 mths., I have not connected it to my computer to creat a apple id and upload, somebody told me u have to do this right when u get your phone or you will loose everything in your phone. I don't want to loose all my #'s, pictures,texts,etc.
    How can I do this without loosing everything?
    Thanks

    They told you incorrectly, although it is not a good idea to rely on the device as a single point of storage.
    You must have an Apple ID to purchase content via iTunes, simply log in with that ID in iTunes.  Then connect the device and sync it.  For detailed instructions, read the manual which is available online or on the device.

  • I just bought a new mac. I have Acrobat pro on my windows PC. How can I reinstall this program into my new mac?

    I just bought a new mac. I currently have acrobat pro X on my Windows pc that I don't intend to use any more. How can I reinstall this into my mac?

    Hi George,
    Platform swap is available only for currently shipping version products( in this case Acrobat 11)
    Please check Adobe's Platform swap policy at: Order product | Platform, language swap
    Regards,
    Rave

  • How can I export this pdf into a readable word?

    Dear all,
    I am trying to export the following pdf document into a word document :
    However, here is what I get: Db bte earf>eltung ber rf enntniff e, bie aum mernunf tgef d)de g ören, ben fid)eren @ang einer iff enfd)a gee ober nid)t, baß läßt fid) f>alb au bem @rfolg beurteilen. etc.
    Instead of: Ob die Bearbeitung der Erkenntnisse, die zum Vernunftgeschäft gehören, etc…
    Does anyone know how I could solve this issue?
    Thank you very much in advance,
    Pierre

    Have you started with a scanned document and then trying to go to DOCX. If so, you may have OCR set on the document before the export and it may be that the OCR can not recognize the fonts. However, the recognition appears to be based on typical block characters and I might interpret them the same way. You can try to change the primary language to German in the OCR, but that will likely not do the job. I suspect what you need is something that recognized old-German as this document appears to be (if I got the language wrong, I apologize). I am not sure Acrobat is up to the task on the type style, but is comparing to standard block characters. Some of the dedicated OCR packages might be able to do a better job.

Maybe you are looking for

  • Replacing a JLabel

    Hello I�ve got a problem with replacing a JLabel. I know it�s unusual to replace a JLabel, but I�ve got a class interpreting internal Error-Codes into �userfriendly messages�. And not only the Text is changing but also the background- and foreground-

  • Cannot access web page anymore

    I can no longer access my banks web page anymore.  I was able to get to the page and sign in up to a few days ago. When I try to get to the page I get a message that says "Safari can't open the page "https://www.essabank.com/index.cfm?" because the s

  • How t o do this

    i want to send mail in silverlight project. but get this: You can not sending mail, not can add a references: System.Net.Mail

  • I am trying to set up email on new ipad and get msg yahoo!Server Unavailable Please try again later. Any suggestions please?

    I just bought an Ipad 2 and have been trying to set up my yahoo email. I continually get the msg, Yahoo! Server Unavailable Please try again later. I am not real savvy with this stuff so I need an answer I can understand, please... Thanks for any hel

  • Stuck in the mud

    I cannot find my sim serial number at all! What do I do?! Help me please