can I call specific window canvas

Dear Sirs,
can I call specific window canvas
I use forms 6i
is there a command such as show_window, but for the Web.
Thanks in advance
Yasser

for window

show_window ('mywindow');

for canvas

show_view ('mycanvas');

Make sure that navigable elements exist on your canvas

Tags: Oracle Development

Similar Questions

  • How can I fix the audio distortion when you make a video call using Windows Live Messenger

    When you make a video call using Windows Live Messenger I get audio distortion. How can I solve this problem

    Hello WayneMarkham,

    The best place to ask your question of Windows Live is inside Windows Live help forums. Experts specialize in all things, Windows Live, and would be delighted to help you with your questions. Please choose a product below to be redirected to the appropriate community:

    Windows Live Mail

    Windows Live Hotmail

    Windows Live Messenger

    Looking for a different product to Windows Live? Visit the home page Windows Live Help for the complete list of Windows Live forums to www.windowslivehelp.com.

  • Can I downgrade to Windows 7 on Vaio E series 11, specifically SVE11135CXW. I don't see the drivers

    Can I downgrade to Windows 7 on Vaio E series 11, specifically SVE11135CXW.  I don't see the drivers on the download page.  I'm a member of faculty who would like this laptop, but hate the idea of Winows 8.

    Thank you!

    Hello

    SVE11135CXW comes with Windows 8. Drivers for Windows 7 are not available for download. If you wish you can downgrade to Windows 7, but many features may not work in the absence of compatible drivers. The generic drivers of the operating system are installed automatically.

    You can also consult the following link:

    http://www.KB.Sony.com/selfservice/documentLink.do?externalId=C1017756

    Make sure that you create the recovery disks.

  • Why can't I make a video call in Windows Live Messenger?

    My wife is in Michigan by visiting his grandchildren.  She has a laptop with Windows 7.  I tried to send a video call in Windows Live Messenger, but the 'video' is not highlighted in the toolbar.  Why?   What should I do to activate my ability to invite her to a video call.

    Hello
    The question you have posted is related to windows live messenger and would be better suited to the community of windows live. Please visit the link below to find a community that will provide the support you want.

    http://windowslivehelp.com/product.aspx?ProductID=2

  • Half of the Windows product key is very difficult to read. Can I call Microsoft to change my product for free key

    One of the computer in our office could not start. After all troubleshooting - I ended up doing the reinstallation of the OS - but the thumbnail of my product key at the bottom of the laptop is so blurry. Can I call Microsoft and get the free product key exchange?

    No, they will not offer it. How can they prove that you are entitled to it?

    Recovery plant, using the partition HD or the manufacturer disks you generated when you 1st got the laptop do not require a key, because it's built. Some manufacturers may provide this disk set at a cost.

    Very rarely the manufacturers will be keeping a record of the key that they provided with the laptop and that provide a proof of purchase.

  • Average channel on a specific window

    Looking to find the way to a specific window of a channel. I need it to be something that can be plugged into a loop, because I'll be caclulating on all channels (150 +). Using the block function stat Gets a little bit hairy if you try to put in a loop.

    This is my current code, I would use the average 98001-100001, store in R4 variable points, then connect a free move to shift.

    Dim iLoopOG, iLoopO, R4
    ILoopOG = 1 to GroupCount
    ILoopO = 2-GroupChnCount (iLoopOG)
    R4 = * looking for a line here to calculate the average window *.
    Call ChnOffset ("[" & iLoopOG & "] / [" & iLoopO & "]","[" & iLoopOG & "] / [" & iLoopO & "" '] ", - R4,"free shift")
    Next
    Next

    Hello Tamer,

    This will make the statistics part of selection a bit shorter:

    I have Sun
    For i = 1 to 23
    StatSel (i) = 'No '.
    Next
    StatSel (6) = 'Yes '.
    StatResChn = 0
    StatClipCopy = 0

    Call StatBlockCalc ("Channel", "98001-100001", "" [1] / [2]'-' [1] / ["& GroupChnCount (1) &"]'")

    Other variables should not be necessary, because they are dependent on the StatResChn and StatClipCopy is true, that they shouldn't be in your use case.

    Hope that helps a little,

    Otmar

  • panels and multithreading - what features can I call from another thread.

    I am writing a program (Windows XP, LabWindows/CVI 2010) that has several threads. The main thread generates and manages most of the panels, but not all. Is there a list of what control panel functions are thread-safe and which are not? Reading the help file and the different positions, the functions of set value are safe; game-attribute functions are NOT. (I found that calling (SetPanelAttribute) with ATTR_TITLE will be locked permanently a program!). What about calliing a command callback function? (Via the CallCntrlCallback() function). It seems to work very well so far, but I can't find anything definitive.

    I do a lot of multi-thread applications, so I have a few ideas for you.  Unfortunately, I have not tried to do many of the changes of attributes specific threads lower panel.

    I'm very careful about how I handle the wire "solidity", dealing with the variables in an asynchronous way, as much as possible, to avoid the use of blocking and incorrect values of the variables.

    But there are certainly many things simply cannot make you the son of the daughter.  Things like question popups and launch other threads cannot be done simply.  As long as you understand that the best place to do something is in the main thread, and then a girl thread can use PostDeferredCall (...), do something in the main thread

    In the thread of your daughter, you can insert this call:

    PostDeferredCall (launchNewThread, 0);

    And then this call performs this function in the main thread:
    void CVICALLBACK launchNewThread(void *callbackData)

    {
    CmtScheduleThreadPoolFunction (threadPoolHandle, NewThread, NULL, NULL);
    }

    Or you can insert calls from parameter of the attribute panel inside the function above, I suppose, to safely run in the main thread.

    Hoe, that helps...

    -Gary

  • Can u close a window of MS Internet Explorer of the Interior of a shape of Oracle?

    We have a requirement like this:

    (1) the formula is 10 g Release 2.
    (2) forms of our application (i.e. the Menu) opens a .net web application using WEB. SHOW_DOCUMENT.
    (3) the .NET application opens in an Internet Explorer window.
    (4) now, if you leave the Oracle Menu, then it must also close the .NET application by closing the browser.

    Can we use WEB_UTIL? If yes how can you kill the Explorer window? How do we identify (i.e. manage) the window MS IE?

    Don't know if it works, but you can name your browser window .NET; for example

    web.show_document('http://path_to_your_app', 'dotnet_app');
    

    and then, when you want to close it do refers to the browser window and open the url in your browser .NET window and the window _self:

    web.show_document('close_url', 'dotnet_app');
    web.show_document('close_url', '_self');
    

    EDIT: just tried I opened a window named with a certain URL, then I used another call of web.show_document to change the URL of that specific window. The location of my specific window changed as it was supposed to, then it should work

    EDIT #2: Just saw (2): this must be due to your .NET application, no forms. If I for example opens google with web.show_document and you close the tab window browser containing google my application forms is always there, so you could take a look what did your .NET application, when it is closed.

    see you soon

    Published by: christian erlinger on 18.03.2011 03:59

    Published by: christian erlinger on 18.03.2011 04:03

  • Can I use the Windows Vista I had with my Toshiba laptop on virtual machine?

    Hey all

    I have changed Microsoft for Macintosh, but installed on a virtual machine (oracle vm virtual machine) my Windows Vista I got with my Toshiba Satellite A350D Notebook previous. I installed Vista with the recovery disk. Now he asks me the Windows Vista product key. The sticker on the back of my laptop is more readable. I run the Belarc Advisor to get the product key in this way. But right now, he said: "it's the product key installed at the factory by the manufacturer rather than yours. You can change this to your product key here for Windows http://go.microsoft.com/fwlink/?LinkId=45668"

    My question: am I not allowed to use windows vista legally, I had with my computer toshiba laptop on other devices? I won't use the Thoshiba laptop. Do I have to delete the record from the Thoshiba laptop? Where can I get a new product key?

    Maybe someone can help me here. Thank you in advance for taking your time to read this.

    Betty

    Recovery disk or recovery image is designed for some cell phone only and is not a kind of universal image that can be used on other devices. It comes with the laptop.

    You can use the Microsoft Windows disk with valid license on each device. Recovery image is not only BONES. This is the package that contains the drivers and tools specific to Toshiba and utilities.
    As you also know recovery image when you install it on your laptop must be turned on not so the license code downstairs just proves you have purchased a valid license with your laptop.
    > Should I remove the record of the Toshiba laptop?
    Not why do this?
    > Where can I get a new product key?
    You cannot get it because you need when you use the recovery image on your Satellite A300D. I think even you will hear of Toshiba.

  • What do you call this window?

    Safari is not well fonctionnee this morning. After a few reboots, flushes the cache and choice swear words that my original problem has evaporated. But it does not lead to my current question: what we call this window?

    A few minutes ago, it was not showing the list of Favorites and I had no idea how to do to troubleshoot it. That's when I realized that I don't know what we call this window. I * know is not a Finder window, since it opens during registration or downloading a file in Safari and not when I'm in the operating system.

    Any help?

    Post edited by: iPhD

    iPhD,

    It's a window "save under...". ». It will be available from any application that has a capacity of "save under...". ».

    Your screenshot shows that it does not display properly. If you choose a different 'View' icon, it can correct the appearance:

  • How can I install new windows on NB200-10z without a CD player?

    Hello

    I have a mini computer "Toshiba nb200-10z" and is no more startup.
    I would like to make a recovery, but it does not work.

    I know there's a shortcut like press 0 when the laptop starts.
    With this shortcut, you can start the recovery in order to reset the software.
    But when I press the 0 button it gives me an error.

    So I think that the recovery disk/partition is lost.
    How can I install new windows on this minilaptopUri without a CD player?

    Hello

    Try this procedure:

    How to recover a Toshiba notebook with the HDD recovery procedure
    http://APS2.toshiba-tro.de/KB0/HTD1303440001R01.htm

    If this does not work, you can try to install Windows 7 with USB flash memory key.
    There is a nice tool from Microsoft called Windows 7 USB/DVD Download Tool
    http://www.microsoftstore.com/store/msstore/HTML/pbPage.Help_Win7_usbdvd_dwnTool

    You will be able to download (you will pay for the iso file) an iso file and would be able to create a bootable USB key.

    Here's a nice instruction how to install Windows 7 on USB
    http://www.intowindows.com/how-to-install-Windows-7vista-from-USB-drive-detailed-100-working-Guide/
    but in this case you need a new installation of Windows 7 DVD
    ?

  • pavilion23 f213w: what can be upgraded to windows 10

    My office was upgraded to Windows 10 a week after microsoft launch Windows 10 about a month later everything was running smoothly until a new browser pop up on the page of the browser edge that was not protected. I had a lot of problems with it, so to get rid of him, I had to do a system recovery. After having done that, I still had this nagging browser. I had to do a factory reset back to windows 8. After that my computer was back to how I bought it, any good browser disappeared. I had all of my wagers to 8.1 windows home and day but it won't allow me to upgrade to windows 10, funny, I contacted microsoft support and they said that my always need pavilion23 hp model and update my computer hp could move to windows10 .so will be when this update come out it is 2 days because I see this timer countdown on the hp homepage? Also, my other screen Pavilion touchscreen hp in my room already has a Windows 10 upgrade and is works really well, this computer got the upgrade at the same time my salon Pavilion got the upgrade thing was this computer should be the restoration of the plant and must wait for the update of hp , this is what confuses me, why is - this two my Windows 10 upgrade with hp pdate got computers and now restored must wait for the update? Please help me with this. Also how can I connected my computer to my samsung 60 inch TV there at - it a specific cable, I need to buy for this? Thank you Clara

    Hi there @maxmus316

    Welcome to the Forums of HP Support! It's a good place to find the help you need, so many other users, the HP experts and other members of the support staff. I understand that you are waiting for an update so that you can switch back to Windows 10.

    If it's a specific update of HP you need, it must be located and delivered by The HP Support Assistant.
    With the help of HP Support Assistant (Windows 8)

    If you haven't already done so, give it a try.

    In addition, unless you have modified a piece of hardware on your computer because you successfully upgraded to Windows 10, then you should be able to install it again, with an upgrade process or a stand-alone installation Windows 10, as your system should already be registered on the servers of Microsoft law.

    As for the connection to your Samsung TV, the main question is available ports you have available on the computer and television. Looking at the HP Pavilion TouchSmart 23 - f213w all-in-One PC product specifications

    You have the following ports:

    Ports of e/s on the left:

    Two USB 3.0 ports

    Rear i/o ports:

    1. LAN (ethernet)
  • FAQ of Windows 8: can I downgrade from Windows 8 for Windows 7?

    Updated updated post by HP to 12/11/2012 9:30 am PT time

    Question:

    Can I downgrade from Windows 8 for Windows 7?

    Answer:

    Yes, customers can downgrade to Windows 7, but Microsoft has different terms for the users and the railways downgrade rights.  HP recommends clients check with Microsoft for the conditions of their specific operating system edition.

     

    Customers who are able to choose to downgrade their products compatible HP Windows-8 for Windows 7 will remain protected by guarantees of HP products. However, HP has not tested all platforms of Windows 8 for Windows 7, and we are unable to have your special drivers available. If you choose to install another operating system (OS) and have a problem requiring support of HP, you may need to restore the original operating system to fully diagnose your problem.  Please check with HP Customer Service for any question about your specific product.

    No Message. The solution is contained in the message above.

  • How can I update my Windows XP Professional for Windows 7/Vista?

    I am running Windows XP Professional. My computer has 768,50 MB if physical memory with 538,99 MB of available space. Virtual memory is 2,00 GB, with 1.95 GB available. Can I upgrade to Windows 7 or Vista?

    Original title: I am running Windows XP Professional.

    Hello

    With Vista or Windows 7, what what Microsoft says, you really need a minimum of RAM 2GBs for them to work reasonably.

    Go to your computer / computer laptop manufacturer Web site and see if Windows 7 drivers are available for your make and model computer / laptop.

    If this is not available, Windows 7 will not properly work for you.

    Run the "Windows 7 Upgrade Advisor.

    http://www.Microsoft.com/en-US/Download/details.aspx?ID=20

    Check if your specifications are compatible for Windows 7:

    "Windows 7 system requirements"

    http://Windows.Microsoft.com/en-us/Windows7/products/system-requirements

    "Windows 7 Compatibility Center" for software and hardware:

    http://www.Microsoft.com/Windows/compatibility/Windows-7/en-us/default.aspx

    Windows 7 upgrade paths:

    http://TechNet.Microsoft.com/en-us/library/dd772579 (v = ws.10) .aspx

    «Installation and reinstallation of Windows 7»

    http://Windows.Microsoft.com/en-us/Windows7/installing-and-reinstalling-Windows-7

    See you soon.

  • How can I stop including windows xp update?

    Hi friends,

    How can I stop including windows XP update? Because I need to stop the update audio driver Conexant HD, if this update install in my laptop, then leave my audio device is stop working. Does anyone know how to block a specific update while

    by allowing automatic updates to function normally?

    Thank you and best regards,

    Celine Annem

    Updates of pilot - which you should never accept Windows Update (for XP) - are "optional" and do not install automatically.

    You can also set Windows Update to download but not install updates (until you look over and decide which ones to install) or to inform you that updates are available.  See http://support.microsoft.com/kb/306525/en-us

    And if you don't want to be constantly offered a particular optional update, simply check the box for ": hide this update" (or "don't show me this update again") - http://z8.invisionfree.com/ComputerHelp/index.php?showtopic=676

Maybe you are looking for