Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
KGOrders
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
Cam Hayes
KGOrders
Commits
c660f02b
Commit
c660f02b
authored
Jun 17, 2025
by
Cam Hayes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Auto stash before merge of "cam3" and "origin/mac3"
parent
42f8e3e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
View.AddItem.pas
kgOrdersClient/View.AddItem.pas
+2
-2
No files found.
kgOrdersClient/View.AddItem.pas
View file @
c660f02b
...
@@ -69,9 +69,9 @@ procedure TfViewAddItem.btnConfirmClick(Sender: TObject);
...
@@ -69,9 +69,9 @@ procedure TfViewAddItem.btnConfirmClick(Sender: TObject);
begin
begin
xdwdsCustomers
.
Locate
(
'qb_item_name'
,
edtName
.
Text
,
[]);
xdwdsCustomers
.
Locate
(
'qb_item_name'
,
edtName
.
Text
,
[]);
if
edtName
.
Text
=
''
then
if
edtName
.
Text
=
''
then
edtNotification
.
Text
:=
'Please Select a
Customer
'
edtNotification
.
Text
:=
'Please Select a
n Item
'
else
if
xdwdsCustomers
.
FieldByName
(
'qb_items_id'
).
AsString
<>
''
then
else
if
xdwdsCustomers
.
FieldByName
(
'qb_items_id'
).
AsString
<>
''
then
edtNotification
.
Text
:=
'
Customer
Already In Database'
edtNotification
.
Text
:=
'
Item
Already In Database'
else
else
SendItemToServer
();
SendItemToServer
();
end
;
end
;
...
...
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