itnetworld 0 Report post Posted March 13, 2017 Hi All There seems to be an issue with the current version when the userID is big, in our case 4000345. There is a conversion to CInt which fails The conversion takes place at 452 if the actionPersitentVariable.vbs When changed to an CLng like below all seams fine rs("UserID") = CLng(m_sUserID) Andy 0 Quote Share this post Link to post Share on other sites
Tom Wellige 59 Report post Posted March 14, 2017 Hi Andy, thanks for the hint. I have never seen Swyx user id's that large. I will get the download files updated asap. Tom. 0 Quote Share this post Link to post Share on other sites
Tom Wellige 59 Report post Posted March 14, 2017 Updated version is available 0 Quote Share this post Link to post Share on other sites