WDL Runtime problem


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

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
=================================================


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]