Re: How can I save this data in a table?
Originally Posted by
larandiaa
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
Peter H. van Wijk
X-Sources International B.V.
X-Organize Consultancy N.V.