|
1. Create an external data window object with the same structure (including field order and type) as C:\paratohis.dbf.
2. Write in the Constructor event of the data window control:
This.SetTransObject (Sqlca)
This.ImportFile (C:\paratohis.dbf)
After the data is imported successfully, you can freely select the value of the field. |
|