ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/employee/unit3.lfm
Revision: 7
Committed: Sun Aug 5 18:28:19 2012 UTC (11 years, 8 months ago) by tony
File size: 178 byte(s)
Log Message:
Committing updates for Release R1-0-0

File Contents

# User Rev Content
1 tony 7 inherited AddEmployeeDlg: TAddEmployeeDlg
2     Caption = 'Add New Employee'
3     OnShow = FormShow
4     inherited IBDataSet1: TIBDataSet
5     AfterInsert = IBDataSet1AfterInsert
6     end
7     end