![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have defined a DTS custom task with the following declarations for the DTS Custom Task class 'Required for CustomTask Implements DTS.CustomTask 'Required for CustomTask with User Interface Implements DTS.CustomTaskUI 'Required Custom Task Properties Public Description As String Public Name As String Public pFile1 As String Public pFile2 As String Public pFile3 As String Public pCons As Boolean Public pDrp As Boolean Description, name, File1, file2 and file3 all are strings the values in them are persisted by the custom task But I also have two check boxes chkCons and chkDrop on the form which I persist into pCons and pDrp and then when the form load happens I restore the values in pCons and pDrp into the checkboxes but they seem not get the values back. I tried converting by encoding the boolean outcome of the checkbox into a string and changing pCons and pDrp as string and despite it pCons and pDrp will never persist. Not sure what is wrong here. I would appreciate if somebody can clarify it. Thanks Karen |
![]() |
| Thread Tools | |
| Display Modes | |
| |