Help with Dropdown box autopopulating text

I have created a dropdown box and set-it up with scripting to populate text fields based upon selection. The problem that I am having is when you make your selection it does not automatically update the text box. I have to click on another form field once I make a selection, then click on the text in the dropdown box. This will then result in the text fields auto populating. Could you please help, so that these extra steps will not need to be taken. Below is the coding that I used.
var f = event.target;
if (f.value == "Blank")
{this.getField("TestMe").value = "";
this.getField("InsuranceCodes").value = "";}
if (f.value == "Aetna")
{this.getField("TestMe").value = "";
this.getField("InsuranceCodes").value = "90791 - Diagnostic Evaluation";
this.getField("InsuranceCodes2").value ="90832/ 90834/ 90837 - Psychotherapy";
this.getField("InsuranceCodes3").value ="90846 - Family Psychotherapy w/o Patient";
this.getField("InsuranceCodes4").value ="90847 - Family Psychotherapy w/ Patient";
this.getField("InsuranceCodes5").value ="96101 - Psychological Testing";
this.getField("InsuranceCodes6").value ="96103 - Computer Testing";
this.getField("InsuranceCodes7").value ="";
this.getField("InsuranceCodes8").value ="";
this.getField("InsuranceCodes9").value ="";}
if (f.value == "Anthem BC")
{this.getField("TestMe").value = "";
this.getField("InsuranceCodes").value = "90791 - Diagnostic Evaluation";
this.getField("InsuranceCodes2").value ="90832/ 90834/ 90837 - Psychotherapy";
this.getField("InsuranceCodes3").value ="90846 - Family Psychotherapy w/o Patient";
this.getField("InsuranceCodes4").value ="90847 - Family Psychotherapy w/ Patient";
this.getField("InsuranceCodes5").value ="96101 - Psychological Testing";
this.getField("InsuranceCodes6").value ="96103 - Computer Testing";
this.getField("InsuranceCodes7").value ="";
this.getField("InsuranceCodes8").value ="";
this.getField("InsuranceCodes9").value ="";}

I did move the coding to validation script and deleted it from the actions. I clicked also to commit the selected value immediately. However, when I change "event.target" to "event.value" it no longer works. If I do all the steps but leave "event.target" it does autopopluate, but the information is incorrect.

Similar Messages

  • Hi! I am newbie to Reports need help with check boxes

    Hi! I am newbie to Reports need help with check boxes. I am try-in to make a new check boxes that will validate in runtime. I have created two frames and one frame is dummy and other frame has big X line on it with conditions. Is this a right way to create check box! Please help thanks!

    and one frame is dummy and other frame has big X
    line on it with conditions. Is this a right way to
    create check box! Please help thanks!Instead of creating a frame for X, you can create Ractangle and place X in it. Rest is fine.

  • Help with dropdown menu in JCombo box,Pleaseeeeeee

    Hi,
    I posted earlier but I`II try again. Someone must know how to do this. I have a JComboBox and I want the drop down menu to be a bit wider then the comboBox.
    I tried using this method
    public void setPreferredSize()
              Dimension d = jcbo.getPreferredSize(d);
              jcbo.setPreferredSize(new Dimension(20, d.height));
              jcbo.setPopupWidth(d.width);
    but I recieved a couldn`t resolve symbol error for the last line.
    I imported these into the program]
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    Is there something else I should of imported as well to make this work, or is it another problem all together.Any help would be greatly appreciated.

    Hi , What I want to do is have the dropmenu a bit wider then the comboBox. Here is my code.Please excuse any odd ball mistakes, At this point I have been trying anything.This is an exercise that I have to do fo a java assignment, Hence the weird GUI. In the example pic they gave me.It shows the dropmenu a bit wider than the comboBox, I am sure they through this in to screw with my brain, I have put comment tags Around the stuff I tried to use. Any help with this would be greatly appreciated.
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    //import javax.swing.plaf.basic.*;
    public class Exercise9_3 extends JFrame implements ActionListener
         private JTextField nameField;
         private JTextArea nameArea;
         private JButton storeButton;
         private JComboBox jcbo;
         private JPopupMenu popup;
         protected int popupWidth;
         String newline = "\n";
         public Exercise9_3()
              createComponets();
              addComponets();
              setTitle("Exercise9_3");
         private void createComponets ()
              nameField = new JTextField(19);
              nameArea = new JTextArea(10, 15);
              storeButton = new JButton("Store");
              storeButton.addActionListener(this);
              jcbo = new JComboBox();
              jcbo.addActionListener(this);
         /*8public void setPreferredSize()
              Dimension d = jcbo.getPreferredSize(d);
              //jcbo.setPreferredSize(new Dimension(20, d.height));
              //jcbo.setPopupWidth(d.width);
         private void addComponets()
              JPanel p1 = new JPanel();
              p1.setLayout (new FlowLayout());
              p1.add(nameField);
              p1.add(nameArea);
              p1.add(jcbo);
              JPanel p2 = new JPanel();
              p2.setLayout (new FlowLayout());
              p2.add (storeButton);
              getContentPane().setLayout(new BorderLayout());
              getContentPane().add(p1, BorderLayout.CENTER);
              getContentPane().add(p2, BorderLayout.SOUTH);
         public void actionPerformed(ActionEvent e)
              if(e.getSource() == storeButton)
                   String s = nameField.getText();
                   jcbo.addItem(s);
                   jcbo.setSelectedItem(s);
                   String textArea = s ;
                   String text = nameField.getText();
                   nameArea.append(text + newline);
         nameField.selectAll();
         nameField.setText("");
         nameField.requestFocus();
              if (e.getSource() == jcbo)
    /**retrieve the input as a string*/
    String selectedName = (String)jcbo.getSelectedItem();
    /**set the name that was selected from the ComboBox and add it to textfield*/
    nameField.setText(selectedName);
         public static void main(String [] args)
              Exercise9_3 frame = new Exercise9_3();
              frame.setDefaultCloseOperation(EXIT_ON_CLOSE);
              frame.pack();
              frame.setVisible(true);
              Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
              int screenWidth = screenSize.width;
              int screenHeight = screenSize.height;
              // Get dimension of the frame
              Dimension frameSize = frame.getSize();
              int x = (screenWidth - frameSize.width)/2;
              int y = (screenHeight- frameSize.height)/2;
         frame.setLocation(x,y);

  • Help with exporting Deski to text file via Web Intelligence

    We are currently converting from BO version 5 to BO XI rev2. I have a report that must be scheduled to a flie in plain text format. I am using a deski report. When I save as to text, the file is fine. When I schedule it in webi, the file seems to be missing the end of line character for each row in the table, so it cannot be used for an import to another program. Can anybody help with this?-

    well, in that case you need to determine if this issue only happens with a perticular report or all of them, if it happens only with reports imported from 5.x or with newly created reports as well.
    Looks like it is happening only when report is exported from Infoview, not in the Deski client. This might indicate a problem at the Web Apllication server (tomcat or one you use).
    If this issue is happening with any report - it might be a bug. In that case you have no options as there are no more patches for XIR2.
    On the other hand - if all you need is to extract data for consumption in another tool , why not use Data integrator instead ?
    Also, if this desn't work in Deski - does it work if you convert your reports to webi and export from those ?

  • Help with Combo Box Component

    I am creating an application with comboboxes and using action
    script to load them. I can figure out how to change text color of
    the choices in the combo box, but can anyone tell if it is possible
    to make the text choices appear as different colors. For instance
    if I wanted all of the choices to be black text, but for the third
    choice down to appear red.
    Thanks for the help.

    You can set the backgroubd color if that helps.
    To set the second item to have a red background, attach this
    to the combobox:
    on(open){
    dropdown.setPropertiesAt(1,{backgroundColor:0xFF0000})
    }

  • Help with CSS Box

    I am reading Dreamweaver CS3 Visual Quickstart Guide. Every
    time I want to preview my page in a browser I have to save the
    document. Is it possible to preview without saving? Can I design my
    layout using CSS before I use CSS to design my type styles. I want
    to create a box using CSS. Can I design my page and menus etc and
    then add my text later?
    I want to learn how to create a white box on a grey
    background with round corners and a drop shadow. How would I do
    this using the Dreamweaver interface in "Design" view and then how
    to do in "Code" view?
    Thankyou

    If someone could help me I would really appreciate it!

  • Help with dropdown menu

    This is the code for the select menu. It all work okay. The
    problem is that I need to determine the selection value later in an
    if statement so I can change code based on the selection. No matter
    what sytax I use to reference the selection box, I get an error:
    Expected Then. Please someone help!!
    <select name="id<% = rs("ProductId")%>selectcolor"
    id="selectcolor" onChange="colorchoice">
    <%
    While (NOT rscolors.EOF)
    %>
    <% if Left(Request.Querystring("maingroup"), 1)= "A"
    then%>
    <option
    value="<%=(rscolors.Fields.Item("ColorSuffix").Value)%>"
    selected><%=(rscolors.Fields.Item("Color").Value)%></option>
    <%elseIF rscolors("ColorSuffix") < 49 Then%>
    <option
    value="<%=(rscolors.Fields.Item("ColorSuffix").Value)%>"><%=(rscolors.Fields.Item("Color" ).Value)%></option>
    <%else%>
    <%end if %>
    <% rscolors.MoveNext()%>
    <%Wend
    </select>

    With using straight code you will not be able to determine
    the selected
    value of a dropdown until the form is processed. However you
    may be able to
    get a client side javascript that will grab the values as the
    dropdown
    changes.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "Reannon" <[email protected]> wrote in
    message
    news:et9k0d$cfg$[email protected]..
    > This is the code for the select menu. It all work okay.
    The problem is
    > that I
    > need to determine the selection value later in an if
    statement so I can
    > change
    > code based on the selection. No matter what sytax I use
    to reference the
    > selection box, I get an error: Expected Then. Please
    someone help!!
    >
    > <select name="id<% =
    rs("ProductId")%>selectcolor" id="selectcolor"
    > onChange="colorchoice">
    > <%
    > While (NOT rscolors.EOF)
    > %>
    > <% if Left(Request.Querystring("maingroup"), 1)= "A"
    then%>
    > <option
    value="<%=(rscolors.Fields.Item("ColorSuffix").Value)%>"
    >
    selected><%=(rscolors.Fields.Item("Color").Value)%></option>
    > <%elseIF rscolors("ColorSuffix") < 49 Then%>
    > <option
    >
    value="<%=(rscolors.Fields.Item("ColorSuffix").Value)%>"><%=(rscolors.Fields.Ite
    > m("Color").Value)%></option>
    > <%else%>
    > <%end if %>
    > <% rscolors.MoveNext()%>
    >
    > <%Wend
    > </select>
    >

  • Need help with IE6 box drop problem DW CS4

    Having a problem with this page: http://www.recoverings.com/tarzan.html in IE6. Maincontent drops below the sidebar menu. Looks fine in FF, Safari, IE7.
    All other pages work well. I assume that this has something to do with the width of the .wrapnail and .thumbnail divs, but reducing the margins doesn't seem to help and the images start to get too close together. What am I missing here?
    Can someone help me solve this?
    I would also appreciate any suggestions on cleaning up my CSS. Seems like I have an awful lot of stuff in there. Maybe it's okay but could it be cleaner?
    Thanks for your help,
    Phil

    IE bug Float Drop is fairly common.  Make sure your page wrapper division is wider than the combined width of left sidebar + main content + left & right borders if any.  If that doesn't help, add an overflow: hidden rule to your floated container and make sure you have cleared both floats.
    More about float drop and the expanding box problem can be found here:
    http://www.positioniseverything.net/explorer/expandingboxbug.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • Help with Clipping Mask and text!

    This has really been frustrating me.
    Designing this logo at the mo - the circle is a shape and the L is just type on a separate layer on top with the same colour as background. What I want is to make the L cut into the circle so that it's essentially transparent, where I can place it on any coloured background and the L will blend it naturally without constantly changing typeface colour of 'L'.
    Any ideas guys? Using CS5. I'd appreciate any help.

    Hi,
    One way is to put your text and circle into a layer group, then set the Blending Options:Custom to Zero fill and Knockout to Shallow.
    The layer that is directly below the layer group will show through the text.

  • Insertion of a field along with dropdown box in a view of IC Webclient crm4

    I have  got a error when doing a customization in ic webclient
    My  intention is to add a field along with a drop down box associated with it
    i am doing it in crm 4.0
    i created a customize bsp application and added profile to the custom icwebclient
    framework.
    i had made all changes in z_crm_ic  and z_crm_ic_rt_rep
    and z_crm_ic_dt_rep.
    but after running the program , i am getting the error as follows
    <b>View IRecReason.htm Cannot Be Displayed
    An Exception OccurredException Class CX_SY_REF_IS_INITIAL
    Text: Dereferencing of the NULL reference.
    Program: CL_CRM_IC_LABEL===============CP
    Include: CL_CRM_IC_LABEL===============CM002
    Source Text Row: 31</b>
    Please any one suggest the solution approach.
    If my solution is wrong ,give the details from scratch.
    Much awaited solution.
    Bye,
    satish.

    Hi SATs,
                I think the problem is with the newly added field. So u just remove the field and check whether the view is displaying or not. If not diplaying u just check customization entries once again u should replace all the occurence of IRecReason with z_crm_ic/IRecReason. If its the problem with newly added field plz check the "for" field in the label is it correctly given .
    Thanks & Regards,
    Sujith

  • Framemaker 9 PDF exports with red boxes around text areas

    I have a doc, made in FM 7, using version 9
    When I make a PDF i get boxes around some of the text. It wasn't there during FM design.
    example
    (see red)
    Please help

    AxialInfo wrote:
    you might consider saving the FM file as MIF and then looking at the MIF using the wonderful freebie MIFBrowser, from Graham Wideman, from here:
    Wideman Adobe FrameMaker Topics
    to find the problem area do a search for the string that is in the title
    "Downblast Centrifugal
    Exhaust Ventilator
    Roof Mounted
    Belt Drive"
    although just pasting it here it looks like you might have soft carriage returns in it which will make it necessary to just search for the two-word segments.
    After you find the phrase, use the left navigation area to walk "up" the MIF file, looking for the specific structure that those words are in (is it a text box, or rather a graphic frame inside a text box, correct?) Is this an anchored frame, or is it just floating? If it's anchored, where is it anchored?
    In the MIF, see if you can identify any odd sounding properties of the text box or graphic frame. The MIF reference manual is a PDF found in the FM documentation folder.
    Also, one other possibility is that there's something funky with the red swash that goes across the page that's somehow "contaminating" the text frame. What kind of graphic type is the red swash? Could you take a copy of the FM file and remove the swash and then make a PDF, to see if that solves the red outline.
    edit: additional questions: are the swash and the text frame on the body page or on the master page? When Arnis suggested checking for graphics behind the text frame, did you also check the master page(s) as well as the body pages?
    Sheila
    I tried the program:
    <TextFlow
    <Notes
    > # end of Notes
    <Para
      <Unique 1291794>
      <Pgf
       <PgfTag `Body'>
       <PgfUseNextTag No>
       <PgfNextTag `'>
       <PgfAlignment Right>
       <PgfFIndent  0.0">
       <PgfLIndent  0.0">
       <PgfRIndent  0.0">
       <PgfFIndentRelative No>
       <PgfFIndentOffset  0.0">
       <PgfTopSeparator `'>
       <PgfTopSepAtIndent No>
       <PgfTopSepOffset  0.0">
       <PgfBotSeparator `'>
       <PgfBotSepAtIndent No>
       <PgfBotSepOffset  0.0">
       <PgfPlacement Anywhere>
       <PgfPlacementStyle Normal>
       <PgfRunInDefaultPunct `. '>
       <PgfSpBefore  0.0 pt>
       <PgfSpAfter  0.0 pt>
       <PgfWithPrev No>
       <PgfWithNext No>
       <PgfBlockSize 1>
       <PgfFont
        <FTag `'>
        <FPlatformName `W.Arial.R.700'>
        <FFamily `Arial'>
        <FVar `Regular'>
        <FWeight `Bold'>
        <FAngle `Regular'>
        <FEncoding `FrameRoman'>
        <FSize  14.0 pt>
        <FUnderlining FNoUnderlining>
        <FOverline No>
        <FStrike No>
        <FChangeBar No>
        <FOutline No>
        <FShadow No>
        <FPairKern Yes>
        <FTsume No>
        <FCase FAsTyped>
        <FPosition FNormal>
        <FDX  0.0%>
        <FDY  0.0%>
        <FDW  0.0%>
        <FStretch  100.0%>
        <FLanguage USEnglish>
        <FLocked No>
        <FSeparation 0>
        <FColor `Black'>
       > # end of PgfFont
       <PgfLineSpacing Fixed>
       <PgfLeading  3.0 pt>
       <PgfAutoNum No>
       <PgfNumTabs 0>
       <PgfHyphenate Yes>
       <HyphenMaxLines 2>
       <HyphenMinPrefix 3>
       <HyphenMinSuffix 3>
       <HyphenMinWord 5>
       <PgfLetterSpace No>
       <PgfMinWordSpace 90>
       <PgfOptWordSpace 100>
       <PgfMaxWordSpace 110>
       <PgfMinJRomanLetterSpace 0>
       <PgfOptJRomanLetterSpace 25>
       <PgfMaxJRomanLetterSpace 50>
       <PgfMinJLetterSpace 0>
       <PgfOptJLetterSpace 0>
       <PgfMaxJLetterSpace 10>
       <PgfYakumonoType Floating>
       <PgfAcrobatLevel 0>
       <PgfPDFStructureLevel 5>
       <PgfLanguage USEnglish>
       <PgfCellAlignment Top>
       <PgfCellMargins  0.0 pt 0.0 pt 0.0 pt 0.0 pt>
       <PgfCellLMarginFixed No>
       <PgfCellTMarginFixed No>
       <PgfCellRMarginFixed No>
       <PgfCellBMarginFixed No>
       <PgfLocked No>
      > # end of Pgf
      <ParaLine
       <TextRectID 119>
       <String `Downblast Centrifugal'>
      > # end of ParaLine
    > # end of Para
    <Para
      <Unique 1291795>
      <PgfTag `Body'>
      <Pgf
       <PgfAlignment Right>
       <PgfFont
        <FTag `'>
        <FPlatformName `W.Arial.R.700'>
        <FFamily `Arial'>
        <FVar `Regular'>
        <FWeight `Bold'>
        <FAngle `Regular'>
        <FEncoding `FrameRoman'>
        <FSize  14.0 pt>
        <FUnderlining FNoUnderlining>
        <FOverline No>
        <FStrike No>
        <FChangeBar No>
        <FOutline No>
        <FShadow No>
        <FPairKern Yes>
        <FTsume No>
        <FCase FAsTyped>
        <FPosition FNormal>
        <FDX  0.0%>
        <FDY  0.0%>
        <FDW  0.0%>
        <FStretch  100.0%>
        <FLanguage USEnglish>
        <FLocked No>
        <FSeparation 0>
        <FColor `Black'>
       > # end of PgfFont
       <PgfLeading  3.0 pt>
      > # end of Pgf
      <ParaLine
       <String `Exhaust Ventilator'>
      > # end of ParaLine
    > # end of Para
    <Para
      <Unique 1291796>
      <PgfTag `Body'>
      <Pgf
       <PgfAlignment Right>
       <PgfFont
        <FTag `'>
        <FPlatformName `W.Arial.R.700'>
        <FFamily `Arial'>
        <FVar `Regular'>
        <FWeight `Bold'>
        <FAngle `Regular'>
        <FEncoding `FrameRoman'>
        <FSize  14.0 pt>
        <FUnderlining FNoUnderlining>
        <FOverline No>
        <FStrike No>
        <FChangeBar No>
        <FOutline No>
        <FShadow No>
        <FPairKern Yes>
        <FTsume No>
        <FCase FAsTyped>
        <FPosition FNormal>
        <FDX  0.0%>
        <FDY  0.0%>
        <FDW  0.0%>
        <FStretch  100.0%>
        <FLanguage USEnglish>
        <FLocked No>
        <FSeparation 0>
        <FColor `Black'>
       > # end of PgfFont
       <PgfLeading  3.0 pt>
      > # end of Pgf
      <ParaLine
       <String `Roof Mounted'>
      > # end of ParaLine
    > # end of Para
    <Para
      <Unique 1291797>
      <PgfTag `Body'>
      <Pgf
       <PgfAlignment Right>
       <PgfFont
        <FTag `'>
        <FPlatformName `W.Arial.R.700'>
        <FFamily `Arial'>
        <FVar `Regular'>
        <FWeight `Bold'>
        <FAngle `Regular'>
        <FEncoding `FrameRoman'>
        <FSize  14.0 pt>
        <FUnderlining FNoUnderlining>
        <FOverline No>
        <FStrike No>
        <FChangeBar No>
        <FOutline No>
        <FShadow No>
        <FPairKern Yes>
        <FTsume No>
        <FCase FAsTyped>
        <FPosition FNormal>
        <FDX  0.0%>
        <FDY  0.0%>
        <FDW  0.0%>
        <FStretch  100.0%>
        <FLanguage USEnglish>
        <FLocked No>
        <FSeparation 0>
        <FColor `Black'>
       > # end of PgfFont
       <PgfLeading  3.0 pt>
      > # end of Pgf
      <ParaLine
       <String `Belt Drive'>
      > # end of ParaLine
    > # end of Para
    > # end of TextFlow
    I don't see the red in there
    I made another pdf, after deleting the red bar (it's a eps.) and the reb boxes are still there
            I'm not using any master.
    Thanks for the advice anyhow    
    -Matt

  • Help with combo boxes

    I am currently building a site with flash / dreamweaver and
    am attempting to add two or three combo boxe that will display data
    and pictures from a database. Any ideas or assistance would be much
    appreciated...
    Many thanks in advance

    Sunil,
    I'm attempting to use the data binding technique but I'm perhaps not understanding exactly where this should go.  For now I'm fine with having a static array that just lives locally on the page.   Each of my combo boxes are being populated using the
         mx:Array --> mx:Object logic. 
    I need to fire off an event to a function that is able to determine which selection(s) from the combination of the two combo boxes were chooses.  I'm accomplishing that by using selectedIndex property of the combo boxes id.  I then have 'n' number of unique Array Collections that are basically a three dimensional array containing the numeric percentage that I need to display graphically.  I need my function to be able to choose the appropriate Collection based on the combination of selected index(es) and then update my column chart accordingly. 
    My other confusion is how to do use my data binding at the chart level.  So my page is really nothing more than two combo boxes and chart that I need to change dynamically as the selections in the combo boxes changes.  Eventually I will use a webservice to connect to a .jsp page that is using DAO to retrieve the values from the database but right now I'm fine with fetching them locally just so I'll know I'm on the right track. 
    If it would help I can include the snippet of the code that I'm working on.
    Thanks for your help
    -->Nash

  • Help with reading in a text file and arrays

    I need to read in a text file with info like this for example
    dave
    martha
    dave
    billy
    I can read the information into an array and display the names but what I need to do is display how many times the same name is in the file for example the output should be
    dave 2
    martha 1
    billy 1
    How can I accomplish this? Would I use a Compareto Method to find
    duplicate names?

    Hi,
    I would recommend storing them in a Hashtable.. something like this:
    Hashtable names = new Hashtable() ;
    String s ;
    while( ( s = bufferedReader.readLine() ) != null ) {
        if ( names.contains( s ) ) {
           names.put( s , new Integer( names.get(s)+1 ) ) ;
        else {
           names.put( s , new Integer( 1 ) ) ;
    }Then the hashtable will contain a set of keys and values, which are the names and counts respectively.
    Kenny

  • Help with turning off bold text when I use asteris...

    Hello. I have an extremly annoying problem and that is that when i put * at the start and end of one or more words *like this* the message appear as fat letters like this.
    It has never been like this before. Please help me get rid of it.
    Subject/title amended to add detail.
    Attachments:
    wai skype.png ‏5 KB

    http://community.skype.com/t5/Windows-desktop-client/Switch-off-Bold-and-striked-text/m-p/3638717/hi...

  • HELP With This Big Problem (TEXT ON HOMESCREEN)

    I need to know how to put my own text on my homescreen where the time and battery is etc ive read over some few threads im lost i need some steps please help i really would like this feature on my phone

    please be specific, what txt? a picture txt? SMS icon?
    please provide BB model and OS version

Maybe you are looking for

  • I need help with DW, PHP & MySQL please.

    Hello, I am new to website development and am trying to set up a form for collecting data on my website and have a question that I can't find an answer to anywhere else. I was wandering if someone there would be kind enough to help?  I am using Dream

  • Payment Advise error while uploading Lock box

    Hi, i am getting the below error in FBL1 transaction code. I am able to upload the lock box in FBL2 transaction with Appllied status. After that when i execute FBL1 transaction i am getting the below error related to Payment Advise. Kindly help me to

  • Audio in Solaris 10 release 08/07

    Hello I have just installed Solaris 10 release 08/07,After i installed successfully i noticed that it is not supportiing Audio that is when i clicked on the icon it is showing message like no audio device found and "/dev/audioctl" and further "/dev/s

  • Accessing an established call from my app!

    Hi, I would like to do an app and I need some help since I don't know if iOS API's allow what I would like to do (I looked for documentation but I didn't find anything). (a) If I can hangup or finish an established phone call from my app (b) If I can

  • New behavior since 3.2.3-Aperture crashing

    I've had both kernel panics and-more commonly, the following scenario: The screen locks up while I'm making an adjustment to an image. The keyboard is unresponsive. I cannot Force Quit or switch to another app. The cursor disappears and then, sometim