Hi Neusa, If you class MovimentoProntuario has some field "nomeCliente"..
You should use "nomeCliente" as the TextField name, not "NomeCliente", this is a good java best practices and convention. In Portuguese: Use 'n' com minúsculo. Isto é padrão, boa sorte. Ricardo 2009/2/6 neusars <[email protected]> > > Hi Gilberto, > > Very good to ask in Portuguese, I know some java and click it until the > questions become difficult to develop. > Muito bom poder perguntar em português, conheço pouco de click e java aí > até as perguntas se tornam difícil de elaborar. > > > > > > > > > What I tried to say is: > How to inherit the form I am thinking in using the fields to change the > data later. > O que tentei dizer é o seguinte: > Quanto a herdar do form estou pensado em usar o campos para alteração dos > dados posteriormente. > > > > > > > _SetupBidi('source'); > > > > The problem is that I am not getting the value in setar Textfield > "NomeCliente. I have a method in class MovimentoProntuario.java > "getNomeCliente" with value that should appear in the Textfield NomeCliente. > O problema é que não estou conseguindo setar o valor no textfield > "NomeCliente". tenho um método na classe MovimentoProntuario.java > "getNomeCliente" com valor que deve aparecer no textField NomeCliente. > > thank, > Neusa. > > > > Veja quais são os assuntos do momento no Yahoo! +Buscados > http://br.maisbuscados.yahoo.com > -- > View this message in context: > http://n2.nabble.com/Textfield-%2B-method-tp2275870p2285157.html > Sent from the click-user mailing list archive at Nabble.com. > > -- Ricardo Lecheta
