Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
emiMobile
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mac Stephens
emiMobile
Commits
ab9e53e1
Commit
ab9e53e1
authored
Jul 13, 2026
by
Mac Stephens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Auto stash before merge of "WIP" and "origin/WIP"
parent
d17bf35c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
8 deletions
+13
-8
Api.Database.dfm
emiMobileServer/Source/Api.Database.dfm
+1
-2
Common.Ini.pas
emiMobileServer/Source/Common.Ini.pas
+2
-2
emiMobileServer.ini
emiMobileServer/bin/emiMobileServer.ini
+4
-3
webEmiMobile.dproj
webEMIMobile/webEmiMobile.dproj
+6
-1
No files found.
emiMobileServer/Source/Api.Database.dfm
View file @
ab9e53e1
...
...
@@ -822,8 +822,7 @@ object ApiDatabaseModule: TApiDatabaseModule
SpecificOptions.Strings = (
'PostgreSQL.Schema=lems, avl, entcad')
Username = 'postgres'
Server = '192.168.102.10'
Connected = True
Server = '192.168.74.10'
LoginPrompt = False
Left = 54
Top = 38
...
...
emiMobileServer/Source/Common.Ini.pas
View file @
ab9e53e1
...
...
@@ -94,10 +94,10 @@ begin
FWebClientVersionFromIni
:=
iniFile
.
ValueExists
(
'Settings'
,
'webClientVersion'
);
// [Database]
FDatabaseServer
:=
iniFile
.
ReadString
(
'Database'
,
'Server'
,
'192.168.
102
.10'
);
FDatabaseServer
:=
iniFile
.
ReadString
(
'Database'
,
'Server'
,
'192.168.
74
.10'
);
FDatabaseServerFromIni
:=
iniFile
.
ValueExists
(
'Database'
,
'Server'
);
FDatabasePort
:=
iniFile
.
ReadInteger
(
'Database'
,
'Port'
,
543
2
);
FDatabasePort
:=
iniFile
.
ReadInteger
(
'Database'
,
'Port'
,
543
3
);
FDatabasePortFromIni
:=
iniFile
.
ValueExists
(
'Database'
,
'Port'
);
FDatabaseName
:=
iniFile
.
ReadString
(
'Database'
,
'Database'
,
'lems_wcso'
);
...
...
emiMobileServer/bin/emiMobileServer.ini
View file @
ab9e53e1
[Settings]
LogFileNum
=
72
2
LogFileNum
=
72
5
webClientVersion
=
0.1.0
[Database]
Server
=
192.168.102.10
Port
=
5432
--Server
=
192.168.102.10
Server
=
192.168.74.10
Port
=
5433
Database
=
lems_wcso
Username
=
postgres
--Password
=
postgreSQL
...
...
webEMIMobile/webEmiMobile.dproj
View file @
ab9e53e1
...
...
@@ -512,7 +512,12 @@
<Source>
<Source Name="MainSource">webEmiMobile.dpr</Source>
</Source>
<Excluded_Packages/>
<Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcboffice2k370.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\bcbofficexp370.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k370.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
<Excluded_Packages Name="$(BDSBIN)\dclofficexp370.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
</Excluded_Packages>
</Delphi.Personality>
<Deployment Version="5">
<DeployFile LocalName="Win32\Debug\webCharms.exe" Configuration="Debug" Class="ProjectOutput"/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment