8 |
|
ClientWidth = 1026 |
9 |
|
OnClose = FormClose |
10 |
|
OnShow = FormShow |
11 |
< |
LCLVersion = '1.4.0.2' |
11 |
> |
LCLVersion = '1.4.0.3' |
12 |
|
object Button1: TButton |
13 |
|
Left = 939 |
14 |
|
Height = 25 |
424 |
|
object IBDatabase1: TIBDatabase |
425 |
|
Connected = False |
426 |
|
AllowStreamedConnected = False |
427 |
< |
DatabaseName = 'employee' |
427 |
> |
DatabaseName = 'localhost:employee' |
428 |
|
Params.Strings = ( |
429 |
|
'user_name=SYSDBA' |
430 |
|
'lc_ctype=UTF-8' |
506 |
|
'From EMPLOYEE' |
507 |
|
) |
508 |
|
Params = <> |
509 |
+ |
DataSetCloseAction = dcDiscardChanges |
510 |
|
left = 872 |
511 |
|
top = 376 |
512 |
|
object TotalsQueryTOTALSALARIES: TIBBCDField |
597 |
|
GeneratorField.Field = 'EMP_NO' |
598 |
|
GeneratorField.ApplyOnEvent = gaeOnNewRecord |
599 |
|
GenerateParamNames = False |
600 |
+ |
DataSetCloseAction = dcSaveChanges |
601 |
|
AfterTransactionEnd = EmployeesAfterTransactionEnd |
602 |
|
left = 872 |
603 |
|
top = 336 |