b32997eb5b
1] 프로그램 버전 2.0.0 업데이트
...
2] jomtModelInfoTbl 테이블 참조 변수명 수정
2025-11-21 08:14:23 +09:00
2ed5840a3e
Optimum 모델 이후부터 신규 시리얼번호 부여 체계 적용
2025-11-20 14:05:12 +09:00
jiwonRepair
cf34c297e4
fix: color name
2025-08-21 10:49:13 +09:00
jiwonRepair
59aa189abd
fix : CtMaxResult As String, If CtMaxResult = False
2025-08-05 10:20:18 +09:00
jiwonRepair
46ce8de7e8
fix : DBQueryScalar(DBCmd) modify 0 to False
2025-08-05 10:07:36 +09:00
jiwonRepair
1b81964399
fix : DBQueryScalar(DBCmd) Change return variable to Integer for COUNT result
2025-08-05 09:58:27 +09:00
jiwonRepair
fbbd9bbe34
fix : BeforeTrayData fucntion fix ( BeforeData > 0 )
2025-07-31 17:44:21 +09:00
jiwonRepair
2e69b395cd
fix: program ver 1.1.10
2025-07-31 17:07:41 +09:00
jiwonRepair
dd427a8d4e
feat: Block serial number registration for non-info1/info2 accounts
2025-07-31 17:04:37 +09:00
jiwonRepair
3fe99e62ef
Refactor : Changed ShotSearch() condition from False to 0
2025-07-31 15:38:41 +09:00
jiwonRepair
5bd867e735
feat: program version 1.1.8
2025-07-31 10:08:34 +09:00
jiwonRepair
9d5901c3ac
fix: string to number comparison
2025-07-25 11:10:07 +09:00
jiwonRepair
29e6e56846
fix: Ensure both MsgBox messages are shown sequentially
2025-07-24 16:44:13 +09:00
jiwonRepair
c8128ee586
chore: remove unused comment
2025-07-24 11:30:04 +09:00
jiwonRepair
a724e836d8
fix: handle exception when ShotSearch returns timeout message
...
Problem:
- Unhandled exception occurs during ShotSearch execution.
- Error message: "Conversion from string 'The operation has timed out.'
to type 'Double' is not valid."
Reproduction:
- Occurs when the communication port is disconnected during the
"Information Input" state.
Cause:
- ShotSearch returns a timeout message as a string.
- Comparing this string directly to an integer (e.g., If ShotSearch() = 0)
causes a runtime type conversion exception.
Fix:
- Updated condition from:
If ShotSearch() = 0 Then
to:
If ShotSearch() = "False" Then
- Prevents runtime error by avoiding invalid comparison between string and integer.
2025-07-24 11:21:32 +09:00
jiwonRepair
d44e15e03b
fix: Effect V3 Color list & serial number error message fixed
2025-07-21 16:18:44 +09:00
jiwonRepair
e5e9509217
feat: EFFECT model split cartridge color code V2 & V3
2025-07-17 16:34:47 +09:00
jiwonRepair
af0aa16041
feat: MAXIMUM ALPHA
2025-07-16 10:39:32 +09:00
kje97
c273525ae7
feat: 제품 시리얼 번호 입력 시 (실제)제조일자 저장
2025-06-26 13:55:14 +09:00
kje97
56f310d888
feat: MAXIMUM_V2 색상추가(Pink, Yellow)
2025-06-25 14:36:35 +09:00
kje97
9e7a310be9
초기 커밋.
2025-06-25 11:19:00 +09:00