Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. shawn876

    Textbox value please help

    Hi all: What is wrong with my statement here: <INPUT type=""text"" id=CCN Name=CCN value= " & GetCCNum & "> GetCCNum is a function which would spit out ('1849','0903') When I have one GetCCNum value the textbox works fine but when more then one goes in the textbox just carries one of the...
  2. shawn876

    CheckBoxes??

    Hi all: I have a form that would bring up 4 teams that load up separately on the same form. It has a checkbox at the end of each person on the team which is called approve hours . At the bottom of the form I have two buttons Check all and Approve All Items. When I click on Check All it should...
  3. shawn876

    Title in ComboBox???Is this possible

    Hi everyone: I have a combobox. For my combobox I need a title for each option tag. For example: If I have three options A, B C A would be titled Apples B would be titled Beach C would be titled Cat. Something like a caption on each option. I know we can place title tags on <TD>'s is it...
  4. shawn876

    Listbox

    Actually you can try this to: dim opt for each opt in document.formname.comboboxname.options opt.selected = true next Thanks
  5. shawn876

    Listboxes??Help

    Hi everyone: I have two listboxes and I need to populate listbox 2 with listbox 1. For example: Listbox1 Zr PB If I select or double click Listbox1 on Zr or PB it will flow over to Listbox 2 I need the code in vbscript.Please help. Thank You
  6. shawn876

    Popualting a listbox from a combobox

    Hi: I have a combobox which fills in by the recordset that I placed in. I have an emptylistbox which can be populated by moving items from another filled listbox on the form or can fill in by the dropdown selection. The dropdown selection would run a recordset which would look for the...
  7. shawn876

    Populating from a dropdown box to a listbox???

    Hi I have a dropdown box with GroupNames. I need the form to work when a groupName is selected to popualte the listbox with values. If the GroupName is not selected then Do not populated anything for the listbox. Please help Thanks
  8. shawn876

    Copy items from a listbox

    Thank you You get a *
  9. shawn876

    Copy items from a listbox

    It gives me an error on into. Also another issue I am having is that when I click on Save button on my form. It will not save what I have selected in the new listbox. If I highlight all the ones I have selected and click save it would save that into it. Is there a way to do it without...
  10. shawn876

    Copy items from a listbox

    Hi This is awesome code. But have one question: I have a listbox box which fills in the values plus text of the field. The other listbox is empty. I have the two buttons and all. But when I switch from the empty one to the filled one. It places the value in there only and not the text with...
  11. shawn876

    displaying combobox text ???

    HI everyone: I have a combobox which displays with the values A, B, C. What I need is when I select the text in the combobox I need to use that text to display in a table. For example: B is the value but in the combobox it shows up as Hi I need use that text value. Please help Thanks
  12. shawn876

    Displaying the text select in a combobox???

    Hey Thank you very much I did get it to work. But How do I get it so that when I print the page that text value shows up on the page. Thanks
  13. shawn876

    Displaying the text select in a combobox???

    HI everyone: I have a combobox which displays with the values A, B, C. What I need is when I select the text in the combobox I need to use that text to display in a table. For example: B is the value but in the combobox it shows up as Hi I need use that text value. Please help Thanks
  14. shawn876

    Loop, Case Else Help

    Hi I have the following Code(bottom). The thing with this code is if the Paycode is used already for that person then it fills up the the <TH> tags assoicated with it. I need it to basically if I used a code called BHP and it fills it in already. So when it gets to the next TH tag it will just...
  15. shawn876

    FSO and CSV file Can it be done

    Hi: I have a CSV file which I need to import into a SQL Server table. But I created a form on an asp page. I needed to know if I can use FSO to import this csv file into the sql server table. If yes Does anyone have a smaple of this code. Thanks
  16. shawn876

    Using FSO can we import CSV file...Help Please

    Hi: I have a CSV file which I need to import into a SQL Server table. But I created a form on an asp page. I needed to know if I can use FSO to import this csv file into the sql server table. If yes How? Thanks

Part and Inventory Search

Back
Top