Search results

  1. L

    Copy files based on date modified/created.

    I use this code to copy all MS Word files from C:\Bam\Renewals to E:\Transfers\Updates. It works perfect. Dim lb As Variant Set lb = CreateObject("Scripting.FileSystemObject") lb.CopyFile "C:\Bam\Renewals\*.doc", "E:\Transfers\Updates\" What I want to do now...
  2. L

    Automate copy, convert to text file and ...

    I need help here. I work with a billing system (server), which generates a T file every hour. It names the files sequentially in the format yyyymmddhh. For example, A2002110100, A2002110101, A2002110102 are the first three files generated on November 1, 2002. Every 24 hours, I manually copy all...
  3. L

    Copy file from one directory to another from code

    Please help. I want to copy a file(s) from a directory in another computer on to my computer from code. Since the file name changes, I would like you to include the option of inputting the file name I want to import, say in a textbox.
  4. L

    Copy file from one directory to another from code

    I need help here. I want to copy a text file(s) from a folder in another computer on to my own pc from code. Since the file name changes, I would want the option to enter the file name I want to copy, say in a textbox.
  5. L

    Calendar Control in Textbox Control

    Your memo is recieved. Thanks for that.We're now looking at it. We've forworded a copy to you thro' your mailbox as requested.
  6. L

    Calendar Control in Textbox Control

    Author Topic: Calendar cantrol LaBam Junior Member posted 03-27-2002 05:58 AM -------------------------------------------------------------------------------- Now we've placed the Calendar in the form but we want it to populate the combo box i.e on clicking the combo we...
  7. L

    Calendar cantrol

    Now we've placed the Calendar in the form but we want it to populate the combo box i.e on clicking the combo we select the date and the date should be displayed on the text box of the combo(which will be subsiquently be transfered to the form's table).
  8. L

    Calendar Control in Textbox Control

    Please help. I have a textbox control to input a date. I want to make it such that instead of typing into it, a calendar dropdown is displayed whenever the textbox is clicked so that the user can select a date from it and this date is transfered into the textbox. How do i go about this problem?
Back
Top Bottom