Thread
:
How can I save the content of textfield in a text file?
View Single Post
#
3
(
permalink
)
08-07-2007, 06:29 PM
fred
Member
Join Date: Jul 2007
Posts: 41
hi leonard
I solved it!
I wrote:
Code:
out.write("Name: "+Fr.getNume()+"\n");
instead of
Code:
out.write("Name : " + t1.getText() + "/n");
where fr it's a class
and t1 it's a textfield
if you want I send the all code
thanks !
fred
View Public Profile
Send a private message to fred
Find all posts by fred