home *** CD-ROM | disk | FTP | other *** search
- Global ngVerifyOK As Integer
- Global ngCtlFocusID As Integer
- Global ngSaveLRValue As Integer
- Global ngSaveListIndex As Integer
- Global ngNumberOfCtls As Integer
- Global ngSaveOptValues(0 To 3) As Integer
- Global ngSaveChkBoxValues(0 To 3) As Integer
- Global ngOptsAndChkBoxesJustReset As Integer
- Global Const TRUE = -1
- Global Const FALSE = 0
- Global Const UNCHECKED = 0
- Global Const CHECKED = 1
- Global Const GRAYED = 2
- Global Const MSG_STOP_OK = 17 ' STOP + OK
- Global Const MSG_WARNING = 48 ' WARNING
-
-