I have an app, (myApp), and I have a text file, (Txt1), located at
Volume(0).Child("Applications").Child("myAPP").Child("Txt1").
I would like for the user to modify Txt1 as he desires then print it via
myApp when he presses myApp Print pushbutton.
So in Print/Action of myApp I have:-
Dim FI as folderitem
FI = Volume(0).Child("Applications").Child("myAPP").Child("Txt1")
.
.
.
.
g.drawstring Txt1.text, 36, 236, 540
But this does not work.
Please help.
Lennox.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/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>
|