LMSSetValueError
August 22, 2008 12:00 AM
Sounds like an invalid value was given to the Lesson_Status, or no value was given at all.However the "Incorrect data type" error would suggest that you try to give the lesson_status an incorrect type of data such as giving it a number while it expects a string. < wrap-up >These errors usually appear when you:- Give lesson_status the value of "123" instead of "c" or "completed"- Give the lesson_status no valueYou are able to double-click the error and find out where exaclty it occurs.
Discussions have been disabled for this post