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 wOOdy-Soft 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: Trowser
  • Content: Threads
  • Order by date
  1. Trowser

    How do I Search for multiple instances

    Hi guys I have a table that stores all the hardware that users have on site, some of these users have more than one piece of hardware like multiple machines etc Now all the users machines are referanced to them by thier payroll number for example ID (autonumber)(key) - Payroll - Machine -...
  2. Trowser

    Combo box not populating

    Ok I have a series of combo boxes and I want each combo box to display the data depending on whats in the other combo boxes. but I cannot get the combo box to populate any data I get no errors and even when I put a break on the event procedure nothing happens. Option Compare Database Dim Fname...
  3. Trowser

    Adding Columns to Existing Table

    I have a form which shows a users details for an audit Now these users have many app's but I dont know what they are so I created a command button to add applications to the applications table. This brings up a form with a textbox and a command button labeled Add application. When clicked I want...
  4. Trowser

    Cannot get CDONTS to work I recive no mail

    Hi guys this is the Asp Code I amd using from a form in oder to send the forms results back to us by email for some reason we have never recived an email back dunno if I have messed something up in the code could someone look over it for me please <%@ CodePage=65001...
  5. Trowser

    Skins in VB6?

    Is this possiable I see it for programs where you can get skins for it but can you do the same in VB?
  6. Trowser

    With Multiple forms how do I check that a form is open

    I have 8 forms when a user opens one form it shows up when he opens the next form I want that one to show up below it when he opens the next one it shows up below the other 2 in, and it makes no differance what order he opens the forms.
  7. Trowser

    Using Image1 to load a jpg from a webserver (I canna do it captain)

    I have a SQL 2000 server I have lots of images in my program (resource file) but I want to move them out to make my exe smaller Now the SQL server is on the Web and I also have web space on the web so I have moved all my images to the webserver. Now I want to use an Image control to show...
  8. Trowser

    Pointers in SQL and using image control with those pointers

    Hello lads I have a SQL 2000 server I have lots of images in my program (resource file) but I want to move them out to make my exe smaller Now the SQL server is on the Web and I also have web space on the web so I have moved all my images to the webserver. Now I want to use an Image...
  9. Trowser

    Image control how do I direct it to a location on a webserver

    Basically I am using an SQL DB and in one of the fields I have the location of a file that has the picture of the item in the SQL database Now when the user browses through I want this picture to load up into a image object I am using Image1 = Loadpicture...
  10. Trowser

    Searching SQL queries and returning Specific Rows

    Hello guys I am back again for yet more help I am running a query which returns results back to my program then in another part of the form depending on what is shown in the form it has to run more querys to get more details. hm not sure how to explain this properly...
  11. Trowser

    Adding Images to an SQL database

    Ok guys I have an sql Database but I have no idea how to put images into the field for each record could someone tell me how to do that? also I will be displaying the image in a VB6 program can I just bind the img object to the field with the image? or does it need special code
  12. Trowser

    ADO internet to SQL server (performace)

    Ok I would like to know how best to increase and speed up the performace of my program fetching data over the internet using ADO Con.Connectionstring &quot;Driver={SQL Server};&quot; & _ &quot;Server=xxx.xxx.xxx.xxx;&quot; & _...
  13. Trowser

    Pictures in forms (how to get rid of them)

    Ok I have done this quite a few times I click on an image and I wasnt to change it but through in-attention I actually change it so that the form has a picture on it. Normally to get rid of this I have recreated the form and Cut'n'Paste the code back in (V.Annoying) Can anyone tell me how to...
  14. Trowser

    Creating a dynamic array

    ok I have been lookiing in the quick tips and it shows in there how to make a dynamic controls to get around the limit of controls in a form. Now how do you create an array I may need to make upto 50 dynamic labels but I dont want to go Dim Label1 as VB.Label For each one, I want to create an...
  15. Trowser

    Labels problem idea may be impossiable :) noting click point.

    Ok with a Label say I have text 255 characters long in a label and that label contains data from a database that I dont want the user to change Now say the label has a list of locations where a part is sold at. Now the user clicks on the label on say a point hovering over say K-mart is it at...
  16. Trowser

    how do I connect to an Access DB on the Internet?

    I have put my Access 2k DB up onto the web and informed my ISP who created a DSN on the server to support it. What I want to know is how now do I connect to that DB over the Web? Also when they start up the program how do I check that they are connected to the web?
  17. Trowser

    how do you serch a sting?

    I have info in a DB that then gets put into textboxes how do I search the sting in the textbox for a cetain word IE Nuts & bolts & string & carpet Bolts & Sting & Carpet Nuts & Carpet Nuts & String & Carpet how do I search those stings to see if the word carpet is contained in it
  18. Trowser

    Connecting to an Access DB on the Web

    I have put my Access 2k DB up onto the web and informed my ISP who created a DSN on the server to support it. What I want to know is how now do I connect to that DB over the Web? Also when they start up the program how do I check that they are connected to the web?
  19. Trowser

    Programming image maps in VB

    Ok I have no idea what-so-ever in how to do this. Does anyone? or can anyone point me somewhere to a place that can show me/teach me/ or give me examples of how to do it ?
  20. Trowser

    Dynamic updates of program exe

    I want users to be able to update my program when a new version comes out but I have no idea how to do it. IE they start up the program it goes to a server or intranet site checks the version number of the one on there and if the one on the server is a newer version it either initiates a...

Part and Inventory Search

Back
Top