I have created a DataWindow (Freeform). All the fields I have selected are displayed in the header part of the DataWindow. I have just changed the background color and border style of each field. But I am not able to enter anything in the fields at run time.
I have write the below code to insert a record to make the fields editable.
setpointer(HourGlass!)
This.settrans( SQLCA )
This.Reset()
This.InsertRow(0)