I believe you are seeing that error because you did not register the two dlls in the com folder of the digimod script
run the following command from start->Run for those unfamiliar with registering dlls
regsvr32 "scriptprojectPath\COM\ZipCodeLookup.dll"
regsvr32 "scriptprojectPath\COM\ASPtear.dll"
but if you have registered the dlls. then the issue could be with the createdirectory com object not working with vista. i'll try this on my vista
machine tomorrow.
I tried making the cell to be 99 but it produce a size that was too big to store in a data value in SD. I could probably try to make it as big as 50.
if you are familiar with modifying code in the development environment, then you can easily change value of the max cell value by searching for
cellSlider.Max = 25
on the Module_OnCreate() function
Bookmarks