|
TableFindNearest
|
Previous Top Next |
| //It sets the table insert mode
|
| TableInsert(UnaTabella);
|
|
|
| //It stores the field value in a new record
|
| TableSetFieldByName(UnaTabella,'Fiscal Code',FieldValue);
|
|
|
| //It confirms the table change
|
| TablePost(UnaTabella);
|