Search found 1 match
- Fri Jul 31, 2015 2:28 am
- Forum: AbleCommerce GOLD
- Topic: UserCollection error in R10
- Replies: 1
- Views: 1908
UserCollection error in R10
We used to have this code to get all users from users table based on a criteria in ablecommerce Gold R7 Dim users As UserCollection = UserDataSource.Search(criteria) Now we have upgraded to GoldR10 and the same code gives error "Type 'UserCollection' is not defined" Is there any possible resolution ...