Advanced: Java Applet in Flash

We're trying to embed a photo gallery uploader which allows
users to browser their folders and files from within the flash
site. I know that a java applet may be the best solution and am
looking into how to access similar functionality using flash
remoting.
Can I do this natively with flash and avoid using java
altogether? Do we need JRUN? Can we use our Com Server for this?
Can someone give me more information on how to accomplish this?
Appreciate it.

Flash has a FileReference class that allows you to do uploads
and downloads via a flash front end. I am only aware of doing this
with .NET as the back end server technology. I also think that the
FileReference class may be specifically for working with .NET but I
am not sure.

Similar Messages

  • Java Applet in Flash CS4 (ActionScript 3.0)

    Hi Guys,
    I wonder if anyone can help me as I am a little confused.
    Is it possible to insert a Java Applet into Flash CS4 (ActionScript 3.0)
    Any advice is much appreciated
    Thanks

    I wouldn't swear to it, but I don't think you can "import" and run an applet internally in flash, but you can call it as an external file from flash and display/run it in an html container for example.
    Just as flash (swf) is run through FlashPlayer as the runtime environment, Applets use the Java Console as its runtime environment.

  • Java Applets in Flash CS4 (ActionScript 3.0)

    Hi Guys,
    I wonder if anyone can help me as I am a little confused.
    Is it possible to insert a Java Applet into Flash CS4 (ActionScript 3.0)
    Any advice is much appreciated
    Thanks

    Perhaps one can do it using AIR but not Flash IDE (CS4) or ActionScript.

  • Running a java applet from flash

    Hi,
    How do you run a java applet from within a Flash movie?
    Is it necessary for the user to download a java interpreter, or is there an interpreter somehow built into their browser that can run applets?

    I was wondering , I don't know too much about Flash
    I remember seeing some classes in amongst the Flash
    files when it installed , but couldn't tell you whart they
    do (at the moment , but you've got me interested)
    maybe you should rethink your strategy for building your page (and your movie) maybe build the movie around
    your applet , or preload it then replace a an area of your movie area with your applet (the way you handle rollovers).
    the advantage is you can make calls to applet methods
    from Flash as it supports Javascript.
    jus remember to set the scriptable <PARAM> to true
    Users shouldn't have to download the plug-in or JRE
    you should specify it in the OBJECT or EMBED tag so
    if they don't have it , the browser will tell them.
    of course this is going to change as Microsoft are stopping support for JAVA , users will then have to download the plug-in from Sun in order to view or use JAVA on the internet.

  • Embed applet in Flash, possible?

    Hi All
    I have a quite weird question here maybe, but if that's
    possible to embed a java applet into Flash?
    Anyone can give me a hint?
    Thanks a zillion in advance!

    Flash cannot embed a Java applet.
    You can have a Java applet sharing the same browser and have
    Flash and the Java applet communicate to the browser and thus
    communicate to each other.

  • Flash in java applet

    is there any way to use .swf in java applet?I mean a banner with flash at the top of applet.

    is there any way to use .swf in java applet?I mean a
    banner with flash at the top of applet.I am not sure if there is a way of doing it... but as far as I know it can't be done.
    However, SWF and applet can both be used as embedded objects.

  • Access Flash Player position from Java Applet

    Hallo Everybody,
    as a part of my diploma thesis, I have on a HTML Page two
    objects, one is a Flash Movie, streamed from a Flash Server, the
    other is a Java Applet. In the Java Applet I have a button "Get
    time of Movie". When the user clicks on this button, the Applet
    shoud ask the Flash Player about it's actual position (min, sec)
    and the Applet should get this information back. I think, with the
    ExternalInterface Class might it be possible, but I have no idea
    how. Could anybody help me?
    Thanks
    Beat

    Hi!
    I want to access from a java client application to an .Net WebService, can you help me with some code ???
    Thankz!

  • JAVA Applets from Adobe Flash/MS Silverlight?

    SAP has recently announced that it will no longer support
    invocation of JAVA applets directly from its "WebDynproABAP" or
    "WebDynproJava" applications. (Until recently, SAP supported an
    "iframe" UI element that could be used to run JAVA applets from
    within WebDynpro applications - soon this will be only doable in
    frames within SAP's portal via "client-side eventing".)
    However, SAP will be supporting invocation of Adobe Flash and
    MS Silverlight from within its WebDynpro Applications.
    So here's my question.
    From an SAP WebDynpro application, I want to pass parameters
    to the JAVA applet "JMol" and have it run in a separate frame.
    Since I will no longer be able to call this applet directly from
    the SAP WebDynpro application, I'm wondering if I could pass
    parameters to Adobe Flash or MS Silverlight and have Flash or
    Silverlight invoke the applet for me with the correct parameters.
    (I would still only want two frames - the one that the SAP app is
    running in and the one that the JAVA applet winds up running in.)
    Relevant links for this question are:
    https://forums.sdn.sap.com/thread.jspa?threadID=939821&tstart=0
    and its follow-up here:
    https://forums.sdn.sap.com/thread.jspa?threadID=972132&tstart=0
    Thanks for any time anyone can afford to spend considering
    this question, and for any answer(s) anyone can provide.
    David Halitsky

    This link:
    http://www.adobe.com/devnet/flash/articles/external_interface.html
    says that javascript can be called from Flash
    So is it as simple as invoking the Java applet from the
    javascript ?

  • Baseball TV Java Applet

    Hi. I'm new to java but not new to programming in general. I have a few web sites under my belt but now I want to add something to my site just for fun and I want to do it with a java applet type program. My question today is very preliminary but I like long answers. How best to go about what I will try to explain. I want to create a program that shows a baseball diamond in the middle and an area for the Home players and an area for the Visitors. These area will hold small images of baseball players. I want the website visitor to be able to watch a baseball game on TV and place the players around the diamond to keep up with the game. I want buttons for the pitcher that the user can click on for every pitch thrown (strike, foul, ball, etc...). I do not see in any tutorials that I have found as to how to save the game stats. I want to set the game up in advance and register the names of each opposing teams. When the website visitor hovers over a player I want the players name, number, position to show up on the screen somewhere. I am ready to do a lot of programming to make this look simple to the user. Should the baseball player team names be kept in an XML file? My applet will not involve any animation. It will be a simple click and drag platform so I don't think it will seam slow in anyway to the user. Also when I get the thing working for one visitor I want to make it work for a group of visitors. One visitor will take care of one player's position in the game. Each thing that happens to a hitter is recorded. I will have small hot spots on the field so the web visitor can easily click something like "stole 2nd base" or "hit a home run" or "Struck Out". Most of you get what I'm saying. I tend to overstate my case every time. I will be going through the tutorials and learning systems form this (Sun Developer Network) web site to get a handle on this project. I might best be served if someone could point me in the right direction for learning.
    Thanks, Golite.

    >
    srinivas rao wrote:
    > Hi All,
    >
    > I have 2 questions.
    > 1. I want call Java Script alert in my web dynpro applicattion. And how to call in WDA ??
    > 2. Is there any possibility of JAVA APPLET for e.g STOCK TICKER or MARQUEE in WDA ??
    >
    > Thanks in Advance.
    > Srinivas.
    1.  There is no direct access to JavaScript in WD.  The Client implementation is abstracted for several reasons - not the least of which is that your WD application can run in the browser, in the Flex Client and in the NetWeaver Business Client.  Therefore JavaScript is not always the runtime.  If you want to "throw an alert" in WD you should use the message object or produce a dialog popup.
    2.  There is no method for customers/partners to directly integrate Java Applets.  SAP does use some Java Applets within our UI elements.  The current answer if you want to do such a thing is to use the NetWeaver Portal and have two separate iViews on one Page. One iView can be in WD and the other in JSP/JSF/BSP which would allow such integration.  Very soon we will have Flash Islands however that allows the integration of Flash/Flex Components in WD and would allow customers and and partners more freedom to integrate "islands of rich functionality" directly in WD.  Next year we will extend this framework to also offer support for Microsoft Silverlight Islands.

  • Java applet funktioniert nicht

    der Druck von DHL Online Porto Marke funktioniert nicht. Woran kann das liegen? Java Applet ist in den Sicherheitseinstellungen von Safari aktiviert.
    Servus

    sig and J.C. Westin-
    I used the Adobe Flash UNinstaller, and then installed Adobe Flash Player v10.0.12.10. No improvement/it did not correct the problem. Power E*Trade Pro (a Java Applet) still won't start properly (since Apple Software Update installed Java Release 7).
    I even did all the Repair Permissions steps before and after Flash UNinstal/reinstall (suggested by J.C. Westin; even though they did seem somewhat excessive; Note: all permissions were set properly before installing; Permissions DID need repair AFTER installing Flash; guess that Adobe doesn't get the permissions right in it's own installer!).
    To be honest, I did not really place much hope in solving the problem via an update to a BETA version of Flash. The problem occurred when I updated Java (per Apple's Software Update), not when doing anything with Flash. More to the point, I don't believe the Java applet that's having problems now uses Flash at all. Placing hope in a Flash BETA seemed to me like being told to replace my brake fluid after complaining the engine wasn't running.
    I'm (still) looking for a (non-draconian) way of reverting back to Java Release 6. Someone has to have some steps for trashing specific files/binaries to Remove Java Release 7, then installing the full Java Release 6 anew. Please? Anyone? Trashing the entire OS then performing a clean install is a huge amount of work. I just need to trash Java Release 7.
    Thanks in advance to anyone who can help here.

  • No Sound in Java Applets

    I recently installed Arch, switching from Ubuntu,and so far pretty much everything is going as expected.  The one issue I have at the moment is a lack of any sound whatsoever in Java applets.  Sound works in all other contexts, including flash, perfectly.  I am using the sun java implementation, and alsa as my sound server.  Any suggestions as to fixes, or even simply where to look to find fixes, would be greatly appreciated.  A decent bit of searching on my part revealed fixes for similar problems (ie, conflicting sound with other programs) and solutions that were specific to gnome, etc.  Thanks to everyone in advance.

    I should probably make a wiki article (or ad to the Java wiki article) about this, since it seems to come up quite often (especially on Ubuntu forums, actually). The only good solution I've found is to use Pulseaudio, and rename the java executable to java.bin, and make a script called java in the same folder, and put this in the script:
    #!/bin/sh
    padsp /opt/java/jre/bin/java.bin "$@"
    By the way, the path to the java executable is /opt/java/jre/bin/ I've tried using the same method with plain ALSA by using aoss, and it works sorta, but it causes random crashes of Java, so that's a no go, have to use Pulse.

  • Rewriting java applet parameters

    I am attempting to get a java applet to work through the portal. Of
    course it
    does not work "out of the box" The applet is a menuing applet and it
    gets is
    text for the menu options (and the associated links) from the applet
    parameters. I have read the documentation for this and, in typical Portal
    Server documentation fashion, it has been less than helpful.
    Here are the details: The asp page that loads the applet is loaded from
    /menu/menu.asp Here is the HTML that loads applet and sets some of the
    parameters:
    <td><APPLET name='1' code='imgMenu.class'
    codebase='class/'height='17' width='124' id=Applet1>
    <param name='xloc' value='0'>
    <param name='yloc' value='17'>
    <param name='upimage' value='/menu/images/bbusinessunit.gif'>
    <param name='placement' value='right'>
    <param name="item1" value="0|ACT - Alaska Consolidated Team">
    <param name="item2" value="1|ACT Home">
    <param name="URL2" value="http://alaska.somewhere.com/act|_top">
    <param name="item3" value="1|ACT Badami">
    <param name="URL3" value="http://alaska.somewhere.com/cns_badami|_top">
    <param name="item4" value="1|ACT Endicott">
    I configured the rewriter like this:
    /menu/menu.asp imgMenu.class upimage
    /menu/menu.asp imgMenu.class URL*
    so that the upimage parameter would be rewritten as well ad the URL*
    parameters (there are URL1 all the way to URL53). This does not work.
    Has anyone gotten the Java applet paremeters rewriting working? If so,
    what I am I missing?
    Kent
    "For everything there is a season, and a time for every matter
    under heaven: ... a time to love, and a time to hate; a time
    for war, and a time for peace."
    -- Ecclesiastes 3:1,8

    sig and J.C. Westin-
    I used the Adobe Flash UNinstaller, and then installed Adobe Flash Player v10.0.12.10. No improvement/it did not correct the problem. Power E*Trade Pro (a Java Applet) still won't start properly (since Apple Software Update installed Java Release 7).
    I even did all the Repair Permissions steps before and after Flash UNinstal/reinstall (suggested by J.C. Westin; even though they did seem somewhat excessive; Note: all permissions were set properly before installing; Permissions DID need repair AFTER installing Flash; guess that Adobe doesn't get the permissions right in it's own installer!).
    To be honest, I did not really place much hope in solving the problem via an update to a BETA version of Flash. The problem occurred when I updated Java (per Apple's Software Update), not when doing anything with Flash. More to the point, I don't believe the Java applet that's having problems now uses Flash at all. Placing hope in a Flash BETA seemed to me like being told to replace my brake fluid after complaining the engine wasn't running.
    I'm (still) looking for a (non-draconian) way of reverting back to Java Release 6. Someone has to have some steps for trashing specific files/binaries to Remove Java Release 7, then installing the full Java Release 6 anew. Please? Anyone? Trashing the entire OS then performing a clean install is a huge amount of work. I just need to trash Java Release 7.
    Thanks in advance to anyone who can help here.

  • Java Applet - GridBagConstraint

    Hi,
    I have a question, could somebody tell me how to decrease the space between buttons in my applet as g.weighty = 1; is making the gap too big? I would like to have all button on top with some space but the space I am getting now is too big and I can't find a way how to decrease it.
    import java.awt.*;
    import javax.swing.*;
    public class GUI extends JApplet{
      private GridBagConstraints g = new GridBagConstraints();
      private JPanel jPanelContentPanel;
      private JPanel jPanelButtonPanel;
      private JPanel jPanelGraphPanel;
      private JButton jButton1;
      private JButton jButton2;
      private JButton jButton3;
      private JButton jButton4;
      private GridBagLayout gridbag;
        public ApplicationGUI() {
          init();
        public void init() {
      setSize(450,350);
      enableEvents(AWTEvent.WINDOW_EVENT_MASK);
      jPanelContentPanel = (JPanel) this.getContentPane();
      gridbag = new GridBagLayout();
      jPanelGraphPanel = new JPanel();
      jPanelGraphPanel.setBorder(BorderFactory.createTitledBorder(""));
      jPanelContentPanel.add(jPanelGraphPanel,BorderLayout.CENTER);
      jPanelButtonPanel = new JPanel(gridbag);
      jPanelButtonPanel.setBorder(BorderFactory.createTitledBorder(""));
      g.insets = new Insets(5,5,0,5);
      g.anchor = GridBagConstraints.PAGE_START;
      g.weighty = 1;
      jButton1  = new JButton("Button 1");
      jButton1.setPreferredSize(new Dimension(100, 30));
      g.gridx = 0;
      g.gridy = 0;
      jPanelButtonPanel.add(jButton1,g);
      jButton2 = new JButton("Button 2");
      jButton2.setPreferredSize(new Dimension(100, 30));
      g.gridx = 0;
      g.gridy = 1;
      jPanelButtonPanel.add(jButton2,g);
      jButton3 = new JButton("Button 3");
      jButton3.setPreferredSize(new Dimension(100, 30));
      g.gridx = 0;
      g.gridy = 2;
      jPanelButtonPanel.add(jButton3,g);
      jButton4 = new JButton("Button 4");
      jButton4.setPreferredSize(new Dimension(100, 30));
      g.gridx = 0;
      g.gridy = 3;
      jPanelButtonPanel.add(jButton4,g);
      jPanelContentPanel.add(jPanelButtonPanel,BorderLayout.EAST);
    Thank in advance

    sig and J.C. Westin-
    I used the Adobe Flash UNinstaller, and then installed Adobe Flash Player v10.0.12.10. No improvement/it did not correct the problem. Power E*Trade Pro (a Java Applet) still won't start properly (since Apple Software Update installed Java Release 7).
    I even did all the Repair Permissions steps before and after Flash UNinstal/reinstall (suggested by J.C. Westin; even though they did seem somewhat excessive; Note: all permissions were set properly before installing; Permissions DID need repair AFTER installing Flash; guess that Adobe doesn't get the permissions right in it's own installer!).
    To be honest, I did not really place much hope in solving the problem via an update to a BETA version of Flash. The problem occurred when I updated Java (per Apple's Software Update), not when doing anything with Flash. More to the point, I don't believe the Java applet that's having problems now uses Flash at all. Placing hope in a Flash BETA seemed to me like being told to replace my brake fluid after complaining the engine wasn't running.
    I'm (still) looking for a (non-draconian) way of reverting back to Java Release 6. Someone has to have some steps for trashing specific files/binaries to Remove Java Release 7, then installing the full Java Release 6 anew. Please? Anyone? Trashing the entire OS then performing a clean install is a huge amount of work. I just need to trash Java Release 7.
    Thanks in advance to anyone who can help here.

  • Applet or Flash

    Hi all,
    Nowadays a lot of sites are working with flash to create games etc . The same thing can be done with java applets .
    From what I have seen , to run java applets JVM is required , to run Flash programs , Flash player is required .
    Can anyone suggest which one is better ? I have no idea about flash , whether it requires a lot of programming or how to create those things .
    Thanks

    Hey man ,
    It's straight forward if u want a rapid development tool with bit of animation u can always go for flash
    it's time consuming process as far as applets are concerned .
    One morething u can expect almost 99% of the browser with flash plugin but not even 50% with java plugin at least with the advanced features .
    What flash does is gives u the base engine and it's very simple to programme as long as u know java and javascript.It's fun doing flash.so go ahead and do it....
    bye
    hari

  • SeaMonkey v2.0.4's Java applets doesn't work all the time.

    Hello. I use Mozilla's SeaMonkey v2.0.4 (using binary from mozilla.org) in Debian/Linux. I can get Java applets to work on https://eetime11.adp.com/c08e/logon but not on http://javatester.org, http://java.com/en/download/installed.jsp, and http://java.com/en/download/help/testvm.xml
    Java Plug-in 1.6.0_20
    Using JRE version 1.6.0_20-b02 Java HotSpot(TM) Client VM
    User home directory = /home/ant
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    p: reload proxy configuration
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    load: class testvm2/Main.class not found.
    java.lang.ClassNotFoundException: testvm2.Main.class
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    FYI on my setups:
    $ pwd
    /home/Programs/seamonkey2/plugins
    $ ls -all
    total 28
    drwxr-xr-x 2 ant ant 4096 2010-04-15 15:46 .
    drwxr-xr-x 15 ant ant 4096 2010-04-16 08:32 ..
    lrwxrwxrwx 1 root root 32 2009-11-27 17:19 libflashplayer.so -> /home/Programs/libflashplayer.so
    lrwxrwxrwx 1 root root 63 2010-04-15 15:46 libjavaplugin_oji.so -> /home/Programs/jre1.6.0_20/plugin/i386/ns7/libjavaplugin_oji.so
    -rwxr-xr-x 1 ant ant 15824 2009-10-17 09:30 libnullplugin.so
    $ ls -all /home/Programs/jre1.6.0_20/plugin/i386/ns7/libjavaplugin_oji.so
    -rwxr-xr-x 1 ant ant 137021 2010-04-12 14:39 /home/Programs/jre1.6.0_20/plugin/i386/ns7/libjavaplugin_oji.so
    Does anyone know why? Thank you in advance. :)
    Edited by: antdude on Apr 16, 2010 8:37 AM

    More poking around:
    $ java -version
    java version "1.6.0_18"
    OpenJDK Runtime Environment (IcedTea6 1.8pre) (6b18~pre2-1)
    OpenJDK Server VM (build 14.0-b16, mixed mode)
    # dpkg -l | grep ^ii |grep java
    ii ca-certificates-java 20091021 Common CA certificates (JKS keystore)
    ii java-common 0.35 Base of all Java packages
    ii libaccess-bridge-java 1.26.2-4 Java Access Bridge for GNOME
    ii libaccess-bridge-java-jni 1.26.2-4 Java Access Bridge for GNOME (jni bindings)
    ii libhsqldb-java 1.8.0.10-6 Java SQL database engine
    ii liblucene2-java 2.9.2+ds1-1 Full-text search engine library for Java(TM)
    ii libservlet2.4-java 5.0.30-12 Servlet 2.4 and JSP 2.0 Java library
    ii openoffice.org-java-common 1:3.2.0-4 full-featured office productivity suite -- arch-independent Java support files
    ii tzdata-java 2010h-1 time zone and daylight-saving time data for use by java runtimes
    # dpkg -l | grep ^ii |grep jre
    # locate bin/java
    /home/Programs/jre1.6.0_20/bin/java
    /home/Programs/jre1.6.0_20/bin/java_vm
    /home/Programs/jre1.6.0_20/bin/javaws
    /usr/bin/java
    /usr/bin/javaws
    /usr/lib/jvm/java-6-openjdk/bin/java
    /usr/lib/jvm/java-6-openjdk/bin/java-rmi.cgi
    /usr/lib/jvm/java-6-openjdk/bin/javaws
    /usr/lib/jvm/java-6-openjdk/jre/bin/java
    /usr/lib/jvm/java-6-openjdk/jre/bin/javaws
    /usr/lib/jvm/java-6-openjdk/jre/bin/javaws.real
    I tried to uninstall all the unneccesary Java packages, but still had some can't be removed because of other programs requiring it like OpenOffice:
    # apt-get remove openjdk-6-jre-headless
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
    openoffice.org-filter-mobiledev ttf-sil-gentium ttf-sil-gentium-basic
    Use 'apt-get autoremove' to remove them.
    The following packages will be REMOVED:
    ca-certificates-java libaccess-bridge-java libaccess-bridge-java-jni libhsqldb-java liblucene2-java libservlet2.4-java
    openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openoffice.org openoffice.org-base openoffice.org-officebean
    openoffice.org-report-builder-bin
    0 upgraded, 0 newly installed, 13 to remove and 125 not upgraded.
    After this operation, 114MB disk space will be freed.
    Do you want to continue [Y/n]? n
    Abort.
    # apt-get remove java-common
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
    openoffice.org-filter-mobiledev ttf-sil-gentium ttf-sil-gentium-basic
    Use 'apt-get autoremove' to remove them.
    The following packages will be REMOVED:
    ca-certificates-java java-common libaccess-bridge-java libaccess-bridge-java-jni libhsqldb-java liblucene2-java
    libservlet2.4-java openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib openoffice.org openoffice.org-base
    openoffice.org-officebean openoffice.org-report-builder-bin
    0 upgraded, 0 newly installed, 14 to remove and 125 not upgraded.
    After this operation, 115MB disk space will be freed.
    Do you want to continue [Y/n]? n
    Abort.
    Any ideas? :(

Maybe you are looking for

  • Difference between FAGLL03 and FBL3n

    Hi My user is taking report for GL line items for 5 GL Accounts for 3 company codes for the month of July (Tcode: FAGLL03 and FBL3n). But in FBL3n, there are 5 items and in FAGLL03 there are only 3 line items. When i did from my id, it properly shown

  • What is the best way to backup my Macbook Pro before I install new operating system?

    I want to back it up externally. I don't know how to burn a CD on my macbook and that may be an option. What other options are out there that will back up everything stored on my laptop. Thanks!

  • Cisco LMS 4.2 Appliance on VMware vSphere 4.0

    Hi all, I'm currently trying to install the Cisco LMS 4.2 Appliance on a VMware vSphere 4.0 environment. I'm following the http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/4.2/install/guide/instl.html#wp1689675 guide. I dow

  • What kind of mouse do you use?

    The trusty Logitech wireless mouse that I've used for about 5 years now is nearing the end of its life and I'm looking for suggestions on a replacement. The Arc Mouse by Microsoft has received some nice reviews; so far it's at the top of my list. Sim

  • Error in pipe row function.

    Hi, I wrote the below function,if i select the functions,it returns below error create or replace FUNCTION FUN_CHR_SEP(P_FLAG IN VARCHAR2) RETURN COLS_VAL PIPELINED AS cursor C_CHR_SEP is select text from (SELECT SUBSTR( txt, INSTR(',' || txt,',',1,L