Why does this work:

dim userIDInt as Integer = Val(UserID)
self.LoggedInUser = self.Database.Users.Value(userIDInt)

But this doesn't:

self.LoggedInUser = self.Database.Users.Value(Val(userID))

Thanks
Chuck Ross
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to