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...
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...
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...
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...
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...
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...
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...
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.
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.
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.