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 TouchToneTommy 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: tcapp
  • Content: Threads
  • Order by date
  1. tcapp

    Select statement and Dateadd

    I am trying to select only records for the next seven days. I have added a date in the record using the DTpicker. When using the dateadd function in my SQL statement it gives me a syntax error. Any help is appreciated. Code: edate = DateAdd("d", 7, Date) ' set strings sSQL =...
  2. tcapp

    Datagrid row/col current cell ??

    How can you determine the current row and col of a datagrid. Does the datagrid have something like the flexgrids TextMatrix property referencing both col and row?
  3. tcapp

    Binding a DataGrid with code

    I have been trying to connect to a datagrid using the following code: Dim cn As ADODB.Connection Dim rs As ADODB.Recordset Dim results As String 'Open Connection Set cn = New ADODB.Connection cn.ConnectionString = _ "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\vendor1.mdb" cn.Open...
  4. tcapp

    Printing in columns

    Hi all, I am creating a small application to to track addresses. I am trying to print two separate columns of data. I cannot seem to find a good reference on printing. My current code prints straight down the center of the page. Any help would be appreciated. Current Code: hwidth =...
  5. tcapp

    Locking a form with a checkbox

    I am trying to lock a form with a checkbox to toggle editing on/off to prevent record corruption. I have been using the Recordlocks property but have not been successful in making it work. I would appreciate any idea's or recommendations on another way to make this work.

Part and Inventory Search

Back
Top