Posted by Grant E Foraker on June 20, 2019 at 08:40:07:
If you inadvertently do an second initialization to an EDIT control, maybe others, at runtime the dialog closes and the Comet session closes without any error or explanation.
EDIT.15 is initialized twice.
==========================================================
InitSickAvailable:
cosCtlId = IDC.EDIT.15
Gosub COS.AttachNumericEdit
coswParam = 7 ! Integer digits
coslParam = 2 ! Fractional digits
Gosub COS.NumEditSetDigits
RETURN
InitSickTakenYTD:
cosCtlId = IDC.EDIT.16
Gosub COS.AttachNumericEdit
coswParam = 7 ! Integer digits
coslParam = 2 ! Fractional digits
Gosub COS.NumEditSetDigits
RETURN
InitSickMultiplier:
cosCtlId = IDC.EDIT.17
Gosub COS.AttachNumericEdit
coswParam = 7 ! Integer digits
coslParam = 6 ! Fractional digits
Gosub COS.NumEditSetDigits
RETURN
InitSickAccrualHours:
cosCtlId = IDC.EDIT.15
Gosub COS.AttachNumericEdit
coswParam = 7 ! Integer digits
coslParam = 2 ! Fractional digits
Gosub COS.NumEditSetDigits
RETURN
=================================================
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.