Message box drop down 'IF '.

I have a drop down of 8 States applicable to our form.  Under the drop down menu, there is a table of 8 States and some information that must be provided according to the selected state.  Example, if a contractor operates in Texas, an operating licence is not necessary for general business, but it takes so contractor specialized as HVAC, plumbing, etc.  I want to tailor each message to the requirements of the State and possibly require some of the cells of the table according to the status of license requirements/selection.

However, I'm not having much luck in testing even a State.  Here's what I have for "Texas", and basically, it gives the message pop up box, regardless of the selection.  I tried using TX and Texas as the value == as the menu drop-down is the standard ' State' of the library object and I deleted everything except 8 States.

Here's where I am so far, using JavaScript and it is on the drop-down list change event.  Appreciate any help, thank you.

If (this.rawValue is "Texas")

{

xfa.host.messageBox ("If you are a contractor in the State of Texas, enter information below table commercial license", "BUSINESS LICENSE", 3, 1 ");

}

Hello

the rawValue has not been defined in the change event occurs, this happens when you leave the dropt first.

To verify the selection during the change event, you must use xfa.event.change.

If (xfa.event.change = 'Texas') {}

xfa.host.messageBox ("If you are a contractor in the State of Texas, enter information below table commercial license", "BUSINESS LICENSE", 3, 1 ");

}

Tags: Adobe LiveCycle

Similar Questions

  • Several problems with embedded DHTML menu text boxes, drop-down

    We have recently improved HR 10 HR 2015.  We know a menu dhtml drop-down text question existed prior to the upgrade and the upgrade did not fix it.  We now have a more serious problem.  We are not certain that all started with the upgrade, but we detected it after you convert our projects to HR 2015 and republish them.  I list both here in case they are connected.

    The problem known: styles of multilevel list to the level of the main topic and within the text box drop-down dhtml to first level.  However, if we add a drop-down list box text in a drop-down text box and apply a list style at several levels to the text in the drop-down text embedded dhtml, the topic seems in good shape on the Design tab, but loses the line numbers or bullets in the preview and in the published version.  No idea what would cause the list not to display properly or how to get the multilevel list styles to work in this situation?  (Yes, we know we can use styles list rather than multilevel list styles, but it is problematic, too)

    list1.png

    The novelty is that, when content is published and read in IE or Chrome (the two major browsers use customers), the drop-down text link embedded dhtml is always present, but the text in the drop-down list embedded dhtml has disappeared (for example, nothing happens when you click on the link to open the text box).  It works in preview, but not when accessed through a browser (or access to the content of webhelp after publication to a server directly from my local computer).  Any ideas on how to get it to display?  The net result for our users, is that a substantial PART of the content of the assistance amount is now more accessible.list2.png

    Thanks in advance for any help you can provide to these questions!

    Here are a few things that I would consider trying.

    First, click on Tools > update DHTML and let it do its thing.

    A test to see if something has changed. If so, great!

    If the problem persists, open one of the samples project. Click here to see a video on how to do

    Then open Windows Explorer. Click here to see a video on how to do

    Find and copy a file called ehlpdhtm.js and return to your project and paste this file into so that it replaces the one that is there.

    Then see if things are better.

    See you soon... Rick

  • Script to check boxes, drop-down boxes and form fields

    I rarely need to use javascript, which is a good thing because I can't get my head round, but you lovely people here helped me before so I hope you could help again please.

    The image below is what I am working with... The drop-down list for a maximum annual Volume contains 3 points (250,000, 1 000 000 and 2 000 000). After the volume has been chosen, one or more packs will be selected by checking the boxes. Once they have been checked I need the relevant Qtly Sub tax and fees Onetime appear

    If someone could help with a script, I would be very grateful. I use Acrobat Pro DC

    Thanks in advance

    Jackie

    As the custom calculation of "Pk1QtySubFee" script If this is the case and it still does not, could you share the file with us?

    You can download for somewhere like Dropbox or Google Drive and post the link here, or you could even send it to me to try6767 at gmail.

  • Show / hide the text box drop-down list database

    Hi all

    First time post here - wahoo!  :-)  Brand new user of LiveCycle, and so far I'm loving - very cool app!  I am a bit puzzled, however, and hoping someone can help...

    I am using LiveCycle version 8.05 and try to build a form that has a drop-down list with departments in our Organization.  If the user selects the elements 1-5 on my list, I want two other fields at autopopulated (one for the Admin Assistant) and one for Dept Head.  If however the user selects 'Other', I want a text box (it will be hidden the rest of the time) where the person will be able to type in the Department they work for.  For now, I'm only interested on getting the box 'Other' to appear; I'll worry about the other stuff later.

    Elsewhere in my form, I have a functioning drop-down list that displays a text based on the selection field; However, for some reason this logic does not work with the situation described above.

    My code for the working text field is (in JavaScript)

    var
    
    (sNewSel)
    case "1": 
    switch
    {
    
         TextField6.rawValue = "My text is in here";
    break;
    case "2":
    
    
    
    = "My second text is in here ";
    
    
    break;
    "3":
    
    case 
    
    = "My third text is in here.";
    break;
    TextField6.rawValue
    
    default:
    }
    break;
    
    
    TextField6.rawValue 
    
    
    sNewSel = this.boundItem(xfa.event.newText);
    

    After many fruitless hours yesterday, I got only to the extent where the code below; This was more or less copied right out of a post here.  When I click on the drop-down list, select 'Other', the text field is displayed.  I tried the definition of the text field to the times 'Hidden' and 'Visible' through properties of the object, but no luck.  I tried to use IF statements, subforms and anything else I could think of but am getting nowhere.

    var nSubLength = Subform1.nodes.length;
    var 
    sSelectField 
    for
    
    {if
    {switch (xfa.event.newText) 
    (case "6":
    Subform1.nodes.item(nCount).presence
    break
    default:
    Subform1.nodes.item(nCount).presence
    break
    }
    }
    }
    ;
    = "invisible";;= "visible";((Subform1.nodes.item(nCount).className == 
    "field") &(Subform1.nodes.item(nCount).name== sSelectField)) 
    (var nCount = 0; 
    nCount < nSubLength; 
    nCount++) sSelectField = fieldList.rawValue;
    = sSelectField.replace(' ', '');

    Any ideas?  This is very new to me, but I am familiar with other programming languages, and something this simple should not be difficult which leads me to think I'm missing something.

    Thanks in advance

    Chris

    It was easier to create a sample for you... Please see the attachment.  I think that's what you want.

    The code is on the change event of the DDList

    Paul

  • List boxes drop-down link

    Hi all



    I am writing a flex application that supports something like the following XML

    < VersionList >
    < version >
    < name of output = "7.11.0" >
    < component name = "S05" / >
    < component name = "S11" / >
    < component name = "S12" / >
    < component name = "S14" / >
    < / Statement >
    < / version >
    < version >
    < name of output = "7.12.0" >
    < component name = "S12" / >
    < component name = "S19" / >
    < component name = "S28" / >
    < / Statement >
    < / version >
    < / VersionList >


    I have 2 drop-down list boxes - 1 that contains the version provided the names and another that contains the names of snap!

    What I want to do is to fill the list box dropdown version and according to what is selected, fill out the snap combo box
    Ex: If the user has selected 7.12.0 - the snap would display s12, s19, s28.

    I have my mxml file that is set up to take in the xml file and load the version numbers in a table to fill the area of version! Does anyone know how I could fill combobox snap according to what is selected in the box version?

    Thanks a mil in advance, any help would be greatly appreciated!
    See you soon,.
    Derm

    Hi all

    In fact, I got it working using xmlLists and xmlListCollections. In case anyone wonders how do...

    I used the following pairs of xmlLists and xmlListCollections

    Create a list XML object to hold all the values of version
    versionList = myXML.Version.Release.attributes ();

    versionListCol = new XMLListCollection (versionList);

    Create a list XML object to hold all the values of component snap
    snapList = myXML.Version.Release [-1]. Snap.Attributes ();

    snapListCol = new XMLListCollection (snapList);

    And the following Refresh function

    private void refreshSnaps(): void {}

    Use the filtering on the version name to create the xmlList object
    snapList = myXML.Version.Release. (@name is versionBox.selectedLabel). Snap.Attributes ();

    snapListCol = new XMLListCollection (snapList);
    } //end refreshSnaps function

    and then my combo boxes resembled


  • Options box drop-down prayer

    In LC Designer 8, I created a drop-down list, the number of entry in list items (object / cell / list of items) and then assgin values (object / tender / value). I used these values to calculate a total. Everything seems to work fine, EXCEPT:

    When I print the PDF from before you save it, values (numbers chosen by the drop-down list) are visible and feel fine. But after I have save the PDF form then print it or open it again, all the values have changed the values of the tender, not text selected via the dropbox option (digital) values.

    Is this a weird defect, or something, I missed and therefore can be corrected? Note, the values, I walked for choice, are also numeric values, values bindding are also the (different) numeric values, ranging from 0.3 to 1.73. And here are the best - display list orginal, those other items only values greater than 1.0 auction (below < 1... i.e.: 0.3, 0.67, etc.) shows the values of tender... i.e.:. 3,.67, etc..

    Advice and assistance will be much appreciated

    Shai

    Hey, Shai,.

    I noticed on the value 99310 and 99252 you the same value specified (0.67). Therefore, once you select 99252 in the list, it jumps to 99310. They must have unique values. In any case, take a look at the form and tell me if its behaving the way you need to. I just changed the link on the lists of 'Normal' to 'None '.

    Dallas

  • Is the combo box drop-down "Targets" in LabVIEW 2010?

    Guy of OR,.

    In LabVIEW 2010, I installed the touch screen module but 'Touch Panel corresponding project' does not appear in the list of "Targets" of the "Getting Started" initial LV window. The Add/Remove dialog box confirms that the module is installed... Is - can be changed?

    Thanks in advance

    I think that the Touch Panel project should be added to the drop target when you install the Touch Panel Module.  As this isn't the case, I think it's a bug.  Thanks for pointing out that, and I will file a request for corrective measures to get changed for the next editions of LabVIEW.

    Kind regards

    Elizabeth K.

    National Instruments | Sales engineer | www.NI.com/support

  • List boxes drop-down interfearing with each other

    HE SOLVED. / Tobias


    Hello
    When I use two combo boxes with the code adobe (from Component Explorer Flex) example they interfere with each other. When I make a choice in a box the choice I made in the other disappears from the box. How can I change the code to avoid that / or do I have to use a different configuration with the code?

    Can someone please explain how to reach Code correctly (can't find no & amp; quot; a button insert code & amp; quot; or similar)

    Se my example:

    & amp; amp; Lt;? XML version = & amp; amp; quot; 1.0 & amp; amp; quot; Encoding = & amp; amp; quot; UTF - 8 & amp; amp; quot;? & amp; amp; GT;
    & amp; amp; Lt; xmlns:mx = MX:application & amp; amp; quot; http://www.Adobe.com/2006/MXML & amp; amp; quot; page = & amp; amp; quot; absolute & amp; amp; quot; & amp; amp; GT;
    & amp; amp; Lt; MX:script & amp; amp; GT;
    & amp; amp; Lt;! [CDATA]
    [Bindable]
    public var vinalternativ: Array = [{label: & amp; amp; quot; 1 glas husets & amp; amp; quot; wine: 65}, {label: & amp; amp; quot; 2 glas husets & amp; amp; quot; wine: 130}, {label: & amp; amp; quot; dryckespaket 3 ratters & amp; amp; quot; wine: 230}];

    [Bindable]
    public var sluttider: Array = [{label: & amp; amp; quot; 24,00 & amp; amp; quot; data: 0}, {label: & amp; amp; quot; 01.00 & amp; amp; quot; data: 1500}, {label: & amp; amp; quot; 02.00 & amp; amp; quot; data: 3000}];

    [Bindable]
    public var selectedItem:Object;
    ]] & amp; amp; GT;
    & amp; amp; Lt; / mx:Script & amp; amp; GT;

    & amp; amp; Lt;! -first combo - & amp; amp; GT;

    & amp; amp; Lt; id = MX:ComboBox & amp; amp; quot; ComboBox2 & amp; amp; quot; x = & amp; amp; quot; 86 & amp; amp; quot; y = & amp; amp; quot; 73 & amp; amp; quot; dataProvider = & amp; amp; quot; {sluttider} & amp; amp; quot; close = & amp; amp; quot; selectedItem = ComboBox (event.target) .selectedItem & amp; amp; quot; width = & amp; amp; quot; 106 & amp; amp; quot; / & amp; amp; GT;
    & amp; amp; Lt; id = MX:textarea & amp; amp; quot; lokalhyra & amp; amp; quot; x = & amp; amp; quot; 289 & amp; amp; quot; y = & amp; amp; quot; 74 & amp; amp; quot; width = & amp; amp; quot; 70 & amp; amp; quot; height = & amp; amp; quot; 22 & amp; amp; quot; text = & amp; amp; quot; {selectedItem.data} & amp; amp; quot; / & amp; amp; GT;

    & amp; amp; Lt;! --deuxieme combo - & amp; amp; GT;

    & amp; amp; Lt; id = MX:ComboBox & amp; amp; quot; vinCombo & amp; amp; quot; dataProvider = & amp; amp; quot; {vinalternativ} & amp; amp; quot; close = & amp; amp; quot; selectedItem = ComboBox (event.target) .selectedItem & amp; amp; quot; x = & amp; amp; quot; 86 & amp; amp; quot; y = & amp; amp; quot; 139 & amp; amp; quot; width = & amp; amp; quot; 106 & amp; amp; quot; / & amp; amp; GT;
    & amp; amp; Lt; id = MX:textarea & amp; amp; quot; vinval & amp; amp; quot; x = & amp; amp; quot; 289 & amp; amp; quot; y = & amp; amp; quot; 140 & amp; amp; quot; width = & amp; amp; quot; 70 & amp; amp; quot; height = & amp; amp; quot; 22 & amp; amp; quot; text = & amp; amp; quot; {selectedItem.wine} & amp; amp; quot; / & amp; amp; GT;
    & amp; amp; Lt; / mx:Application & amp; amp; GT;

    HE SOLVED. / Tobias

    Hello
    When I use two combo boxes with the code adobe (from Component Explorer Flex) example they interfere with each other. When I make a choice in a box the choice I made in the other disappears from the box. How can I change the code to avoid that / or do I have to use a different configuration with the code?

    Can someone please explain how to reach Code correctly (can't find no & quot; Insert button code & quot; or similar)

    Se my example:

    & amp; Lt;? XML version = & amp; quot; 1.0 & amp; quot; Encoding = & amp; quot; UTF - 8 & amp; quot;? & amp; GT;
    & amp; Lt; xmlns:mx = MX:application & amp; quot; http://www.Adobe.com/2006/MXML & amp; quot; page = & amp; quot; absolute & amp; quot; & amp; GT;
    & amp; Lt; MX:script & amp; GT;
    & amp; Lt;! [CDATA]
    [Bindable]
    public var vinalternativ: Array = [{label: & amp; quot; 1 glas husets & amp; quot; wine: 65}, {label: & amp; quot; 2 glas husets & amp; quot; wine: 130}, {label: & amp; quot; dryckespaket 3 ratters & amp; quot; wine: 230}];

    [Bindable]
    public var sluttider: Array = [{label: & amp; quot; 24,00 & amp; quot; data: 0}, {label: & amp; quot; 01.00 & amp; quot; data: 1500}, {label: & amp; quot; 02.00 & amp; quot; data: 3000}];

    [Bindable]
    public var selectedItem:Object;
    ]] & amp; GT;
    & amp; Lt; / mx:Script & amp; GT;

    & amp; Lt;! -first combo - & amp; GT;

    & amp; Lt; id = MX:ComboBox & amp; quot; ComboBox2 & amp; quot; x = & amp; quot; 86 & amp; quot; y = & amp; quot; 73 & amp; quot; dataProvider = & amp; quot; {sluttider} & amp; quot; close = & amp; quot; selectedItem = ComboBox (event.target) .selectedItem & amp; quot; width = & amp; quot; 106 & amp; quot; / & amp; GT;
    & amp; Lt; id = MX:textarea & amp; quot; lokalhyra & amp; quot; x = & amp; quot; 289 & amp; quot; y = & amp; quot; 74 & amp; quot; width = & amp; quot; 70 & amp; quot; height = & amp; quot; 22 & amp; quot; text = & amp; quot; {selectedItem.data} & amp; quot; / & amp; GT;

    & amp; Lt;! --deuxieme combo - & amp; GT;

    & amp; Lt; id = MX:ComboBox & amp; quot; vinCombo & amp; quot; dataProvider = & amp; quot; {vinalternativ} & amp; quot; close = & amp; quot; selectedItem = ComboBox (event.target) .selectedItem & amp; quot; x = & amp; quot; 86 & amp; quot; y = & amp; quot; 139 & amp; quot; width = & amp; quot; 106 & amp; quot; / & amp; GT;
    & amp; Lt; id = MX:textarea & amp; quot; vinval & amp; quot; x = & amp; quot; 289 & amp; quot; y = & amp; quot; 140 & amp; quot; width = & amp; quot; 70 & amp; quot; height = & amp; quot; 22 & amp; quot; text = & amp; quot; {selectedItem.wine} & amp; quot; / & amp; GT;
    & amp; Lt; / mx:Application & amp; GT;

  • How can I disable the "hand-with-a-pen-icon" in the seizure, drop-down menus and check boxes boxes in IE 10?

    How can I turn off the hand-with-a-pen-icon that appear in the entries of the form (for example, text boxes, drop-down menus and check boxes) in IE 10? I'm running updated Windows 7, 64-bit desktop with without a touchscreen. I have the Wacom tablet with a pen, but I disabled the handwriting feature in Windows.

    And also how to disable query points that appear in the scroll bars in the browser? Sometimes the mark points will blink, then this hand-with-a-pen-icon appears between. It does not appear in other browsers or programs and its was not in IE 9.

    -It is very annoying, especially when dealing with checkboxes and drop-down menus, I know never it is checked or not. --

    I have not found all the settings for this in IE 10 settings or control panel.

    Same problem here.
    I have w7 x 64 office services and tablet and writing are disabled.
    However, I see the shit 'hand with a pencil icon' in all the check boxes and drop down menus.
    It is not even recognizable on small boxes and is a total bore.
    I run my desktop PC with w7 x 64 for over a year and the symbol appeared after I've upgraded to IE10.
    I couldn't find an appropriate solution in the links provided in this thread, and I hope that it will be a good solution soon.
    To give an idea, I downloaded 2 screenshots on my skydrive
    https://SkyDrive.live.com/?CID=1C240C8A7B1412A2&ID=1C240C8A7B1412A2! 110 #cid = 1C240C8A7B1412A2 & id = 1C240C8A7B1412A2. 110

    Meanwhile, I think that I found the real cause.
    I had turned off the segue UI fonts during the day even when I updated to IE10.
    Strange as appears only in IE10 I assumed it it was due to the update.
    As explained in this thread that it is obviously a police problem well.
    http://answers.Microsoft.com/en-us/IE/Forum/IE10-Windows_7/IE10-shows-square-blocks-on-every-dropdown-menu/068079a1-47AB-496a-8358-4391b564aaee
    I still have not solved not satisfactory, but at least I now know the cause.

    IT FIXED:
    to do my reading sharper, I had turned off cleartype according to http://www.davidjnice.com/articles/windows7_fonts.html
    I'm now setting replace to

    "Segoe UI Symbol (TrueType)"="seguisym.ttf" and voila, the handwriting symbol in IE10 is gone again.
    
  • Default or initial value to the choice of the Message drop-down list

    Hello

    How to set the initial value to choose list (Message choice drop-down) based on the State of certain? in R12.1.3.

    setValue do not work, please help.


    IF cust_function = "NH" then set message of choice initial value items has another b (on A, b, c, d...) in extended CO.

    Thank you

    Hello

    for the dropdown list use this

    class oracle.apps.fnd.framework.webui.beans.OAWebBeanPickList

    Get your list of choices

    Use these functions to set initial values based on the State.

    setDefaultValue (String defaultValue)
    setSelectionValue (pageContext OAPageContext, String selectionValue)
    Set selection - internal value of the element of choice that will be shown as selected.

    Kind regards
    Pradeep

  • How to control the length of the drop-down list box

    Nice day.

    I have a combo box list based on a LOV. a LOV is like more than 100 characters. Even if I set the width of the drop-down list to 10 or 15. It is extended by the length of the entry. Indeed, this extension of the list box, drop-down words to the bottom of my page layout.
                       so forum, how can i force a combo box to retain a fixed width.
                       thanks in advance.
               

    It works in FF and probably Safari for a specific list:
    -Add a tag property of the attributes of the form element Option (in the section of the item): style = width: 50px. You can go up and down with the number of pixels to fit your needs

    A suggestion to work as well in Internet Explorer: you can edit all entrable fields for your region by adding the tags to the header of the region:

    And in the case where you want the selection to restrictions lists:

    Published by: Kléber M August 26, 2011 06:18

  • Select the item in the drop-down list box?

    Hello, I have a list box drop-down list box that contains numbers from 1 to 10. Normally, it will display "1" when the application starts, but how I put it in AS3 to show "3" instead?

    comboboxInstancename.selectedIndex = 2;

  • cannot detect if it is has only 1 item in the drop-down list box?

    I have an array of strings to put them in the drop-down list box, a drop-down list box. I will select an item in the drop-down list box drop-down list and press the button 'delete '. It removes the item from the drop-down list box. but when I come to the last drop-down list box, im unable to remove offshore because it does not get pass this line...

    myEntries.selectedItem.label is myArray [i]

    Why do myEntries.selectedItem.label is not detected in the last element?

    Entries.addEventListener (Event.CHANGE, EntriesChange)

                   }

              }

    "" var str_entries:String = "";

    //set default

    function EntriesChange(e:Event):void {}

    for (var i = 0; i < myArray.length; i ++)

                   {

    { if (myEntries.selectedItem.label == {myArray [i].)}

    str_entries = myArray [i];

    trace ("str_entries =" + str_entries)

                        }

                   }

              }

    You can not able to delete the index 0th, the code below, did the trick:

    delbtn.addEventListener (MouseEvent.CLICK, delfn);
    function delfn(e:MouseEvent):void {}
    var str:String=String(Entries.selectedItem.label).toLowerCase();
    for (var i = 0; i)<>
    var str1:String=String(myArray[i]).toLowerCase();
    If (str == str1) {}
    Entries.removeItem (Entries.selectedItem);
    If (Entries.length == 0) Entries.removeAll ();
    str_entries = myArray [i];
    }
    }
    }

  • Command to refresh a calculated field when you select an option from the drop-down list box

    When my form user selects an option in a drop-down list box, the value in the field (in this case, Total) I would like to update, but it isn't.

    A radio button option box makes the Total-development field to automatic update when the user clicks on the radio button. But the drop-down list box is not updated Total (without clicking away from the field). I would like to add a command in the Combo Box to refresh the Total field when you selected the option to drop-down list box.

    Someone at - it a code (Javascript?) to get there.

    Thank you very much.

    You don't need a script, simply select the 'Value selected to validate immediately' checkbox on the Options tab of the dialog list box drop-down list box field properties.

  • calculate drop-down list boxes

    Hi I'm new to flash and I'm creating a King calculator using two drop-down list boxes. 1 box of how many treatments 5,10,20 box 2 cost per treatment, 90, 100, 120, then button to calculate x cost processing and a dynamic text field to display the result. I use Flash CS4, I'm wasting my time with list boxes drop-down I searched flsh docs all day. Any help would be greatly appreciated. Thank you

    Here is a link to an AS3 example.  The data are added to the combo boxes via the Properties section "Settings" Panel  It includes simplified checks to see if the two choices have been made.

    http://www.nedwebs.com/Flash/AS3_combo_math.fla

Maybe you are looking for

  • Format column entered in my finder window

    Only the entries in column name in my finder window are black.  All other entries in the column are gray. How can I make those gray black?  I am OS 10.9.5 on an iMac 27-inch, late 2009.

  • Yosemite will break 9.4.3 iPhoto?

    I use the Mavericks.  If I go to Yosemite, will I still be able to use iPhoto? I have iPhoto 9.4.3 but have found it impossible to upgrade to 9.5 or more because the updates were dropped before I had to use an any of them. Also, I can't upgrade to Ph

  • No option to save messages to iCloud?

    Hello I thought you used to be able to choose if you want to save your messages to iCloud?  Under settings > iCloud?  The option is not there on my iPhone or iPad. My wife has been removed and a load of messages from my iPhone (I should never have gi

  • Error code: 800 b 0100 on Windows Vista

    For these last days, I had problems with my Windows. All programs will be frozen after a certain period of time and I'll have to restart the computer. I've been doing system scans for the last days, and they say that there is a problem with my system

  • I need to find a driver for NIC to my a6130n, any ideas where?

    I recently had to reinstall my windows xp operating system, and now my computer isn't connect to the net via my modem. I have Verizon fios and verizon tells me that I need a network interface card driver. I checked hp.com and couldn't find it. A vide