Developing a simple echo sounder

Dear All
I am a final year science student trying to use Laview 4.1 in order to produce and run a virtual echo sounder. My main problem is that i need to retrieve a sound echo from an underwater microphone and record and display the signal using labview 4.1. Is there a VI that allows the user to record sound? and if so can, where can i find it?
Thanks
Giacomo

Hi,
use JavaMail, documentation, Google and RFCs are your friends.

Similar Messages

  • How to develop a simple plugin for adobe illustrator cs2 using xcode on mac os

    I would like to know the steps to develop a simple plug-in for adobe illustrator cs2 using xcode on mac OS...anything like a dialog box displaying "hello World"... I m new to MAC OS...Please help...
    Thanks in advance

    Get the SDK and start playing with the sample plug-ins. Asking for something as general as "how do I get started" is asking a little much from this forum :) Try your hand at the SDK and come back to ask more specific questions as you run into them.
    Bear in mind that this isn't an Xcode forum either, though I'm sure there are places to get good help on that!

  • Is anyone elses iPod making a echoing sound when you plug in headphones or an external device?

    Please help me I notice when I plug in an external device such as headphones or a car accessory my iPod makes this scratchy echoing sound and you can just hear back up music

    Same thing is happening to mine and it seems NO ONE has the answer about how to fix it.

  • Can you test webcam with the Echo / Sound Test Ser...

    I wanted to see if my webcam's video is working with Skype, but I couldn't seem to use it when making a test call with the Echo / Sound Test Service.  Do I have to make an actual call to test the webcam or is there another way?  Thank you.

    Hello there!
    To test your video, please refer to the following instructions:
    For a Windows PC
    For a Mac 
    As asked on another thread previously, Skype does not offer a video calling test service.
    I.T. Professional
    Virtualisation Solutions (VCA-DCV - VMware)
    Donating time to help you here with your Skype needs.
    If I've answered your question, feel free to "Kudo" me!

  • How To Develop a Simple WebService App XI Scenarios

    Hi,
    How can I develop A simple Webservice for any scenario, for example, if am doing File to file scenario, and i want to develop a Webservice for the same scenario,
    I think in ID we have an option Under Tools "Define Webservice" where in we can use wsdl format of the message interfaces.
    How should i proceed to develop the Webservice?
    Regards,
    Varun

    Hi Varun,
    After creating the wsdl file u can deploy using MS visual studio.
    Follow the steps and run the scenario.
    use it in a Client Program in .NET : (assuming Maths as the WSDL and Webserice name)
    1.) Place maths.wsdl in C:/Sample/ folder
    2.) Open Visual studio command prompt using the Start Menu
            Start->Programs->Microsoft Visual Studio 2005->Visual Studio Tools->Visual Studio 2005 Command Prompt
    3.) In the Command prompt go to that directory
        > C: 
        > CD\
        > CD Sample
        > wsdl maths.wsdl /out:"c:\sample"
    4.) The previous step will create a file called Maths.cs , go to that folder and confirm this
    5.) Open Microsoft Visual Studio 2005, open the Client application where this webservice needs to be called
    6.) If your Client application is a web application, the see if the website has a folder called "App_Code"
        If not then create this folder. Right Click on this folder and click on "Add Existing Item"
    7.) Browse to C:/sample and select the Maths.cs file
    8.) If your client is a Desktop application , just add this file in a similar manner to the project(no need of creating any folder)
    9.) After the file gets added, open Maths.cs file
    10.) Add a namespace to it for convinience
            eg:
                namespace SAP
       This should come before the Class Declaration and close it after the class
        eg: See the red lines
        namespace SAP
        /// <remarks/>
        [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.42")]
        [System.Diagnostics.DebuggerStepThroughAttribute()]
        [System.ComponentModel.DesignerCategoryAttribute("code")]
        [System.Web.Services.WebServiceBindingAttribute(Name = "Equi_get_NotifBinding", Namespace = "http://Equipment_Get_Notifications")]
        public partial class Equi_get_NotifService : System.Web.Services.Protocols.SoapHttpClientProtocol
          functions....
    11.) Save the Maths.cs file
    12.) Open the Webform or windows form code where this webserive will be called
    13.) The webservice will now be available here under the SAP namespace
            so when u type "SAP." u will get all the classes in it.
            Add credential in this code as shown below
        eg:
        private void GetNotifications()
            try
                SAP.Equi_get_NotifService ser1 = new SAP.Equi_get_NotifService();       //This is the Webserive Proxy class
                SAP.Equi_get_Notif_Request req = new SAP.Equi_get_Notif_Request();      //Request Class
                req.Equipment = SAPID;
                req.Date = Calendar1.SelectedDate;
                System.Net.CredentialCache ch = new System.Net.CredentialCache();                                    //Adding Credentials for authentication on webservice server
                System.Net.NetworkCredential cr = new System.Net.NetworkCredential("xisuper", "infotech");
                ch.Add(new Uri(ser1.Url), "Basic", cr);
                ser1.Credentials = ch;                // Assing this Credential to the ProxyClass.Credentials property as shown here
                SAP.Equi_get_Notif_ResponseNotifications[] res = ser1.Equi_get_Notif(req);        //Call the webservice, res is the responce object
                GridView1.DataSource = res;
                GridView1.DataBind();
            catch (Exception ex)
                Response.Write(ex.Message);
    "Award points if it is helpful"

  • Develop a simple smartforms

    what are the steps to develop a simple smartforms

    Hi,
    Check these step-by-step links
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/ccab6730-0501-0010-ee84-de050a6cc287
    https://sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/8fd773b3-0301-0010-eabe-82149bcc292e
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/uuid/3c5d9ae3-0501-0010-0090-bdfb2d458985
    Check these links also.
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    http://www.sapgenie.com/abap/smartforms.htm
    for Smartforms material
    http://www.sap-basis-abap.com/sapsf001.htm
    http://www.sap-press.com/downloads/h955_preview.pdf
    http://www.ossincorp.com/Black_Box/Black_Box_2.htm
    http://www.sap-img.com/smartforms/sap-smart-forms.htm
    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    http://www.sapgenie.com/abap/smartforms.htm
    How to trace smartform
    http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
    http://www.help.sap.com/bp_presmartformsv1500/DOCU/OVIEW_EN.PDF
    http://www.sap-img.com/smartforms/smart-006.htm
    http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    Re: Need FAQ's
    Go through the following Links, here u can find example with step
    by step.
    http://smoschid.tripod.com/How_to_do_things_in_SAP/How_To_Build_SMARTFORMS/How_To_Build_SMARTFORMS.html
    http://www.sap-img.com/smartforms/smart-006.htm
    http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm
    Re: Need FAQ's
    Regards,
    Priyanka.

  • High pitch squeal when turning up volume and an echo sound

    I have never gotten good audio from my computer......any time I want to watch or hear something I have to turn it up to about 35 before I hear anything and then a deafening high pitch squeal happens that makes it impossible to listen to anything.....if I plug in my headphones there is so much feed back with a horrible echo sound  that I cant stand to listen for long.....I want to know if there is anything I can do to get decent sound from this laptop.   tia

    Hi stephenvy17,
    Welcome to the HP forum!
    Thank you for your inquiry, I will do my best to assist you.
    I understand that you are experiencing a difficulty with the sound on your computer.  When posting it is very beneficial for you to provide the exact model of your computer and the operating system you are running. How Do I Find My Model Number or Product Number?
    If you are running Windows 7 or lower you can run  MS Fix It to help with this issue.  If you are running Windows 8 or 8.1 you have a built in troubleshooter,
    Press the  Windows key +C to open charms
    Type troubleshoot audio  and follow the on screen prompts.
    You can run the HP Support Assistant to aid with resolving issues and updating drivers.    If this has not helped, please provide the information requested.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Web Dynpro Application For developing a simple calculator

    Dear Experts,
    I am trying to develop a simple calculator application in abap web dynpro .
    but i am not able to enable the buttons (1 to 9) . that is what i want is like how it happens in a normal calculator if we press 1 , then in the screen, 1 comes and if 11 then twice we press 1. Like wise i want if the button 1 is enabled then in the input field it should take 1 and if 11 then it should take 11. Kindly give some suggestions to develop this application.
    Regards
    Swarnadeepta

    Hi Swarnadeepta,
    I developed a calculator in web dynpro...please go through the following code. I have made a few changes with respect to modularization but the basic concept is still the same.
    Method to Enter Data on the screen
    METHOD enter_data .
      DATA lv_input TYPE i.
      DATA lv_flag TYPE c.
    ***Read input in the screen 
    wd_this->get_input(
        IMPORTING
          ev_input = lv_input                       " integer
    ***See whether flag is set. If yes save the present value in global attribute gv_previous.
      wd_this->get_flag(
        IMPORTING
          ev_flag = lv_flag                        " wdy_boolean
      IF lv_flag = 'X'.
        wd_this->gv_previous = lv_input.
        lv_input = 0.
      ENDIF.
    ***Modify screen input
      IF lv_input IS INITIAL.
        lv_input = iv_number.
      ELSE.
        lv_input = lv_input * 10 + iv_number.
      ENDIF.
    ***Set the new value of input field
      wd_this->set_input(
        iv_input = lv_input                          " integer
    ***Reset the flag
      wd_this->set_flag(
        iv_flag = ''                           " wdy_boolean
    ENDMETHOD.
    Use the above method on button click
    method ONACTIONONE .
      wd_this->enter_data(
        iv_number = 1                        " integer
    endmethod.
    Method to Register Operations
    method ENTER_OPERATION .
      wd_this->set_flag(
        iv_flag = 'X'                           " wdy_boolean
      wd_this->set_operation(
        iv_operation = iv_operation                      " string
    endmethod.
    Use of above method in operations button
    method ONACTIONADD .
      wd_this->enter_operation(
        iv_operation = 'ADD'                     " string
    endmethod.
    Method to calculate
    method ONACTIONEQL .
    DATA lv_operation TYPE string.
    DATA lv_input TYPE i.
    ***Read screen input 
    wd_this->get_input(
         IMPORTING
           ev_input = lv_input                        " integer
    ***read operation requested
      wd_this->get_operation(
        IMPORTING
          ev_operation = lv_operation                   " string
    CASE lv_operation.
    WHEN 'ADD'.
    lv_input = wd_this->gv_previous + lv_input.
    WHEN 'SUB'.
    lv_input = wd_this->gv_previous - lv_input.
    WHEN 'MUL'.
    lv_input = wd_this->gv_previous * lv_input.
    WHEN 'DIV'.
    lv_input = wd_this->gv_previous / lv_input.
    WHEN OTHERS.
    ENDCASE.
    ***Set the new value of input field
      wd_this->set_input(
        iv_input = lv_input                         " integer
    ***Clear the operation attribute
      wd_this->set_operation(
        iv_operation = ''                     " string
    endmethod.
    Getter Methods example for attribute INPUT
    method GET_INPUT .
      DATA lo_el_context TYPE REF TO if_wd_context_element.
      DATA ls_context TYPE wd_this->element_context.
      DATA lv_input TYPE wd_this->element_context-input.
    get element via lead selection
      lo_el_context = wd_context->get_element( ).
    @TODO handle not set lead selection
      IF lo_el_context IS INITIAL.
      ENDIF.
    get single attribute
      lo_el_context->get_attribute(
        EXPORTING
          name =  `INPUT`
        IMPORTING
          value = lv_input ).
    EV_INPUT = lv_input.
    endmethod.
    Setter Methods example for attribute INPUT
    method SET_INPUT .
      DATA lo_el_context TYPE REF TO if_wd_context_element.
      DATA ls_context TYPE wd_this->element_context.
      DATA lv_input TYPE wd_this->element_context-input.
    get element via lead selection
      lo_el_context = wd_context->get_element( ).
    @TODO handle not set lead selection
      IF lo_el_context IS INITIAL.
      ENDIF.
    @TODO fill attribute
    lv_input = iv_input.
    set single attribute
      lo_el_context->set_attribute(
        name =  `INPUT`
        value = lv_input ).
    endmethod.
    Hope this will be helpful. Let me know if you have any doubt.
    Its working fine for me.
    Regards,
    Sayan

  • How is it possible that so many people complain about the echo sounds during their phone calls, and that there is no reaction or sollution for this problem ???

    so many people complain about echo sounds during their phone calls , and Apple has no solution for this PROBLEM.???????
    I have an IPHONE 5, but I think if no solution is given by Apple, this one is the last iphone i bougth.

    My experience with iOS7 crashing seems to be tied to bluetooth and when I activate the keyboard in relationship to having a text box on the screen.
    Apple rarely acknowledges an issue, once they fix it, they just quietly bundle it into an update and it goes away.
    Issues can also be very difficult to track down given the number of iPads out there (millions) and I doubt (excepting school or business set up ones) that two iPads are identical. Issues can be hard to track down when the common denominator is hard to determine.

  • I HAVE A ECHO SOUND COMING FROM MICROPHONE CONSTANTLY

    I have a constant echo sound coming from my computer

    Earlier this week I right clicked the speaker icon located at the bottom right corner of my desktop's taskbar. I clicked on recording devices and double clicked the stereo mix chip-looking icon. Under the listen tab, I unchecked the box that said listen to this device. The sound and smell stopped, but my speaker volume is now irreparably low even though the volume is turned all the way up.  Any suggestions other than buying external speakers/headphones?

  • Regarding Oracle ADF Enterprise Application Development - Made Simple book

    Hi guys,
    I am trying to do Sten Vesterli's Oracle ADF Enterprise Application Development - Made Simple
    book. But I am stuck setting up OTPC. When I am trying to run "tpcinstaller.jar" and give my database connection information I am given a TPC-90019 error.
    The log file says it is a "ORA-01882: timezone region not found" error.
    My timezone is 'Asia/Calcutta'.
    This is what tpcinstaller log file contains,
    -------------------------------------------------------------------------------------log_file
    oracle.alminternal.version.Version: file:/C:/install/tpcinstaller.jar!/META-INF/version.xml
    11.1.1.4.37.59.23
    Launched from jar:file:/C:/install/tpcinstaller.jar!/oracle/alminternal/installer/Installer.class
    Found installer jar file /C:/install/tpcinstaller.jar
    Installer jar file name: /C:/install/tpcinstaller.jar
    Created temporary directory: tpctemp
    Execute command[tpctemp]: [D:\Oracle\Middleware\jdk160_21\bin\jar.exe, -xf, /C:/install/tpcinstaller.jar, lib]
    Extracting files ...
    Launching installer wizard, it may take a minute or so, please wait ...
    Execute command[tpctemp\lib]: [D:\Oracle\Middleware\jdk160_21\bin\java.exe, -classpath, annotations.jar;commons-io-1.2.jar;dms.jar;forms-1.0.6.jar;ideimpl.jar;idert.jar;javatools-nodeps.jar;javatools.jar;javax-ide.jar;javax.persistence_1.0.0.0_2-0-0.jar;jewt4.jar;oicons.jar;ojdbc6dms.jar;ojdl.jar;ojmisc.jar;oracle.ide.jar;oracle.ide.webbrowser.jar;oracle.ide.webupdate.jar;org.eclipse.persistence_1.0.0.0_2-1.jar;share.jar;TimingFramework.jar;uic.jar;xercesImpl.jar;xmlparserv2.jar;/C:/install/tpcinstaller.jar, oracle.alminternal.installer.Installer, -W]
    Temporary directory: connector created
    C:\install\tpctemp\lib\otpc created
    Jan 5, 2013 11:38:33 PM oracle.alminternal.installer.ideimpl.webbrowser.ProxyAddin loadProxyNative
    WARNING: Unable to default HTTP proxy: Native support is not available.
    :::settingsInitialized = false
    jdbc.url = jdbc:oracle:thin:@localhost:1521:xe
    jdbc.user = BOOK
    jdbc.password = BOOK
    SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-01882: timezone region not found
    -------------------------------------------------------------------------------------log_file
    Regards !
    Sameera
    Edited by: samme4life on Jan 5, 2013 9:10 PM

    I have the same problem, when I delete row and after that I use refresh button in internet explorer. What I do is I drag and drop button "removeEntity" and edit it in backing beans adding new bindigs that commit changes and referesh page. Code:
    public String commandButton2_action1() {
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding =
    bindings.getOperationBinding("removeEntity");
    Object result = operationBinding.execute();
    if (!operationBinding.getErrors().isEmpty()) {
    return null;
    OperationBinding commit1 = bindings.getOperationBinding("Commit");
    commit1.execute();
    OperationBinding requery = bindings.getOperationBinding("findAllRezerwacja1");
    requery.execute();
    return null;
    In page definition I added "Commit" action and code with methodAction is:
    <methodAction id="removeEntity" InstanceName="SessionEJBLocal.dataProvider"
    DataControl="SessionEJBLocal" MethodName="removeEntity"
    RequiresUpdateModel="true" Action="999">
    <NamedData NDName="entity"
    NDValue="${bindings.findAllRezerwacja2.currentRow.dataProvider}"
    NDType="java.lang.Object"/>
    </methodAction>
    <action id="Commit" IterBinding="findAllRezerwacja1Iter"
    InstanceName="SessionEJBLocal.dataProvider"
    DataControl="SessionEJBLocal" RequiresUpdateModel="true"
    Action="2"/>
    Can sb tell is there is normal that when I delete row in table, and after it I refresh manually by IE page is normal that I get error messages. I this is the same situation using Back in IE. Deleting row that is commited to database works fine, but the problem is with manually refreshing page?
    Next question is about using Delete action from node instead of removeEntity, what is the difference? As you can see, I use removeEntitity method. Choosing Delete action instead doesnt works. Why? Rest of the code is the same but instead of dropping method removeEntity I drop Delete action
    Sorry for my English, its not my native.
    Thank in advance

  • Buzzing and Echo Sound After Recording

    Hello,
    I am hearing a buzzing and echo sound in the background after I record a project on Captivate 4.  I am using a USB DYNEX Microphone that is connected to the Laptop.  Adjusted the Volumne in Captivate but does not elemintate the background noise.  Any suggestions???
    Thanks

    Have you looked for environmental noises, both electrical and audible?
    Here are some possible culprits for induced electrical "buzz" or "hum." These "noises" are actually created by electrical interference in the recording equipment, and don't become apparent until playback:
    Fluorescent strip lighting.
    AC power cords near the microphone cable.
    Mic cable near CRT displays.
    Other electronic devices where you are recording.
    If you're using a laptop, I find I have better luck running on battery power when recording, though I'm not clear if this is because of the power source, or because power-save features kick in that make the machine quieter.
    Another possibility is real audio noise that you mentally tune out when you're in the room, but hear when you listen to playback. Some ones I've run into:
    Ventilation noise.  Particularly if you're recording in a building where you work all the time, you don't hear the ventilation system unless you really stop to listen for it.
    Small electronic devices -- fans, projectors, etc. that might be in the room.
    Also, play around with microphone position relative to your mouth; it's possible that the source of the racket is your own breath!!
    Good luck!!

  • [SOLVED] Simple bulk sound-converting GUI?

    Hey all!
    I've accumilated a fair few .FLAC files on my computer, and I could do with them being converted to MP3. On Ubuntu I used to use SoundConverter - It was a super simple GUI for doing that. However to install it from AUR pulls in 50MB of Gnome dependencies which I don't really want.
    Is there a viable alternative? I'm OK with CLI tools too, as long as they can do more than one sound file at a time.
    I've looked through MEncoder wiki at the GUI's and they all seem to be for video, so I'm not sure what else to try.
    Thanks for any replies all!
    Last edited by Reded (2012-04-28 22:14:46)

    I use a little script for this kind of job. It needs lame and flac.
    #!/bin/bash
    if [ $# -lt 1 ]
    then
    echo "Usage `basename $0` [-q quality] [-f output folder] file"
    exit 1
    fi
    qual=3
    fol="./"
    while getopts "q:f:" flag
    do
    case $flag in
    q)
    qual=$OPTARG
    f)
    fol=$OPTARG
    esac
    done
    shift $((OPTIND-1))
    if [ ! -d $fol ]; then
    mkdir -p "$fol";
    fi
    for file in "${@}"
    do
    if [ ! -f "${file}" ]; then
    continue;
    fi
    file=${file%.flac}
    title=`metaflac --show-tag="TITLE" "$file.flac" | sed -e "s/title=//I"`
    artist=`metaflac --show-tag="ARTIST" "$file.flac" | sed -e "s/artist=//I"`
    album=`metaflac --show-tag="ALBUM" "$file.flac" | sed -e "s/album=//I"`
    date=`metaflac --show-tag="DATE" "$file.flac" | sed -e "s/date=//I"`
    genre=`metaflac --show-tag="GENRE" "$file.flac" | sed -e "s/genre=//"I`
    track=`metaflac --show-tag="TRACKNUMBER" "$file.flac" | sed -e "s/tracknumber=//I"`
    flac -c -d "$file.flac" | lame --vbr-new \
    --tt "$title" --ta "$artist" --tg "$genre" --tl "$album" \
    --ty "$date" --tn "$track" -V $qual - "${fol}/${file}.mp3"
    done
    exit
    Save it somewhere in your path, call it what you like (let's say flac2mp3), make it executable and call it like this
    flac2mp3 -f OUTF -q QUAL *flac
    This will convert all your flacs into mp3s with variable bitrate of quality QUAL (0 is best, 9 is worst) and put them under folder OUTF. The arguments are optional and the default values are "./" (current folder) and 3 respectively. If you want CBR mp3s you need to tweak around the options a bit (man lame).
    I'm pretty damn sure there are more elegant solutions but this works fine for me.
    Last edited by Foucault (2012-04-28 18:52:02)

  • Problem in developing a simple ejb app

    Hi readers,
    i am new to ejb technology, so have doubt in developing and deploying a simple ejb application
    i am using EJB 2.0, JBOSS 4.0 , eclipse 3.2 and java 1.5
    i searched in the net , got through many materials that can guide to develop one of it.
    all are using higher versions of the above, i mean, using ejb 3.0 or using xdoclet etc.
    i am need of material which guides me to develop and deploy the ejb application using the same versions of softwares step by step.
    please help me in this

    Hi readers,
    i am new to ejb technology, so have doubt in developing and deploying a simple ejb application
    i am using EJB 2.0, JBOSS 4.0 , eclipse 3.2 and java 1.5
    i searched in the net , got through many materials that can guide to develop one of it.
    all are using higher versions of the above, i mean, using ejb 3.0 or using xdoclet etc.
    i am need of material which guides me to develop and deploy the ejb application using the same versions of softwares step by step.
    please help me in this

  • How to fix the echo sound?

    My laptop always echoes after I did some configuration in the SOUND setting from the control panel. But I cannot reset it so that the echoes disappear. Anyone can fix this problem? Thanks!
    This question was solved.
    View Solution.

    Hi Jay,
    Shut down the notebook.  Tap away at f10 as you start-up to access the Bios Menu.  On the first page of this menu, you should see entries for the full Model No. and Product No. - post back with these.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

Maybe you are looking for

  • How to edit a program dynamically called from another program

    Hi all, Can anyone help me in coding for a program which call's another report dynamically from selection screen(for instance z_dynam_called) and retreive the whole content of the dynamically called program(z_dynam_called) into an internal table and

  • BOM:  Variable-size item  Question

    Hi, As you all know, we can set the item category as <b>R: Variable-size</b> item in BOM when creating or editing BOM via Tcode CS01, CS02, My question is, when we need to use Variable-size item, what's its main fuctions? could you please give me an

  • Shared memory realm!!!

    i have installed the oracle 8i correctly on a windows 2000 server p4 machine (i ommited the symcjit.dll file after copying the source to the hard disk and installing from there) ... after the installation is succefully ended and i connected to the da

  • How to validate the number of characters in Text Entry box?

    Hi I have inserted a text entry box and assigned a variable (UserName) to it. Now, I need to limit the entry to a maxinum number of 20 characters. In other words, how do I validate the number of characters in the text entry box and provide feedback i

  • I do not have a HDMI hook up

    I just purchased an Apple TV.  Since my TV is older, it does not have an HDMI hookup.  What can I do?