gettingstarted
[Top] [All Lists]

Re: Saving a file with the parent app icon

To: gettingstarted at lists dot realsoftware dot com
Subject: Re: Saving a file with the parent app icon
From: "Lennox Jacob" <lenpartico at hotmail dot com>
Date: Wed, 27 Apr 2005 22:33:17 +0000
Delivered-to: gettingstarted at lists dot realsoftware dot com

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>

<Prev in Thread] Current Thread [Next in Thread>