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 gkittelson 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: *

  1. Hiker662

    Order of filenames returned by DIR()

    DIR() does not return file names in any particular order. You will need to build an array of the returned file names and sort them from there. When finished, DIR() returns an empty string.
  2. Hiker662

    DateTimePicker Validate Problems

    When entering data in the text fields of the DTPicker control, the validate event uses the old value, not the new value. I need to force the user to enter a correct value based on other dates, the change event will trap but can't force focus to remain on the current control. Also, when...

Part and Inventory Search

Back
Top