by yury » Mon Aug 19, 2013 6:11 pm
Wanderson
so that the object tget contains the "name" of the edited variable is necessary to pass the name of this variable for the fourth parameter GetNew
currently (as my version of FW) class tget sends this null parameter, see the class tget (GetNew (20,20, bSetGet, cPict))
in the example that you mentioned would have to do so:
GetNew (20,20, bSetGet, "Test1", cPict)
this way you would oGet01: oGet: cVarName = "Test1"
for this to be done in a transparent manner you would have to change the class tget to receive a new parameter (cVarName, for example) and change the include the Get command to send the same this parameter
hugs
===============================================================================================================================================
Wanderson
para que o objeto TGet contenha o "nome" da variável editada é necessário passar o nome desta variável para o GetNew no quarto parâmetro
atualmente (até a minha versão do FW) a classe TGet envia este parâmetro nulo, veja na classe TGet ( GetNew(20,20,bSetGet,,cPict) )
no exemplo que voce citou teria que fazer assim:
GetNew(20,20,bSetGet,"Test1",cPict)
desta forma voce teria oGet01:oGet:cVarName = "Test1"
para que isso seja feito de forma transparente voce teria que alterar a classe TGet para receber um novo parâmetro (cVarName, por exemplo) e alterar o include do comando Get para que o mesmo envie este parâmetro
abraços
===============================================================================================================================================