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

    Disable Auto Complete

    Is there a way to disable IE's auto complete feature for a ColdFusion input box?
  2. Shfog

    Watched Folder

    How can I 'watch' a folder to move a file with a name that will vary from day to day? The customer uploads a file to our server with the name "mmdd(cyclenumber)", where cycle number varies with no pattern. I've got a timer that runs a stored procedure every few minutes to see if a file...
  3. Shfog

    Padding Text Fields

    I would like to pad a text field (Address - lngth 50) with spaces, so that I can easily export to a fixed length text file. What format/padding options are there within a field in an Access 2002 table? Thanks...
  4. Shfog

    Access Address Book Report - Need Brains

    My Goal: Address Book Report (Access 2002) No Report Header- Nice big text box with Letter 'A' or 'B' at the top of page for the A's B's C's, etc- The info (a few pages each of the A's, B's C's etc)- ForceNewPage at the end of each letters' section- No Report Footer- Any help appreciated- Do I...
  5. Shfog

    Resize Access 2002 Report

    How do I change the output size of my report? I want it to be one column, 8.5 x 5.5. I can get 8.5 x 11 landscape with two columns (which is close to what I want), but I'm having trouble getting farther. Thanks, Shfog
  6. Shfog

    Need help with CONVERT (text to VARCHAR)

    The code below gives me an error message: "Implicit conversion from datatype 'text' to 'varchar' is not allowed. Use CONVERT function to run this query" Where and how do I use the convert or cast function? In the VB Program? In the Stored Procedure? Where? Thanks for any help...
  7. Shfog

    Filling Text Boxes With Excel Data

    I have some code that will allow me to pull data from a normal Excel sheet into a list view in VB. Can this code be modified to allow me to select only certain cells (same ones each time) and put them into text boxes so that they can be modified or edited? If conExcel.ConnectionString <>...
  8. Shfog

    Filling Text Boxes With Excel Data

    I have some code that will allow me to pull data from a normal Excel sheet into a list view in VB. Can this code be modified to allow me to select only certain cells (same ones each time) and put them into text boxes so that they can be modified or edited? If conExcel.ConnectionString <>...
  9. Shfog

    Random Excel Data To VB Text Boxes

    I need to pull data from various cells into the text boxes of a VB App so that the data can be edited before sending it to a SQL Server Database. The code I have found assumes that the data is neatly organized and then sends it to a list view in VB. Can this be modified to select only...
  10. Shfog

    Can Access Store JPG's?

    We are trying to organize a few hundred forms that we plan to scan into jpg's. Is there a way for us to put these into an Access 2000 database? Thanks, Shfog

Part and Inventory Search

Back
Top