Yes, but it sounds like you didn't do the other part (implement
OpenDocument).
I used Lars Jensen UTools2,
I opened the App/OpenDocument event and he has a snippet there which I used
dim items() as folderItem
items().Append item
then I did
Dim filestream As TextInputStream
Filestream =item.OpenAsTextFile
myApp.FirstField.Text = filestream.ReadLine
.
.
.
myApp.LastField.Text = filestream.ReadLine
filestream.close
and it worked.
Any other suggestions, improvements?
Thanks again.
Lennox.
_________________________________________________________________
Don't just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|