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 Chris Miller 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. shadowsanders

    Add column headers to csv output file

    Can someone tell me exactly what to add to this code to have the column header titles appear as the first line of the csv file that is created? Hopefully this is an easy question for a developer and any help would be greatly appreciated. Sub Initialize Dim s As New NotesSession Dim db As...
  2. shadowsanders

    FTP

    I am using the following to post a file to a network location. Now I am being asked to upload the same file to an FTP site. Can anyone tell me how this code would need to be modified to accomplish this? Sub Initialize Dim s As New NotesSession Dim db As NotesDatabase Dim view As NotesView...
  3. shadowsanders

    Add Date/Time to File Name in Lotuscript Agent

    I guess I should have been clearer in my initial post - I need the name of the output file that is created to include the date and time - so if the file was created today it would be named "filename03022011 10:20" Can you explain to me exactly how I need to alter this code to make that happen...
  4. shadowsanders

    Add Date/Time to File Name in Lotuscript Agent

    I need the output file in below to contain a date/time stamp. Can someone please tell me exactly how I need to modify the following to make this happen? Any help would be greatly appreciated. Sub Initialize Dim s As New NotesSession Dim db As NotesDatabase Dim view As NotesView Dim doc As...

Part and Inventory Search

Back
Top