Results 1 to 3 of 3

Thread: datePicker with text files

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2006
    Posts
    208

    datePicker with text files

    Hi all,

    how do I search a text file using the datepicker?

    I will be using 2 datepickers on one form to create a date range, the with that date range, return all records in that range. Here is a ex. of the record.

    Mike,5/14/2006,8:37:01 PM,Living Room,Yes


    thanks

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    May 2006
    Posts
    208

    Re: datePicker with text files

    Anything?

  3. #3
    Frenzied Member cssriraman's Avatar
    Join Date
    Jun 2005
    Posts
    1,465

    Re: datePicker with text files

    so, you would like to searhc the text file for date picker value right!

    There are two ways:

    First will be read the text file line by line and check whether the search string(date picker value) exists using instr function. if exists then do whatever you want.

    second will be:

    Load your text file in rich text box and search the desired value on it. Search the forum you will get many examples.
    CS

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width