|
TableBOF
|
Previous Top Next |
| Begin
|
| //It sets the edit mode of the table
|
| TableEdit(UnaTabella)
|
|
|
| //It edits all the table fields
|
| TableSetField(UnaTabella,0,'Edited');
|
|
|
| //It moves on the prior record
|
| TablePrior(UnaTabella);
|
| End;
|