# | Line 4031 | Line 4031 | end; | |
---|---|---|
4031 | ||
4032 | procedure TIBGenerator.Apply; | |
4033 | begin | |
4034 | < | if (FGeneratorName <> '') and (FFieldName <> '') then |
4034 | > | if (FGeneratorName <> '') and (FFieldName <> '') and Owner.FieldByName(FFieldName).IsNull then |
4035 | Owner.FieldByName(FFieldName).AsInteger := GetNextValue(Owner.Database,Owner.Transaction); | |
4036 | end; | |
4037 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |