ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/local-employeedb/LocalDBExample.lpi
Revision: 68
Committed: Tue Oct 17 10:07:58 2017 UTC (6 years, 6 months ago) by tony
File size: 3253 byte(s)
Log Message:
IBX: Editor Positioning tidy up
FBINTF: Trap uninitialised SQL parameters on SQL Exec. Avoids Unknown SQL Type errors.
Consistent setting of Modified (SQLParam).

File Contents

# Content
1 <?xml version="1.0" encoding="UTF-8"?>
2 <CONFIG>
3 <ProjectOptions>
4 <Version Value="10"/>
5 <General>
6 <MainUnit Value="0"/>
7 <Title Value="LocalDBExample"/>
8 <ResourceType Value="res"/>
9 <UseXPManifest Value="True"/>
10 <Icon Value="0"/>
11 </General>
12 <i18n>
13 <EnableI18N LFM="False"/>
14 </i18n>
15 <BuildModes Count="1" Active="Default">
16 <Item1 Name="Default" Default="True"/>
17 </BuildModes>
18 <PublishOptions>
19 <Version Value="2"/>
20 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
21 <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
22 </PublishOptions>
23 <RunParams>
24 <local>
25 <FormatVersion Value="1"/>
26 </local>
27 </RunParams>
28 <RequiredPackages Count="5">
29 <Item1>
30 <PackageName Value="iblocaldb"/>
31 </Item1>
32 <Item2>
33 <PackageName Value="ibcontrols"/>
34 </Item2>
35 <Item3>
36 <PackageName Value="FCL"/>
37 <MinVersion Major="1" Valid="True"/>
38 </Item3>
39 <Item4>
40 <PackageName Value="ibexpress"/>
41 <MinVersion Minor="9" Valid="True"/>
42 </Item4>
43 <Item5>
44 <PackageName Value="LCL"/>
45 </Item5>
46 </RequiredPackages>
47 <Units Count="3">
48 <Unit0>
49 <Filename Value="LocalDBExample.lpr"/>
50 <IsPartOfProject Value="True"/>
51 <EditorIndex Value="-1"/>
52 <WindowIndex Value="1"/>
53 <CursorPos X="33" Y="10"/>
54 <UsageCount Value="157"/>
55 </Unit0>
56 <Unit1>
57 <Filename Value="unit1.pas"/>
58 <IsPartOfProject Value="True"/>
59 <ComponentName Value="Form1"/>
60 <HasResources Value="True"/>
61 <ResourceBaseClass Value="Form"/>
62 <UnitName Value="Unit1"/>
63 <TopLine Value="154"/>
64 <CursorPos X="26" Y="292"/>
65 <UsageCount Value="157"/>
66 <Loaded Value="True"/>
67 <LoadedDesigner Value="True"/>
68 </Unit1>
69 <Unit2>
70 <Filename Value="unit2.pas"/>
71 <IsPartOfProject Value="True"/>
72 <ComponentName Value="SelectDeptDlg"/>
73 <HasResources Value="True"/>
74 <ResourceBaseClass Value="Form"/>
75 <UnitName Value="Unit2"/>
76 <IsVisibleTab Value="True"/>
77 <EditorIndex Value="1"/>
78 <CursorPos X="52" Y="4"/>
79 <UsageCount Value="20"/>
80 <Loaded Value="True"/>
81 <LoadedDesigner Value="True"/>
82 </Unit2>
83 </Units>
84 <JumpHistory HistoryIndex="-1"/>
85 </ProjectOptions>
86 <CompilerOptions>
87 <Version Value="11"/>
88 <Target>
89 <Filename Value="LocalDBExample"/>
90 </Target>
91 <SearchPaths>
92 <IncludeFiles Value="$(ProjOutDir)"/>
93 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
94 </SearchPaths>
95 <Linking>
96 <Options>
97 <Win32>
98 <GraphicApplication Value="True"/>
99 </Win32>
100 </Options>
101 </Linking>
102 <Other>
103 <CustomOptions Value="-dUseCThreads"/>
104 </Other>
105 </CompilerOptions>
106 <Debugging>
107 <Exceptions Count="3">
108 <Item1>
109 <Name Value="EAbort"/>
110 </Item1>
111 <Item2>
112 <Name Value="ECodetoolError"/>
113 </Item2>
114 <Item3>
115 <Name Value="EFOpenError"/>
116 </Item3>
117 </Exceptions>
118 </Debugging>
119 </CONFIG>