Windows code for Ctrl+Q in Oracle Terminal

Hello!
We use Forms6i and Windows 95 OS and
in our forms people usually use CapsLock
to type info in upper case and some times
they can't use Exit button (Ctrl+q) because of this. That is why we would like to create
another one Key Binding Definition in Oracle Terminal with Action "Exit" and Binding
"Contol+Q". Did anybody try to define repeated Actions? Is it possible? And,
actually, the main quesion is - where can we
find windows codes for different combinations of keys?
Any help will be greatly appreciated!
Thank you in advance,
Andrew.

Andrew,
You don't need any window codes to do this.
Just do the following:
a) run Oracle Terminal (you'll have to do a Custom Install if you don't have it installed.
b) open %ORACLE_HOME%\forms60\fmrusw.res
c) Choose Functions->Edit Keys.
d) Doubleclick the "Runform" circle.
e) Click in the "Exit" line.
f) Click the "Duplicate Row" button.
g) Change Control+q to Control+Q.
h) Ok, OK, Functions->Generate.
i) File->Save, File->Exit.
And if you were running Forms6i on the Web, it would be much simpler (the res file for Web is an ascii file).
Hope this helps,
Pedro

Similar Messages

  • Urgent ! Code for Displaying Image from Oracle BLOB image on VB Form

    Hi Plz any one have any work to showing a Picuture on Visual Basic Form, i Save the Picure in table and its column type is BLOB where i save picture, now i want to show it on VB form. if anybody knows plz tell me. and if image not found then how can i handle in nvl(field,' ') function.

    Refer VB sample on Passing LOB parameters to a stored procedure. It shows how to display and insert the image from VB form to an Oracle Database in a BLOB column.
    http://otn.oracle.com/sample_code/tech/windows/ole_db/oledb8/content.html
    Chandar

  • HTML Code for Smart Link Edit and Logout items

    I am using an HTML template and would like to include the Smart Link Edit and Logout items in a TABLE. How do I do this?
    Is there a way to get the code for these Smart Links (ORACLE tags) and include them?

    According to Oracle Metalink "Note:368720.1 - When ILS is Enabled the Edit Smartlink is visible to Users that are not entitled to see it", that is the expected behavior whether you are using the "edit" substitution tags or the "edit" smartlink on a page when the page has item-level access enabled. I don't like it but I can understand why that is the behavior since an end user may have access to manage/edit just one item on a page or just one tabbed region on a page and they need a way to put the page into edit mode in order to edit their item(s). If a user has nothing to edit on a page, then they won't be able to do anything in edit mode anyway.
    On the employee portal I work on, there is the possibility that every page may have a different set of users/groups that need to edit items/regions on the page AND the edit smartlink is published on the portal page template so basically, all employees can see the Edit link but if they click on it, only those employees that have items/regions to edit/manage will be able to really do anything while in edit mode.
    However, on the customer portal I work on, there is only one group that manages content site-wide so I was able to publish the Edit smartlink on the portal page template and change its access to the one group that manages content so they're the only ones that can see the Edit link on every page.
    The substitution tags for Logout are #PORTAL.LOGOUT.URL# and #PORTAL.LOGOUT.LABEL# (I use those so I can control the html & css) or just #PORTAL.LOGOUT# (which does both the label and url). The list of all substitution tags is available in Oracle Application Server Portal Help.

  • Code for "not like"

    Hi,
    What is the code for "Not Like" in Oracle? For Example, I want to find out records that does not contain the charactor "RT".
    Thanks.
    Jun

    select column_name from table_name
    where column_name not like '%RT%';
    Hope this solves your problem.

  • Oracle*Terminal configuration problem for Web deployment

    Hello everyone!
    I am a novice in using Oracle Forms 6i. I installed a Forms 6i Developer and Server at Windows 2000, the same machine where 8.1.6 Server is running (of cource I installed DB server and Developer in different Oracle_Home's).
    Everything seems to be going well while trying "Client-Server" model. But I can not suceed in deploying forms to the Web. For example when I try "Run a form on the Web" standard option, after I try to run a standard test form (test.fmx), I get another Browser (IE5) window opened, then an applet loads and after that I get a Java-form inside of IE5 window with red bell picture and an error message: "Error while opening Oracle*Terminal file fmrweb."
    Can anyone help me with an advise what to do in such situation?
    Thank you in advance
    Alexander Ilin

    I can't answer the specific problem about the test, but the resource file is set up as follows:
    The html file that invokes the Forms applet has a server argument showing where the terminal key-mapping file is stored on your forms server. In your case it appears to be looking for fmrweb.res and can't find it.
    Take a look at the html and find the path it is using to look for it (I think you'll find this in the ServerArgs parameter). Then make sure the file is there on your Windows 2000 server.
    If it isn't there, do a search for it in the server's Oracle_home directory, and then copy it to the directory where it is expecting it. Along with fmrweb.res, you can also use fmrpcweb.res - just replace fmrweb.res in your html file.
    Hope that helps.

  • Need sample source code for calling stored procedure in Oracle

    Hi.
    I try to call stored procedure in oracle using JCA JDBC.
    Anybody have sample source code for that ?
    Regards, Arnold.

    Thank you very much for a very quick reply. It worked, but I have an extended problem for which I would like to have a solution. Thank you very much in advance for your help. The problem is described below.
    I have the Procedure defined as below in the SFCS1 package body
    Procedure Company_Selection(O_Cursor IN OUT T_Cursor)
    BEGIN
    Open O_Cursor FOR
    SELECT CompanyId, CompanyName
    FROM Company
    WHERE CompanyProvince IN ('AL','AK');
    END Company_Selection;
    In the Oracle Forms, I have a datablock based on the above stored procedure. When I execute the form and from the menu if I click on Execute Query the data block gets filled up with data (The datablock is configured to display 10 items as a tabular form).
    At this point in time, I want to automate the process of displaying the data, hence I created a button and from there I want to call this stored procedure. So, in the button trigger I have the following statements
    DECLARE
    A SFCS1.T_Cursor;
    BEGIN
    SFCS1.Company_Selection(A);
    go_Block ('Block36');
    The cursor goes to the corresponding block, but does not display any data. Can you tell me how to get the data displayed. In the future versions, I'm planning to put variables in the WHERE clause.

  • Source code for window explorer in JTree

    I am a JAVA learner and want to display the drives as the root node in the tree structure.
    i am not able to add window explorer in the tree structure as root. . i want sample program for doing as follows. I want a tree structure something like:
    - My Computer
    |_
    + Drive 1 (C: )
    + Drive 2 (E: )
    + Drive 3 (E: )
    can any one suggest me the code for adding different drives as unexpanded root node as above
    thanx in advance.

    Hi neha,
    If you post this in Swing forum, you may get a solution.
    http://forum.java.sun.com/forum.jspa?forumID=57

  • I need the code for creating popup windows and code for open and close

    I can write the code for creating popup window , i am getting problem while trying to open and closing that popup windows.
    Can anybody help me in that pls ?
    Regards
    Sreeni.

    Hi
    For pop up window
    IWDWindowInfo windowInfo = (IWDWindowInfo)wdComponentAPI.getComponentInfo().findInWindows("PopWin");
    IWDWindow window = wdComponentAPI.getWindowManager().createModalWindow(windowInfo);
    window.setWindowPosition (300, 150);
    window.show();
    wdContext.currentYourNodeElement().setPopupAttribute(window);
    For closing window code
    IWDWindow window = wdContext.currentYourNodeElement().getPopupAttribute();
    window.hide();
    window.destroyInstance();
    For more infornation refer this link
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20d2def3-f0ec-2a10-6b80-877a71eccb68&overridelayout=true
    This link is very useful for you.
    Regards
    Ruturaj
    Edited by: Ruturaj Inamdar on Aug 13, 2009 9:10 AM

  • Hard drive died.  Need to reinstall on new laptop with windows 7 64 bit system,  Need to get activation code for CS3 Web Premium.

    Hard drive died.  Cannot uninstall CS3 to remove copy registration. Need to reinstall on new laptop with windows 7 64 bit system,  Need to get activation code for CS3 Web Premium.

    Thank you Bob.
    Just to clarify - in terms of backing up one set of these, would that just be so I had it on disk and didn't need to re-download from Adobe if the installation got corrupted somehow?  Or do I need a backup for some other reason?
    Thanks

  • How to get full source code for Oracle ADF?

    Hi,
    I 'm referring to the following URL http://download-west.oracle.com/docs/html/B25947_01/intro003.htm and it has mentioned that full source for Oracle ADF is available :
    "Full source for Oracle ADF is available to supported customers through Oracle Worldwide Support. The full source code for the framework can be an important tool to assisting you in diagnosing problems and in correctly extending the base framework functionality for your needs."
    Does anyone know how to obtain such information from Oracle support? Is this from metalink

    One possible snag in the process is that you will have some legal paperwork to sign. Depending on your company's policies, this could pose a problem.
    Erik

  • Where to download and how to install X Window System for Oracle Linux 5 ?

    Folks,
    Hello. I am using Oracle Linux 5 and Oracle Database 11g for PIA.
    Before install Oracle DB 11g into Oracle Linux 5, we need to install X Window System according to the document page 2 http://download.oracle.com/docs/cd/B28359_01/install.111/b32285.pdf
    But I don't know where to download and how to install X Window System for Oracle Linux 5.
    Can any folk provide a link to download X Window System and tutorial to install it for Oracle Linux 5 ?

    You can address the problem in a number of different ways.
    You can install X-windows from the installation DVD or setup access to the Oracle public software repository as described in http://public-yum.oracle.com. In which case, the command to install X-windows is: yum groupinstall "X Window System"
    Or, you login remotely and and use SSH with X-forwarding, in which case the software on the server will use the X-Windows server on your client system. This is probably the preferred way since you do not have X-windows installed on the server. For more details about SSH forwarding and howto, please see Install Oracle 11gR2 on Ubuntu Linux 11.04 (64-bit) Howto part 2 Oracle Universal Installer.

  • Oracle forms 10g 32bit with Oracle 10g database on windows itanium for x64

    Hi.....
    Currently we are planning to have this configuration
    1. Oracle10g RAC on HP rx6600 with windows itanium for x64 architecture
    2. Oracle Application Server (32-bit) on windows 2003 (forms & reports services)
    3. Application migrated from 6i to 10g
    I have to things to ask about?
    1.Will it be ok to connect from an application compiled with _(32-bit)_ 10g forms to a x64_ platform without problems ?
    2. Can we connect forms and reports of developer 6i +(32-bit)+ to 10g RAC on x64_ platform if the character set is not UTF8 ?

    1.Will it be ok to connect from an application compiled with (32-bit) 10g forms to a x64 platform without problems ?I did this also. A 32bit Oracle Form(10gR2) on Linux and a 64 bit (10gR2) database. And this works without a problem. Since you didn't mentioned your versions I would suggest you look for your combination if it is certified combination.
    2. Can we connect forms and reports of developer 6i (32-bit) to 10g RAC on x64 platform if the character set is not UTF8 ?I don't know if the combination is certified. But regarding your character set, you have a character set setting (NLS_LANG, DEVELOPER_LANG, etc.. ) for your developer 6i, your database has it's own character set. Depending on those setting a conversion of the character set will take place between your developer 6i and the database, when you get and put data to the database. But like I said I don't know if developer 6i and 10g is still a supported combination.

  • Can we generate code for Oracle 10g Release2

    hi,
    We have ODM Java Code Generator for model build using Oracle 10g Release1. Do we have ODM Code genrator for model build on Oracle10g Release2 using Oracle Data Miner 10.2. What version of JDeveloper will be required.

    Hi,
    We will be releasing a code generator in the early Summer.
    Instead of Java though, we will be generating PL/SQL packages.
    You will still be able to invoke the package via JDBC so it does not exclude Java integration.
    You will be able to generate the code from either JDeveloper (current release), SQLDeveloper or ODMr.
    More info on this as we get closer to our release.
    Thanks, Mark

  • Provide code for desplay radio button in POP UP window(REUSE_ALV_POP

    Dear Experts,
    I m using Function module REUSE_ALV_POPUP_TO_SELECT . I can use check box but radio button is required.  How to declared that radio button in  main Program and  I need radio button on POPUP window also along with other fields. That radio button should not display on my main selection screen, Radio Button should be display on POPUP window only .
    Pl provide me code for .....
    Thanks & Regards,
    Swapnika
    Edited by: swapnika on Nov 28, 2011 8:09 AM

    Hi,
    Using radio button for single selection.
    You can double click at  the line for the single selection instead of radio button by leaving I_CHECKBOX_FIELDNAME blank.
    Hope this help.
    Tiwa N.

  • Missing windows service for Oracle Enterprise manager

    I have installed Oracle database 10G R1 (without seed database), and applied patchset 10.1.0.4. I have used the DBCA to create a database instance, which was created successfully (see note1).
    However the windows service for the OEM DBconsole has not been created. I have tried to lookup the manuals how I can manually create this, but with no success. Please can somebody point out the correct procedure?
    Best regards,
    Jesmond
    Note1:
    If using DBCA the optional example schema are selected and saved to scripts, the calling script <ORACLE_SID>.sql must be amended to move the line below to the last entry:
    @E:\oracle\product\10.1.0\admin\ebuscon\scripts\sampleSchema.sql
    This is due to the fact that the sample schema script has an "EXIT" statement which will cause the creation script to terminate prematurely.

    I think you have a similar problem as described in
    Problem starting EM 10g
    emca did not run, on Windows it also creates the corresponding service.

Maybe you are looking for