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 Wanet Telecoms Ltd 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: jrlbw
  • Content: Threads
  • Order by date
  1. jrlbw

    CD Burner

    I have been trying to initialize new memorex cd-rw cd's to hold data. I would like to store data files and use them like I would for a zip disk. However, the initialization goes for about 15 min and then gets data error and the cd is useless...cannot do anything with it. I have done 3 like...
  2. jrlbw

    Combo Box Height

    How do you change the height of a combo box on a form? I tried to change the height in the properties box but I get message that Height is read only. I try to make height larger on the height handles on the form but it remains the same....Is the height fixed by VB???
  3. jrlbw

    ADO commits

    I have an application using Access 2000 and VB6. I retrieve all rows from the database using connection string and recordset. When I do inserts or updates I use the command object, after building my SQL statement. It inserts and updates just fine. However, when I insert, the new row does not...
  4. jrlbw

    storing signatures

    We are in process of producing a system that requires "signatures" of individuals. We are going to use the signature pads that are like those in drug stores and other retail establishments. My question is ..."Can the "signature" be stored in a DB2 database to be...
  5. jrlbw

    datagrid problem

    I am using a datagrid to produce a form containing all rows in a table that satisfied a search. I want to click on the row desired, return, and produce a form with all the data about that particular row. I can click on all the rows from #2 on down and get the desired values.... but when i...
  6. jrlbw

    datagrid return values

    I am using a datagrid to produce a form containing all rows in a table that satisfied a search. I want to click on the row desired, return, and produce a form with all the data about that particular row. I can click on all the rows from #2 on down and get the desired values.... but when i click...
  7. jrlbw

    SQL Query in VB6

    I am having a problem setting up a SQL Query using the "Like" operator. I need to retrieve a list of rows from an access db using a search for a word in the subject column in the db. I set up the query as..... select field1,field2,field3,subject from table where subject like '*data*'...
  8. jrlbw

    data control

    I have a form with a data control named data1. somehow there is a data2 on the form. I cannot find it. Using F2 listing objects, there is a data2. Looking at the code for the form, there is a data2 sub ..... How can I find the control? thanks

Part and Inventory Search

Back
Top