-
Notifications
You must be signed in to change notification settings - Fork 0
/
frmAddProductTo.frm
470 lines (445 loc) · 14.4 KB
/
frmAddProductTo.frm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form frmAddProductTo
BorderStyle = 1 'Fixed Single
Caption = "Create New Product Item"
ClientHeight = 7665
ClientLeft = 45
ClientTop = 375
ClientWidth = 6360
LinkTopic = "Form2"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 7665
ScaleWidth = 6360
Begin VB.CheckBox chkAll
Caption = "Check All"
Height = 255
Left = 1680
TabIndex = 13
TabStop = 0 'False
Top = 6800
Width = 1215
End
Begin VB.CommandButton cmdRemove
Caption = "&Remove "
Height = 375
Left = 120
TabIndex = 12
TabStop = 0 'False
Top = 6720
Width = 1455
End
Begin MSComctlLib.StatusBar sbStatusBar
Align = 2 'Align Bottom
Height = 345
Left = 0
TabIndex = 11
Top = 7320
Width = 6360
_ExtentX = 11218
_ExtentY = 609
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 1
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 1
Object.Width = 11165
EndProperty
EndProperty
End
Begin VB.CommandButton cmdClose
Caption = "&Close"
Height = 375
Left = 4920
TabIndex = 7
Top = 6720
Width = 1335
End
Begin VB.CommandButton cmdSave
Caption = "&Save"
Height = 375
Left = 3360
TabIndex = 6
Top = 6720
Width = 1335
End
Begin VB.Frame Frame1
Caption = "Search product "
Height = 3495
Left = 120
TabIndex = 4
Top = 120
Width = 6135
Begin VB.CommandButton cmdProducts
Caption = "..."
Height = 315
Left = 5400
TabIndex = 5
TabStop = 0 'False
Top = 240
Width = 375
End
Begin VB.TextBox txtName
Height = 300
Left = 1680
TabIndex = 1
Top = 600
Width = 2175
End
Begin VB.TextBox txtCode
Height = 300
Left = 1680
TabIndex = 0
Top = 240
Width = 1455
End
Begin MSComctlLib.ListView lvProducts
Height = 2415
Left = 120
TabIndex = 2
Top = 960
Width = 5895
_ExtentX = 10398
_ExtentY = 4260
View = 3
LabelEdit = 1
LabelWrap = -1 'True
HideSelection = 0 'False
FullRowSelect = -1 'True
GridLines = -1 'True
HotTracking = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 7
BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Text = "Code"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 1
Text = "Name"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Alignment = 1
SubItemIndex = 2
Text = "Price"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(4) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Alignment = 1
SubItemIndex = 3
Text = "Existence"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(5) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Alignment = 1
SubItemIndex = 4
Text = "Ordered"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(6) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Alignment = 1
SubItemIndex = 5
Text = "Qty per Unit"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(7) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 6
Text = "Unit"
Object.Width = 2540
EndProperty
End
Begin VB.Label Label4
Caption = "Name"
Height = 255
Left = 240
TabIndex = 9
Top = 600
Width = 1335
End
Begin VB.Label Label5
Caption = "Code"
Height = 255
Left = 240
TabIndex = 8
Top = 240
Width = 1335
End
End
Begin MSComctlLib.ListView lvProductsBy
Height = 2535
Left = 120
TabIndex = 3
Top = 4080
Width = 6135
_ExtentX = 10821
_ExtentY = 4471
View = 3
LabelEdit = 1
LabelWrap = -1 'True
HideSelection = 0 'False
Checkboxes = -1 'True
FullRowSelect = -1 'True
GridLines = -1 'True
HotTracking = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 4
BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Text = "Code"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 1
Text = "Name"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(3) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Alignment = 1
SubItemIndex = 2
Text = "Price"
Object.Width = 1587
EndProperty
BeginProperty ColumnHeader(4) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Alignment = 1
SubItemIndex = 3
Text = "Quantity per Unit"
Object.Width = 2469
EndProperty
End
Begin VB.Label lblProductsRelated
Caption = "Products"
Height = 255
Left = 120
TabIndex = 10
Top = 3720
Width = 6135
End
End
Attribute VB_Name = "frmAddProductTo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Public Id As Integer
Public ObjectReferred As String
Public Table As String
Public ColumnName As String
Public SavedChanges As Boolean
Private productsStored As Collection
Private productsToDelete As Collection
Private productsToAdd As Collection
Private editingData As Boolean
Private currentIdProduct As String
Private codeGeneratedChange As Boolean
Private Sub chkAll_Click()
Dim check As Boolean
check = chkAll.value = 1
For i = 1 To lvProductsBy.ListItems.Count
lvProductsBy.ListItems(i).Checked = check
Next i
End Sub
Private Sub cmdClose_Click()
Unload Me
End Sub
Private Sub cmdProducts_Click()
frmProducts.Show vbModal
txtCode = frmProducts.CurrentProductID
txtName = ""
DoSearchProduct
End Sub
Private Sub cmdRemove_Click()
Dim productIdToDelete As String
For i = lvProductsBy.ListItems.Count To 1 Step -1
If lvProductsBy.ListItems(i).Checked Then
productIdToDelete = lvProductsBy.ListItems.Item(i)
If Exists(productsStored, productIdToDelete) Then
If Exists(productsToAdd, productIdToDelete) Then
productsToDelete.Remove productIdToDelete
Else
AddToCollection productsToDelete, productIdToDelete
End If
Else
If Exists(productsToAdd, currentIdProduct) Then
productsToAdd.Remove currentIdProduct
End If
End If
lvProductsBy.ListItems.Remove i
editingData = True
End If
Next i
End Sub
Private Sub cmdSave_Click()
If productsToAdd.Count = 0 And productsToDelete.Count = 0 Then
editingData = True
MsgBox "No data to be saved", vbOKOnly + vbInformation, "No data modified"
Unload Me
Exit Sub
End If
SavedChanges = True
Dim productCode
For Each productCode In productsToAdd
ExecuteSql "Insert into " & Table & "(" & ColumnName & ", ProductID) Values (" & Id & ", '" & productCode & "')"
Next
For Each productCode In productsToDelete
ExecuteSql "Delete from " & Table & " Where " & ColumnName & " = " & Id & " And ProductID = '" & productCode & "'"
Next
editingData = False
MsgBox "Data was succesfully saved", vbOKOnly + vbInformation, "New data"
Unload Me
Exit Sub
HandleError:
MsgBox "An error has occurred adding the data." & vbCrLf & "Error: (" & err.Number & ") " & err.Description, vbCritical, "Error"
End Sub
Public Sub LoadData()
editingData = False
editingData = False
codeGeneratedChange = False
Me.Caption = "Add product(s) to " & ObjectReferred
lblProductsRelated = "Products related to " & ObjectReferred
Set productsStored = New Collection
Set productsToDelete = New Collection
Set productsToAdd = New Collection
LoadProductsById
End Sub
Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)
If editingData Then
Dim res As VbMsgBoxResult
res = MsgBox("Do you want to save the edited data?", vbYesNoCancel + vbQuestion, "Save data")
If res = vbYes Then
cmdSave_Click
ElseIf res <> vbNo Then
Cancel = True
End If
End If
End Sub
Private Sub lvProducts_ItemClick(ByVal Item As MSComctlLib.ListItem)
AddProductToSet
End Sub
Private Sub txtCode_Change()
DoSearchProduct
End Sub
'Private Sub txtCode_KeyPress(KeyAscii As Integer)
'KeyAscii = UpCase(KeyAscii)
'End Sub
Private Sub txtCode_LostFocus()
If lvProducts.ListItems.Count = 1 Then
AddProductToSet
End If
End Sub
Private Sub txtName_Change()
DoSearchProduct
End Sub
Private Sub LoadProductsById()
Dim productCode As String
ExecuteSql "Select p.ProductID, p.ProductName, p.UnitPrice, p.QuantityPerUnit, p.Unit from Products as p, " & Table _
& " as pb Where pb." & ColumnName & " = " & Id & " And pb.ProductId = p.ProductId"
LogStatus "There are " & rs.RecordCount & " records with the selected criteria", Me
If rs.RecordCount > 0 Then
Dim x As ListItem
While Not rs.EOF
'productCode = CStr(rs.Fields(0).value)
productCode = rs.Fields(0)
AddToCollection productsStored, productCode
Set x = lvProductsBy.ListItems.Add(, , productCode)
For i = 1 To 2
If Not IsEmpty(rs.Fields(i)) Then
x.SubItems(i) = rs.Fields(i)
End If
Next i
x.SubItems(3) = rs.Fields(3) & rs.Fields(4)
rs.MoveNext
Wend
End If
End Sub
Private Sub DoSearchProduct()
Dim filter As String
filter = ""
If txtCode <> Empty Then
filter = "ProductId LIKE '%" & txtCode & "%'"
End If
If txtName <> Empty Then
If filter <> Empty Then
filter = filter & " AND "
End If
filter = filter & "ProductName LIKE '%" & txtName & "%'"
End If
If filter <> Empty Then
filter = "Where " & filter
End If
ExecuteSql "Select ProductID, ProductName, UnitPrice, UnitsInStock, UnitsOnOrder, QuantityPerUnit, Unit from Products " & filter
lvProducts.ListItems.Clear
LogStatus "There are " & rs.RecordCount & " records with the selected criteria", Me
If rs.RecordCount > 0 Then
Dim x As ListItem
While Not rs.EOF
Set x = lvProducts.ListItems.Add(, , rs.Fields(0))
For i = 1 To (rs.Fields.Count - 1)
If Not IsEmpty(rs.Fields(i)) Then
x.SubItems(i) = rs.Fields(i)
End If
Next i
rs.MoveNext
Wend
If lvProducts.ListItems.Count = 1 Then
lvProducts.SelectedItem = lvProducts.ListItems(1)
End If
End If
End Sub
Private Sub AddProductToSet()
If lvProducts.SelectedItem <> Empty Then
Dim y As ListItem
Set y = lvProducts.SelectedItem
currentIdProduct = lvProducts.SelectedItem
Dim i As Integer
Dim found As Boolean
found = False
For i = 1 To lvProductsBy.ListItems.Count
If lvProductsBy.ListItems(i) = currentIdProduct Then
lvProductsBy.SelectedItem = lvProductsBy.ListItems(i)
found = True
Exit For
ElseIf lvProductsBy.ListItems(i) > currentIdProduct Then
Exit For
End If
Next i
If Not found Then
editingData = True
If Not Exists(productsStored, currentIdProduct) Then
If Exists(productsToDelete, currentIdProduct) Then
productsToDelete.Remove currentIdProduct
Else
AddToCollection productsToAdd, currentIdProduct
End If
Else
If Exists(productsToDelete, currentIdProduct) Then
productsToDelete.Remove currentIdProduct
End If
End If
Dim x As ListItem
Set x = lvProductsBy.ListItems.Add(i, , currentIdProduct)
x.SubItems(1) = y.SubItems(1)
x.SubItems(2) = y.SubItems(2)
x.SubItems(3) = y.SubItems(5) & y.SubItems(6)
End If
End If
End Sub
Private Sub ClearFields()
codeGeneratedChange = True
txtCode = ""
txtName = ""
lvProducts.ListItems.Clear
lvProductsBy.ListItems.Clear
txtCode.SetFocus
editingData = False
codeGeneratedChange = False
End Sub