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!

Recent content by Shfog

  1. Shfog

    Disable Auto Complete

    Thanks for the replies: arperry - My customer does not want to disable the Auto Complete feature in her browser as she likes it for other things. She has filled in a 'name' field incorrectly numerous times and blames it on auto complete, (which is BS if you ask me) so she wants us to try to...
  2. Shfog

    Disable Auto Complete

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

    Watched Folder

    Works like a charm.... Thanks
  4. 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...
  5. 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...
  6. Shfog

    Access Address Book Report - Need Brains

    Thank You Stew, I see the concept of making the first letter appear in a field. But how do I get the letter to print at only the first page of the 'A's', then the first page of the 'B's', then the first page of the 'C's', etc.. 26 groups?.. Thanks, Shfog --I am the Hub, you are the...
  7. Shfog

    Access Address Book Report - Need Brains

    Thsanks for your reply. I use Access 2002 and I can't find your reference in the Access Help section. If you could be a bit more specific I think that would help. If I got it to work for the group header, would I need 26 groups to make it work as an address book?
  8. Shfog

    Access Address Book Report - Need Brains

    So far I have created the Address Book Report with Page Breaks at the end of each Section (A,B,C etc) But I still don't see how to add an "A" at the top of the first page of the A's, and then a "B" at the top of the first page of the B's, etc. If I only had a brain...
  9. 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...
  10. 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
  11. Shfog

    Outlook XP Unsafe Attachments

    Choose the "Attachment Security Options" link by Ken Slovak. The other listed on the page may be good also, but I can only vouch for the Ken Slovak one.
  12. Shfog

    Outlook XP Unsafe Attachments

    Hello, I had the same problem with Outlook 2002 not letting me recieve a database file that I needed. No options: It just wouldn't let me open it. Then I found this great add-in from Slipstick Systems. It's free and I've used it for about 4 months with no problems. It allows you to do what...
  13. Shfog

    Need help with CONVERT (text to VARCHAR)

    It looks like blank text fields in the VB are part of the problem. If all boxes have text, I don't get an error. Is there a way to send the empty string as NULL in VB? Or should I adjust my stored procedure? And how? Thanks steve@accucopy.com
  14. 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...
  15. 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 <>...

Part and Inventory Search

Back
Top