Quote Originally Posted by larandiaa View Post
Code:
Procedure OnClick
  Move Estacion.Codigo to Trafo.Estacion
  Move oDbForm2 to Trafo.Marca
  Move oDbform3 to Trafo.Potencia
  Save Trafo
 End_Procedure
In The last two field it will save the object number not the value it contains.

Code:
Get value of oDbForm3 to sValue
Will get the value of what was filled in the form.

That is the most simplistic answer.

If you are new to DataFlex, start looking at the order entry sample, and read about data dictionaries.

Peter