ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/employee/unit1.lfm
(Generate patch)

Comparing ibx/trunk/examples/employee/unit1.lfm (file contents):
Revision 86 by tony, Mon Jan 1 11:31:23 2018 UTC vs.
Revision 107 by tony, Thu Jan 18 14:37:40 2018 UTC

# Line 1 | Line 1
1   object Form1: TForm1
2 <  Left = 128
2 >  Left = 480
3    Height = 482
4 <  Top = 276
4 >  Top = 407
5    Width = 932
6    Caption = 'Employee List'
7    ClientHeight = 482
# Line 623 | Line 623 | object Form1: TForm1
623      AllowAutoActivateTransaction = False
624      Database = IBDatabase1
625      Transaction = IBTransaction1
626 +    ForcedRefresh = True
627      AfterDelete = EmployeesAfterDelete
628      AfterEdit = EmployeesAfterDelete
629      AfterInsert = EmployeesAfterInsert
630      AfterOpen = EmployeesAfterOpen
630    AfterPost = EmployeesAfterPost
631      AfterScroll = EmployeesAfterScroll
632      BeforeClose = EmployeesBeforeClose
633      BeforeOpen = EmployeesBeforeOpen

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines