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

    Type Mismatch Error: CDate

    I am getting an error: Type mismatch CDate I have a text file and when the records in the text files complete 60 days then it writes to a file else puts in a seperate array. I get type mismatch error at CDate. I am not knowing where its going wrong. Any help is appreciated. The text file in...
  2. jessiejane

    Deleting the record from an Array String

    I have a text file in the format of "Name-Date" Sample of the text file: John-02/03/2010 Mary-05/20/2010 When the date meets the 60 day counter then the record should be deleted from the text file and any spaces in the text file should be removed. (I have converted the text file from array...
  3. jessiejane

    Getting Date from a line string

    I have a string "John-2/3/2010". How would I get just the date from the string. Given: John-2/3/2010 Output: 2/3/2010
  4. jessiejane

    Appending data into the textfile in a new line

    Hi, I have a temp file (temp.txt) and purge file (purge.txt) I compare the data in the temp file against the purge file and if the record exists in both the files I do not add the data, if the record in the temp file does not exist in the purge file, I append the data to the purge file. When...
  5. jessiejane

    Email Functionality

    I am new to Cognos...and recently started working on a report. In cognos 8.4, would it be possible to send an email if a particular condition in a report occurs. For example:- We have a report which has employee data such as emp ID, emp name, emp staus, emp manager, emp dept....etc The...
  6. jessiejane

    Delete first 15 files in the folder from the current Date

    I have an archive folder with the files in it. The files are in the format of NJDAT120909.txt format. i.e. NJDAT+Date.txt The archive folder has many files. The file is not placed during weekends. Only weekdays the file is placed in the archive folder For example: ---Nov 1st, sunday...
  7. jessiejane

    Check the file exists

    I have a filename with Example112409.txt file in the folder. The date changes according to the current date. I file is palced everyday in the folder. How would I check the exists without checking the date. Like Startswith and endwith.. Any help...
  8. jessiejane

    Email to distribution List

    Hi, I need to send an email to the distribution list when the file is not found. When I checked with email server people - they said that they do not have particular server associated to the distribution list. Here is the code. How would I change it to fit my needs Any help is greatly...
  9. jessiejane

    MIME Boundary

    I have to use mime-boundary in my code but I am not sure what it is? I went thorough the tutorials and it says it is email transmission standard. --- Background: I have a piece of code that uploads the file to the server. --- In the code it has mimeBoundary = "aabbcc"? What does that mean.
  10. jessiejane

    Formatting Date in Command Line

    I need to pass command line arguments in VB.NET. The command line argument has current date appended to the filename. The date is in the format of MMDDYY. Example: Test110709.txt How would I code the date in this format(MMDDYY) in the command line. Any help is greatly appreciated.
  11. jessiejane

    Check file not empty

    I have a text file and data in it. I need to check that the file is not empty. How would I do that.
  12. jessiejane

    Date Format

    I am pretty new to VB.NET. I need to print the current date whatever the date is in the format of MMDDYY? The Date should not be hard coded and should take whatever the current date is. For Example if today date is 11/5/2009 it should print in 110509 (MMDDYY) Any help is really appreciated.
  13. jessiejane

    USe HTTPS in VBScript

    Wondering whether we can use https in VBScript? Would appreciate if any one could give me an example.
  14. jessiejane

    Copy a file to the server

    I need to copy a text file to the server using HTTPS protocol. I have to pass the authentication token, the text file, the web url and comment to the server. When the file is transfered, I should get the status whether the file transfer is succesful or not. Can anyone give me any ideas in...

Part and Inventory Search

Back
Top