Hello Michelle,
Yes, I hope you are a bit familiar with lotusscript?
If so you can use the lotusscript classes notesview and notesdocument to retrive the data from the view you want to export to the text file.
If you have more questions. Please ask, maybe I can help.
Below there is a little...
Hello Michelle,
The following basic code will create a text file which you can fill in yourself, I hope this will help you.
CODE:
Dim fileNum As Integer
Dim fileName As String
' Ask for the text file name ...
filename$ = Inputbox$("Enter name file. Ex: c:\test.txt", "Data...
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.