View Single Post
  #3 (permalink)  
Old 08-07-2007, 06:29 PM
fred fred is offline
Member
 
Join Date: Jul 2007
Posts: 41
fred is on a distinguished road
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 !
Reply With Quote