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 dencom 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: *

  • Users: blounty
  • Content: Threads
  • Order by date
  1. blounty

    Find control in formview

    Hi all, I am creating a page with a multiview which has 2 views. in one view there is a dropdownlist and in the other a formview. i want to be able to apply the selecteditem text to a label in the insert template of my formview. I understand that i have to use findcontrol() which i have done...
  2. blounty

    Scan Network For Printers And Retrieve Printer Information

    Hi All, I am really stumped. Is it possible to scan a network to pick up printers connected to it and then retrieve the printers information (name, ink levels, serial)? i hav been searching for a way to do this for a while now. Any ideas would be greatly appreciated. Regards Alex
  3. blounty

    Actioning Insert Sql with parameters using .net

    Hi guys i have been working on this for a few hours and my brain is now a block of concrete. i am using the following code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Try Dim sqlstring As String...
  4. blounty

    Using combo box as parameter in query....

    Hi all, i ave only been walking through the valley of vb.net for a short time (sorry its been a long night!) and i have come to a brickwall which i have not been able to scale! (metaphors all over the place!) i am trying to use a value of a combobox as a parameter for a query which i turn feeds...
  5. blounty

    List all printers connected to the network

    Hi all, Before i begin i must stress i am amazingly new to .net so please be gentle with me. Is it possible to create a list of all printers connected to the network that the computer this program will be run on is a part of? i am sure it would be possible as there are programs like print Audit...
  6. blounty

    Excel Form Listbox Help.....

    Hi All, I have a a listbox control on a form which is filled by a dynamic rowsource. this works fine. The user selects an entry in the listbox and then hits a button control to process the data. Again this works fine. What i would like some advice on is if it is possible to select the next row...
  7. blounty

    Error in nested For Next Statement

    Hi Guys, I have the following code which is Type Mismatch erroring. Private Sub CommandButton1_Click() Dim I As Long Dim Src As String Dim OWG As String Dim NWG As String Dim NMK As String Dim OMake As String Dim NMake As String Dim OModel As String Dim NModel As String Dim Rental As String...
  8. blounty

    Excel VBA Code getting rather large...

    Hey guys, I have created a function to take information from a form and enter into a sheet, then give message box's based on this information. The code below works fine and i am happy with but i have to do this with another form which has about 20 or more text box's is there an easier way of...
  9. blounty

    Repeated IF Statements Too Large

    Hey All, I am using an IF statement to get a value from a text box on a form into a cell If an adjacent cell is equal the value in a combobox on the same form. so i have used this code: Sub Analysis_Area() If Worksheets("Proposal").Range("C4") = UserForm4.ComboBox1.Value Then...

Part and Inventory Search

Back
Top