Mur
User
 Platinum Boarder
| Posts: 116 |   | Karma: 0 |
|
TOCIDataSet.LoadDefaults
|
|
Posted: 2000/08/02 08:23 |
|
|
|
|
This function works correctly only if Dataset was created using 'select *' If I 'select a,b from t' and table 't' has field 'c' with default value, LoadDefaults fails I suggest using FindField instead of FieldByName
|
|