-
Notifications
You must be signed in to change notification settings - Fork 5
/
SrBatchEditDlg.cpp
803 lines (643 loc) · 27.7 KB
/
SrBatchEditDlg.cpp
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
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
/*===========================================================================
*
* File: Srbatcheditdlg.CPP
* Author: Dave Humphrey ([email protected])
* Created On: 26 November 2011
*
* Description
*
*=========================================================================*/
/* Include Files */
#include "stdafx.h"
#include "sredit.h"
#include "srBatchEditDlg.h"
#include "dialogs/sreditdlghandler.h"
#include "sreditdoc.h"
/*===========================================================================
*
* Begin Local Definitions
*
*=========================================================================*/
//#ifdef _DEBUG
// #define new DEBUG_NEW
// #undef THIS_FILE
// static char THIS_FILE[] = __FILE__;
//#endif
IMPLEMENT_DYNCREATE(CSrBatchEditDlg, CSrRecordDialog);
/*===========================================================================
* End of Local Definitions
*=========================================================================*/
/*===========================================================================
*
* Begin Field Information
*
* Fields that will not be seen in the batch edit dialog.
*
*=========================================================================*/
srrecfieldid_t l_BadBatchFields[] = {
SR_FIELD_FORMID,
SR_FIELD_EDITORID,
SR_FIELD_USERDATA,
SR_FIELD_RECORDTYPE,
SR_FIELD_ARMOR, /* Use REALARMOR instead */
SR_FIELD_NONE /* Must be last */
};
bool l_IsBadBatchField (const srrecfieldid_t Field) {
dword Index;
for (Index = 0; l_BadBatchFields[Index] != SR_FIELD_NONE; ++Index) {
if (l_BadBatchFields[Index] == Field) return (true);
}
return (false);
}
/*===========================================================================
* End of Field Information
*=========================================================================*/
/*===========================================================================
*
* Begin Message Map
*
*=========================================================================*/
BEGIN_MESSAGE_MAP(CSrBatchEditDlg, CSrRecordDialog)
//{{AFX_MSG_MAP(CSrBatchEditDlg)
ON_NOTIFY(LVN_ITEMCHANGED, IDC_FIELD_LIST, OnItemchangedFieldList)
ON_NOTIFY(NM_KILLFOCUS, IDC_FIELD_LIST, OnKillfocusFieldList)
ON_NOTIFY(NM_SETFOCUS, IDC_FIELD_LIST, OnSetfocusFieldList)
ON_EN_CHANGE(IDC_BATCH_EDIT, OnChangeEditCtrl)
ON_BN_CLICKED(ID_UNCHECKALL_BUTTON, OnUncheckAll)
ON_BN_CLICKED(ID_CHECKALL_BUTTON, OnCheckAll)
ON_WM_VSCROLL()
ON_NOTIFY(NM_CLICK, IDC_FIELD_LIST, OnClickFieldList)
ON_MESSAGE(ID_BATCHEDIT_MSG_UPDATE, OnEditUpdate)
ON_EN_KILLFOCUS(IDC_BATCH_EDIT, OnKillfocusBatchEdit)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/*===========================================================================
* End of Message Map
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Constructor
*
*=========================================================================*/
CSrBatchEditDlg::CSrBatchEditDlg(CWnd* pParent) : CSrRecordDialog(CSrBatchEditDlg::IDD) {
//{{AFX_DATA_INIT(CSrBatchEditDlg)
//}}AFX_DATA_INIT
m_InitialSetData = false;
m_SavedFieldCount = 0;
m_CurrentEditItem = -1;
m_Initialized = false;
m_IsChanging = false;
}
/*===========================================================================
* End of Class CSrBatchEditDlg Constructor
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Method - void DoDataExchange (pDX);
*
*=========================================================================*/
void CSrBatchEditDlg::DoDataExchange(CDataExchange* pDX) {
CSrRecordDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CSrBatchEditDlg)
DDX_Control(pDX, IDC_FIELD_LIST, m_FieldList);
DDX_Control(pDX, IDC_BATCH_EDIT, m_EditCtrl);
//}}AFX_DATA_MAP
}
/*===========================================================================
* End of Class Method CSrBatchEditDlg::DoDataExchange()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Method - void AddEditRecords (Records);
*
*=========================================================================*/
void CSrBatchEditDlg::AddEditRecords (CSrRefRecordArray& Records) {
dword Index;
for (Index = 0; Index < Records.GetSize(); ++Index) {
m_Records.Add(Records[Index]);
}
}
/*===========================================================================
* End of Class Method CSrBatchEditDlg::AddEditRecords()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Method - void AddEditRecords (Records);
*
*=========================================================================*/
void CSrBatchEditDlg::AddEditRecords (CSrRecordArray& Records) {
dword Index;
for (Index = 0; Index < Records.GetSize(); ++Index) {
m_Records.Add(Records[Index]);
}
}
/*===========================================================================
* End of Class Method CSrBatchEditDlg::AddEditRecords()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Method - void AddFields (pRecord);
*
*=========================================================================*/
void CSrBatchEditDlg::AddFields (CSrRecord* pRecord) {
const srrecfieldmap_t* pFieldMap;
const srrecfield_t* pField;
srbatchfieldinfo_t* pBatchInfo;
dword Index;
/* Enumerate all fields in the record */
for (pFieldMap = pRecord->GetFieldMap(); pFieldMap != NULL; pFieldMap = pFieldMap->pBaseFieldMap) {
assert(pFieldMap != pFieldMap->pBaseFieldMap);
for (Index = 0; pFieldMap->pField[Index].GetMethod != NULL; ++Index) {
pField = &pFieldMap->pField[Index];
/* Don't add some fields */
if (l_IsBadBatchField(pField->FieldID)) continue;
if (pField->SetMethod == NULL) continue;
if (pField->GetMethod == NULL) continue;
pBatchInfo = new srbatchfieldinfo_t;
m_Fields.Add(pBatchInfo);
pBatchInfo->FieldID = pField->FieldID;
pBatchInfo->Title = pField->pName;
(pRecord->*pField->GetMethod)(pBatchInfo->Value, 0);
}
}
}
/*===========================================================================
* End of Class Method CSrBatchEditDlg::AddFields()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Method - void ClearControlData (void);
*
*=========================================================================*/
void CSrBatchEditDlg::ClearControlData (void) {
}
/*===========================================================================
* End of Class Method CSrBatchEditDlg::ClearControlData()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Method - void CreateFieldArray (void);
*
*=========================================================================*/
void CSrBatchEditDlg::CreateFieldArray (void) {
dword Index;
/* Clear the current fields */
m_Fields.Destroy();
if (m_Records.GetSize() == 0) return;
AddFields(m_Records[0]);
for (Index = 1; Index < m_Records.GetSize(); ++Index) {
RemoveMissingFields(m_Records[Index]);
}
}
/*===========================================================================
* End of Class Method CSrBatchEditDlg::CreateFieldArray()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Method - void FillFieldList (void);
*
*=========================================================================*/
void CSrBatchEditDlg::FillFieldList (void) {
srbatchfieldinfo_t* pBatchInfo;
dword Index;
int ListIndex;
/* Clear the current contents */
m_FieldList.DeleteAllItems();
for (Index = 0; Index < m_Fields.GetSize(); ++Index) {
pBatchInfo = m_Fields[Index];
ListIndex = m_FieldList.InsertItem(Index, "");
if (ListIndex < 0) continue;
m_FieldList.SetItemData(ListIndex, (long) pBatchInfo);
m_FieldList.SetItemText(ListIndex, SR_BATCHEDIT_SUBITEM_FIELD, pBatchInfo->Title);
m_FieldList.SetItemText(ListIndex, SR_BATCHEDIT_SUBITEM_VALUE, pBatchInfo->Value);
m_FieldList.SetCheck(ListIndex, pBatchInfo->Save);
}
}
/*===========================================================================
* End of Class Method CSrBatchEditDlg::FillFieldList()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Method - void GetControlData (void);
*
*=========================================================================*/
void CSrBatchEditDlg::GetControlData (void) {
CSrRecord* pRecord;
CSrRecord* pNewRecord;
dword Index;
bool Result;
UpdateEditCtrl(-1);
/* Get information from the list */
UpdateSaveFields();
/* Update all records */
for (Index = 0; Index < m_Records.GetSize(); ++Index) {
pRecord = m_Records[Index];
/* Prepare the record for saving */
pNewRecord = PrepareRecord(pRecord);
Result = UpdateFields(pNewRecord);
if (!Result) AddSrGeneralError("Some errors occurred setting fields for record 0x%08X!", pRecord->GetFormID());
m_Records.SetAt(Index, pNewRecord);
/* Update listeners */
if (m_pRecordHandler != NULL) {
m_pRecordHandler->GetEventHandler().SendUpdateEvent(pNewRecord, pRecord);
}
}
if (m_pDlgHandler != NULL) {
m_pDlgHandler->GetDocument()->SetModifiedFlag(TRUE);
}
}
/*===========================================================================
* End of Class Method CSrBatchEditDlg::GetControlData()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Method - bool IsEditRecord (pRecord);
*
*=========================================================================*/
bool CSrBatchEditDlg::IsEditRecord (CSrRecord* pRecord) {
dword Index;
for (Index = 0; Index < m_Records.GetSize(); ++Index) {
if (m_Records[Index] == pRecord) return (true);
}
return (false);
}
/*===========================================================================
* End of Class Method CSrBatchEditDlg::IsEditRecord()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Event - void OnInitialUpdate (void);
*
*=========================================================================*/
void CSrBatchEditDlg::OnInitialUpdate (void) {
CSrRecordDialog::OnInitialUpdate();
//m_EditCtrl.Create(ES_WANTRETURN | WS_CHILD | ES_AUTOHSCROLL, CRect(0, 0, 10, 12), this, ID_BATCH_EDITCTRL);
//m_EditCtrl.ModifyStyleEx(0, WS_EX_CLIENTEDGE, 0);
//m_FieldList.SetExtendedStyle(LVS_EX_FULLROWSELECT | LVS_EX_GRIDLINES | LVS_EX_CHECKBOXES );
m_FieldList.SetExtendedStyle( LVS_EX_GRIDLINES | LVS_EX_CHECKBOXES );
m_FieldList.InsertColumn(0, "Field", LVCFMT_LEFT, 150, SR_BATCHEDIT_SUBITEM_FIELD);
m_FieldList.InsertColumn(1, "Value", LVCFMT_LEFT, 200, SR_BATCHEDIT_SUBITEM_VALUE);
m_EditInfo.pNewRecord = NULL;
m_EditInfo.pOldRecord = NULL;
CreateFieldArray();
/* Check for no common fields to batch edit */
if (m_Fields.GetSize() == 0) {
AddSrGeneralError("There were no common fields in the %u records to batch edit!", m_Records.GetSize());
Close();
return;
}
SetTitle("");
FillFieldList();
m_FieldList.SetItem(0, 0, LVIF_STATE, "", 0, LVIS_SELECTED, LVIS_SELECTED, 0);
UpdateEditCtrl(-1);
SetControlData();
m_Initialized = true;
}
/*===========================================================================
* End of Class Event CSrBatchEditDlg::OnInitialUpdate()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Event - void OnSave (void);
*
*=========================================================================*/
void CSrBatchEditDlg::OnSave (void) {
GetControlData();
/* Close the window */
Close();
}
/*===========================================================================
* End of Class Event CSrBatchEditDlg::OnSave()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Event - void OnCancel (void);
*
*=========================================================================*/
void CSrBatchEditDlg::OnCancel (void) {
Close();
}
/*===========================================================================
* End of Class Event CSrBatchEditDlg::OnCancel()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Event - void OnApply ();
*
*=========================================================================*/
void CSrBatchEditDlg::OnApply() {
GetControlData();
/* Do another update */
//SetControlData();
}
/*===========================================================================
* End of Class Event CSrBatchEditDlg::OnApply()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Method - CSrRecord* PrepareRecord (pRecord);
*
*=========================================================================*/
CSrRecord* CSrBatchEditDlg::PrepareRecord (CSrRecord* pRecord) {
CSrRecord* pNewRecord;
if (m_pRecordHandler == NULL) return (NULL);
/* Do a preupdate */
m_pRecordHandler->GetEventHandler().SendPreUpdateEvent(pRecord, SR_EVENTFLAG_NONOTIFYSOURCE, (long) this);
/* Ensure the record is active */
if (pRecord->IsActive()) {
pNewRecord = pRecord;
}
else {
pNewRecord = m_pRecordHandler->MakeRecordActivePriv(pRecord, true);
}
/* Create the undo event */
m_pRecordHandler->CreateUndoUpdate(pRecord);
return (pNewRecord);
}
/*===========================================================================
* End of Class Method CSrBatchEditDlg::PrepareRecord()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Method - void RemoveMissingFields (pRecord);
*
*=========================================================================*/
void CSrBatchEditDlg::RemoveMissingFields (CSrRecord* pRecord) {
srbatchfieldinfo_t* pBatchInfo;
const srrecfield_t* pField;
int Index;
for (Index = (int) m_Fields.GetSize() - 1; Index >= 0; --Index) {
pBatchInfo = m_Fields[Index];
pField = pRecord->FindField(pBatchInfo->FieldID);
if (pField == NULL) m_Fields.Delete(Index);
}
}
/*===========================================================================
* End of Class Method CSrBatchEditDlg::RemoveMissingFields()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Method - void SetControlData (void);
*
*=========================================================================*/
void CSrBatchEditDlg::SetControlData (void) {
/* TODO: Update data? */
}
/*===========================================================================
* End of Class Method CSrBatchEditDlg::SetControlData()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Method - void SetTitle (pEditorID);
*
*=========================================================================*/
void CSrBatchEditDlg::SetTitle (const SSCHAR* pEditorID) {
CString Buffer;
Buffer.Format("%s -- Batch Edit %u Record%s", m_pDlgHandler->GetTitle(), GetNumRecords(), GetNumRecords() > 1 ? "s" : "");
SetWindowText(Buffer);
SetInternalWindowText(GetParentFrame()->m_hWnd, Buffer);
}
/*===========================================================================
* End of Class Method CSrBatchEditDlg::SetTitle()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Method - void UpdateFields (void);
*
*=========================================================================*/
void CSrBatchEditDlg::UpdateSaveFields (void) {
srbatchfieldinfo_t* pBatchInfo;
int Index;
m_SavedFieldCount = 0;
for (Index = 0; Index < m_FieldList.GetItemCount(); ++Index) {
pBatchInfo = (srbatchfieldinfo_t *) m_FieldList.GetItemData(Index);
if (pBatchInfo == NULL) continue;
pBatchInfo->Save = m_FieldList.GetCheck(Index) != 0;
pBatchInfo->Value = m_FieldList.GetItemText(Index, SR_BATCHEDIT_SUBITEM_VALUE);
++m_SavedFieldCount;
}
}
/*===========================================================================
* End of Class Method CSrBatchEditDlg::UpdateSaveFields()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Method - bool UpdateFields (pRecord);
*
* Updates all checked fields for the given record.
*
*=========================================================================*/
bool CSrBatchEditDlg::UpdateFields (CSrRecord* pRecord) {
srbatchfieldinfo_t* pBatchInfo;
dword Index;
bool Result = true;
/* Update each checked field */
for (Index = 0; Index < m_Fields.GetSize(); ++Index) {
pBatchInfo = m_Fields[Index];
if (!pBatchInfo->Save) continue;
Result &= pRecord->SetField(pBatchInfo->FieldID, pBatchInfo->Value);
}
return (Result);
}
/*===========================================================================
* End of Class Method CSrBatchEditDlg::UpdateFields()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Event - void OnItemchangedFieldList (pNMHDR, pResult);
*
*=========================================================================*/
void CSrBatchEditDlg::OnItemchangedFieldList (NMHDR* pNMHDR, LRESULT* pResult) {
NM_LISTVIEW* pNMListView = (NM_LISTVIEW *) pNMHDR;
*pResult = 0;
if (!m_Initialized) return;
UpdateEditCtrl(pNMListView->iItem);
}
/*===========================================================================
* End of Class Event CSrBatchEditDlg::OnItemchangedFieldList()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Method - void UpdateEditCtrl (NewIndex);
*
*=========================================================================*/
void CSrBatchEditDlg::UpdateEditCtrl (const int NewIndex) {
srbatchfieldinfo_t* pBatchInfo;
CString Buffer;
CString Buffer1;
CRect ItemRect;
CRect ListRect;
CSize ScrollSize;
BOOL Result;
int XPos;
int YPos;
int Height;
int Width1;
int Width2;
m_IsChanging = true;
if (m_CurrentEditItem >= 0) {
m_EditCtrl.GetWindowText(Buffer);
m_FieldList.SetItemText(m_CurrentEditItem, SR_BATCHEDIT_SUBITEM_VALUE, Buffer);
pBatchInfo = (srbatchfieldinfo_t *) m_FieldList.GetItemData(m_CurrentEditItem);
pBatchInfo->Value = Buffer;
}
m_CurrentEditItem = NewIndex;
if (m_CurrentEditItem < 0) {
m_EditCtrl.ShowWindow(SW_HIDE);
m_EditCtrl.SetWindowText("");
m_IsChanging = false;
return;
}
/* Ensure the item is completely visible */
m_FieldList.EnsureVisible(m_CurrentEditItem, FALSE);
/* TODO: Need better control positioning */
Width1 = m_FieldList.GetColumnWidth(0);
Width2 = m_FieldList.GetColumnWidth(1);
Result = m_FieldList.GetItemRect(m_CurrentEditItem, &ItemRect, LVIR_BOUNDS);
m_FieldList.GetWindowRect(ListRect);
ScreenToClient(ListRect);
if (!Result) {
XPos = 0;
YPos = 0;
Height = 20;
}
else {
XPos = ItemRect.left + Width1 + ListRect.left + 5;
YPos = ItemRect.top + ListRect.top + 1;
Height = ItemRect.Height() + 2;
Width2 -= 5;
}
if (XPos + Width2 >= ListRect.right) {
Width2 = ListRect.right - XPos - 20;
}
if (YPos + 20 > ListRect.bottom || YPos < ListRect.top + 18) {
m_CurrentEditItem = -1;
m_EditCtrl.ShowWindow(SW_HIDE);
m_EditCtrl.SetWindowText("");
m_FieldList.SetFocus();
m_IsChanging = false;
return;
}
m_EditCtrl.SetWindowText(m_FieldList.GetItemText(m_CurrentEditItem, SR_BATCHEDIT_SUBITEM_VALUE));
m_EditCtrl.SetWindowPos(&m_FieldList, XPos, YPos, Width2, Height, SWP_SHOWWINDOW | SWP_NOZORDER);
m_EditCtrl.SetFocus();
//m_EditCtrl.RedrawWindow(NULL, NULL, RDW_INVALIDATE | RDW_UPDATENOW | RDW_ERASE | RDW_FRAME);
m_IsChanging = false;
}
/*===========================================================================
* End of Class Method CSrBatchEditDlg::UpdateEditCtrl()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Event - void OnKillfocusFieldList (pNMHDR, pResult);
*
*=========================================================================*/
void CSrBatchEditDlg::OnKillfocusFieldList(NMHDR* pNMHDR, LRESULT* pResult) {
*pResult = 0;
}
/*===========================================================================
* End of Class Event CSrBatchEditDlg::OnKillfocusFieldList()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Event - void OnKillfocusBatchEdit (void);
*
*=========================================================================*/
void CSrBatchEditDlg::OnKillfocusBatchEdit (void) {
UpdateEditCtrl(-1);
}
/*===========================================================================
* End of Class Event CSrBatchEditDlg::OnKillfocusBatchEdit()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Event - void OnSetfocusFieldList (pNMHDR, pResult);
*
*=========================================================================*/
void CSrBatchEditDlg::OnSetfocusFieldList(NMHDR* pNMHDR, LRESULT* pResult) {
*pResult = 0;
if (!m_Initialized) return;
//m_IsChanging = true;
//m_EditCtrl.SetFocus();
//m_EditCtrl.RedrawWindow();
//m_IsChanging = false;
}
/*===========================================================================
* End of Class Event CSrBatchEditDlg::OnSetfocusFieldList()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Event - void OnChangeEditCtrl (void);
*
*=========================================================================*/
void CSrBatchEditDlg::OnChangeEditCtrl (void) {
//if (m_IsChanging) return;
//if (m_CurrentEditItem >= 0) m_FieldList.SetCheck(m_CurrentEditItem, TRUE);
}
/*===========================================================================
* End of Class Event CSrBatchEditDlg::OnChangeEditCtrl()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Event - void OnUncheckAll (void);
*
*=========================================================================*/
void CSrBatchEditDlg::OnUncheckAll (void) {
int Index;
for (Index = 0; Index < m_FieldList.GetItemCount(); ++Index) {
m_FieldList.SetCheck(Index, FALSE);
}
}
/*===========================================================================
* End of Class Event CSrBatchEditDlg::OnUncheckAll()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Event - void OnCheckAll (void);
*
*=========================================================================*/
void CSrBatchEditDlg::OnCheckAll (void) {
int Index;
for (Index = 0; Index < m_FieldList.GetItemCount(); ++Index) {
m_FieldList.SetCheck(Index, TRUE);
}
}
/*===========================================================================
* End of Class Event CSrBatchEditDlg::OnCheckAll()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Event - void OnVScroll (nSBCode, nPos, pScrollBar);
*
*=========================================================================*/
void CSrBatchEditDlg::OnVScroll (UINT nSBCode, UINT nPos, CScrollBar* pScrollBar) {
CSrRecordDialog::OnVScroll(nSBCode, nPos, pScrollBar);
}
/*===========================================================================
* End of Class Event CSrBatchEditDlg::OnVScroll()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Event - void OnClickFieldList (pNMHDR, pResult);
*
*=========================================================================*/
void CSrBatchEditDlg::OnClickFieldList (NMHDR* pNMHDR, LRESULT* pResult) {
*pResult = 0;
m_EditCtrl.SetFocus();
m_EditCtrl.RedrawWindow();
}
/*===========================================================================
* End of Class Event CSrBatchEditDlg::OnClickFieldList()
*=========================================================================*/
/*===========================================================================
*
* Class CSrBatchEditDlg Event - LRESULT OnEditUpdate (wParam, lParam);
*
*=========================================================================*/
LRESULT CSrBatchEditDlg::OnEditUpdate (WPARAM wParam, LPARAM lParam) {
UpdateEditCtrl(wParam);
return (0);
}
/*===========================================================================
* End of Class Event CSrBatchEditDlg::OnEditUpdate()
*=========================================================================*/